/linux-6.14.4/drivers/media/usb/ttusb-dec/ |
D | ttusb_dec.c | 3 * TTUSB DEC Driver 45 #define DRIVER_NAME "TechnoTrend/Hauppauge DEC USB" 246 static void ttusb_dec_set_model(struct ttusb_dec *dec, 251 struct ttusb_dec *dec = urb->context; in ttusb_dec_handle_irq() local 252 char *buffer = dec->irq_buffer; in ttusb_dec_handle_irq() 288 input_report_key(dec->rc_input_dev, rc_keys[index - 1], 1); in ttusb_dec_handle_irq() 289 input_sync(dec->rc_input_dev); in ttusb_dec_handle_irq() 290 input_report_key(dec->rc_input_dev, rc_keys[index - 1], 0); in ttusb_dec_handle_irq() 291 input_sync(dec->rc_input_dev); in ttusb_dec_handle_irq() 315 static int ttusb_dec_send_command(struct ttusb_dec *dec, const u8 command, in ttusb_dec_send_command() argument [all …]
|
/linux-6.14.4/drivers/accel/habanalabs/common/ |
D | decoder.c | 48 struct hl_dec *dec = container_of(work, struct hl_dec, abnrm_intr_work); in dec_abnrm_intr_work() local 49 struct hl_device *hdev = dec->hdev; in dec_abnrm_intr_work() 53 irq_status = RREG32(dec->base_addr + VCMD_IRQ_STATUS_OFFSET); in dec_abnrm_intr_work() 55 dev_err(hdev->dev, "Decoder abnormal interrupt %#x, core %d\n", irq_status, dec->core_id); in dec_abnrm_intr_work() 60 WREG32(dec->base_addr + VCMD_IRQ_STATUS_OFFSET, irq_status); in dec_abnrm_intr_work() 63 RREG32(dec->base_addr + VCMD_IRQ_STATUS_OFFSET); in dec_abnrm_intr_work() 88 kfree(hdev->dec); in hl_dec_fini() 94 struct hl_dec *dec; in hl_dec_init() local 101 hdev->dec = kcalloc(prop->max_dec, sizeof(struct hl_dec), GFP_KERNEL); in hl_dec_init() 102 if (!hdev->dec) in hl_dec_init() [all …]
|
/linux-6.14.4/Documentation/admin-guide/acpi/ |
D | fan_performance_states.rst | 22 -r--r--r-- 1 root root 4096 Dec 13 20:38 state0 23 -r--r--r-- 1 root root 4096 Dec 13 20:38 state1 24 -r--r--r-- 1 root root 4096 Dec 13 20:38 state10 25 -r--r--r-- 1 root root 4096 Dec 13 20:38 state11 26 -r--r--r-- 1 root root 4096 Dec 13 20:38 state2 27 -r--r--r-- 1 root root 4096 Dec 13 20:38 state3 28 -r--r--r-- 1 root root 4096 Dec 13 20:38 state4 29 -r--r--r-- 1 root root 4096 Dec 13 20:38 state5 30 -r--r--r-- 1 root root 4096 Dec 13 20:38 state6 31 -r--r--r-- 1 root root 4096 Dec 13 20:38 state7 [all …]
|
/linux-6.14.4/drivers/media/platform/mediatek/vcodec/decoder/vdec/ |
D | vdec_vp8_req_if.c | 76 * @dec: decoding information 81 struct vdec_vp8_slice_info dec; member 157 inst->vsi->dec.seg_id_buf_dma = (u64)mem->dma_addr; in vdec_vp8_slice_alloc_working_buf() 166 inst->vsi->dec.wrap_y_dma = (u64)mem->dma_addr; in vdec_vp8_slice_alloc_working_buf() 175 inst->vsi->dec.wrap_c_dma = (u64)mem->dma_addr; in vdec_vp8_slice_alloc_working_buf() 184 inst->vsi->dec.vld_wrapper_dma = (u64)mem->dma_addr; in vdec_vp8_slice_alloc_working_buf() 196 inst->vsi->dec.seg_id_buf_dma = 0; in vdec_vp8_slice_free_working_buf() 201 inst->vsi->dec.wrap_y_dma = 0; in vdec_vp8_slice_free_working_buf() 206 inst->vsi->dec.wrap_c_dma = 0; in vdec_vp8_slice_free_working_buf() 211 inst->vsi->dec.vld_wrapper_dma = 0; in vdec_vp8_slice_free_working_buf() [all …]
|
D | vdec_h264_req_multi_if.c | 90 * @dec: decode information (AP-R, VPU-W) 94 /* LAT dec addr */ 107 struct vdec_h264_slice_info dec; member 487 inst->vsi_core->dec.y_fb_dma = y_fb_dma; in vdec_h264_slice_core_decode() 488 inst->vsi_core->dec.c_fb_dma = c_fb_dma; in vdec_h264_slice_core_decode() 489 inst->vsi_core->dec.vdec_fb_va = vdec_fb_va; in vdec_h264_slice_core_decode() 490 inst->vsi_core->dec.nal_info = share_info->nal_info; in vdec_h264_slice_core_decode() 524 inst->vsi_core->dec.timeout = !!timeout; in vdec_h264_slice_core_decode() 529 inst->vsi_core->dec.crc[0], inst->vsi_core->dec.crc[1], in vdec_h264_slice_core_decode() 530 inst->vsi_core->dec.crc[2], inst->vsi_core->dec.crc[3], in vdec_h264_slice_core_decode() [all …]
|
D | vdec_h264_req_if.c | 59 * @dec : decode information (AP-R, VPU-W) 67 struct vdec_h264_dec_info dec; member 228 inst->vsi_ctx.dec.cap_num_planes = in get_pic_info() 240 inst->vsi_ctx.dec.resolution_changed = true; in get_pic_info() 243 inst->vsi_ctx.dec.realloc_mv_buf = true; in get_pic_info() 246 inst->vsi_ctx.dec.resolution_changed, in get_pic_info() 247 inst->vsi_ctx.dec.realloc_mv_buf, in get_pic_info() 267 *dpb_sz = inst->vsi_ctx.dec.dpb_sz; in get_dpb_size() 292 inst->vsi_ctx.dec.resolution_changed = true; in vdec_h264_slice_init() 293 inst->vsi_ctx.dec.realloc_mv_buf = true; in vdec_h264_slice_init() [all …]
|
D | vdec_vp8_if.c | 77 * @dec : decoding information 84 struct vdec_vp8_dec_info dec; member 293 uint64_t prev_y_dma = inst->vsi->dec.prev_y_dma; in vp8_dec_finish() 317 if (inst->vsi->dec.show_frame) { in vp8_dec_finish() 374 inst->vsi->dec.working_buf_dma = (uint64_t)mem->dma_addr; in alloc_working_buf() 385 inst->vsi->dec.working_buf_dma = 0; in free_working_buf() 431 struct vdec_vp8_dec_info *dec = &inst->vsi->dec; in vdec_vp8_decode() local 452 dec->bs_dma = bs->dma_addr; in vdec_vp8_decode() 453 dec->bs_sz = bs->size; in vdec_vp8_decode() 454 dec->cur_y_fb_dma = y_fb_dma; in vdec_vp8_decode() [all …]
|
/linux-6.14.4/Documentation/ABI/testing/ |
D | configfs-usb-gadget-uvc | 2 Date: Dec 2014 14 Date: Dec 2014 28 Date: Dec 2014 33 Date: Dec 2014 38 Date: Dec 2014 43 Date: Dec 2014 48 Date: Dec 2014 53 Date: Dec 2014 70 Date: Dec 2014 75 Date: Dec 2014 [all …]
|
D | sysfs-kernel-fadump | 2 Date: Dec 2019 10 Date: Dec 2019 18 Date: Dec 2019 27 Date: Dec 2019 36 Date: Dec 2019
|
D | sysfs-platform-mellanox-pmc | 7 Date: Dec 2020 16 Date: Dec 2020 25 Date: Dec 2020 35 Date: Dec 2020 46 Date: Dec 2020
|
/linux-6.14.4/net/mac80211/ |
D | debugfs_netdev.c | 350 IEEE80211_IF_LINK_FILE(txpower, conf->txpower, DEC); 351 IEEE80211_IF_LINK_FILE(ap_power_level, ap_power_level, DEC); 352 IEEE80211_IF_LINK_FILE(user_power_level, user_power_level, DEC); 376 IEEE80211_IF_FILE(aid, vif.cfg.aid, DEC); 604 IEEE80211_IF_FILE(dtim_count, u.ap.ps.dtim_count, DEC); 743 IEEE80211_IF_FILE(fwded_mcast, u.mesh.mshstats.fwded_mcast, DEC); 744 IEEE80211_IF_FILE(fwded_unicast, u.mesh.mshstats.fwded_unicast, DEC); 745 IEEE80211_IF_FILE(fwded_frames, u.mesh.mshstats.fwded_frames, DEC); 746 IEEE80211_IF_FILE(dropped_frames_ttl, u.mesh.mshstats.dropped_frames_ttl, DEC); 748 u.mesh.mshstats.dropped_frames_no_route, DEC); [all …]
|
/linux-6.14.4/drivers/media/i2c/ |
D | tw9906.c | 87 struct tw9906 *dec = to_state(sd); in tw9906_s_std() local 105 dec->norm = norm; in tw9906_s_std() 111 struct tw9906 *dec = container_of(ctrl->handler, struct tw9906, hdl); in tw9906_s_ctrl() local 112 struct v4l2_subdev *sd = &dec->sd; in tw9906_s_ctrl() 132 struct tw9906 *dec = to_state(sd); in tw9906_log_status() local 133 bool is_60hz = dec->norm & V4L2_STD_525_60; in tw9906_log_status() 162 struct tw9906 *dec; in tw9906_probe() local 173 dec = devm_kzalloc(&client->dev, sizeof(*dec), GFP_KERNEL); in tw9906_probe() 174 if (dec == NULL) in tw9906_probe() 176 sd = &dec->sd; in tw9906_probe() [all …]
|
D | tw9903.c | 116 struct tw9903 *dec = to_state(sd); in tw9903_s_std() local 134 dec->norm = norm; in tw9903_s_std() 141 struct tw9903 *dec = container_of(ctrl->handler, struct tw9903, hdl); in tw9903_s_ctrl() local 142 struct v4l2_subdev *sd = &dec->sd; in tw9903_s_ctrl() 162 struct tw9903 *dec = to_state(sd); in tw9903_log_status() local 163 bool is_60hz = dec->norm & V4L2_STD_525_60; in tw9903_log_status() 194 struct tw9903 *dec; in tw9903_probe() local 205 dec = devm_kzalloc(&client->dev, sizeof(*dec), GFP_KERNEL); in tw9903_probe() 206 if (dec == NULL) in tw9903_probe() 208 sd = &dec->sd; in tw9903_probe() [all …]
|
D | tw2804.c | 252 struct tw2804 *dec = to_state(sd); in tw2804_s_std() local 269 write_regs(client, regs, dec->channel); in tw2804_s_std() 270 dec->norm = norm; in tw2804_s_std() 277 struct tw2804 *dec = to_state(sd); in tw2804_s_video_routing() local 281 if (config && config - 1 != dec->channel) { in tw2804_s_video_routing() 287 dec->channel = config - 1; in tw2804_s_video_routing() 289 dec->channel); in tw2804_s_video_routing() 290 if (dec->channel == 0 && in tw2804_s_video_routing() 296 if (write_regs(client, channel_registers, dec->channel) < 0) { in tw2804_s_video_routing() 299 dec->channel); in tw2804_s_video_routing() [all …]
|
/linux-6.14.4/arch/mips/dec/prom/ |
D | identify.c | 17 #include <asm/dec/ioasic.h> 18 #include <asm/dec/ioasic_addrs.h> 19 #include <asm/dec/kn01.h> 20 #include <asm/dec/kn02.h> 21 #include <asm/dec/kn02ba.h> 22 #include <asm/dec/kn02ca.h> 23 #include <asm/dec/kn03.h> 24 #include <asm/dec/kn230.h> 25 #include <asm/dec/prom.h> 26 #include <asm/dec/system.h>
|
/linux-6.14.4/drivers/media/platform/st/sti/delta/ |
D | delta-v4l2.c | 31 #define call_dec_op(dec, op, args...)\ argument 32 ((dec && (dec)->op) ? (dec)->op(args) : 0) 136 const struct delta_dec *dec = ctx->dec; in delta_recycle() local 139 call_dec_op(dec, recycle, ctx, frame); in delta_recycle() 283 const struct delta_dec *dec; in delta_find_decoder() local 287 dec = delta->decoders[i]; in delta_find_decoder() 288 if ((dec->pixelformat == pixelformat) && in delta_find_decoder() 289 (dec->streamformat == streamformat)) in delta_find_decoder() 290 return dec; in delta_find_decoder() 346 const struct delta_dec *dec; in delta_open_decoder() local [all …]
|
/linux-6.14.4/scripts/atomic/fallbacks/ |
D | dec_if_positive | 2 ${int} dec, c = raw_${atomic}_read(v); 5 dec = c - 1; 6 if (unlikely(dec < 0)) 8 } while (!raw_${atomic}_try_cmpxchg(v, &c, dec)); 10 return dec;
|
/linux-6.14.4/fs/unicode/ |
D | utf8-selftest.c | 36 unsigned char dec[10]; member 42 .dec = "aBba", 50 .dec = {0xc2, 0xbc, 0x00}, 56 .dec = {0x61, 0xcc, 0x88, 0x00}, 62 .dec = {0xC7, 0x89, 0x00}, 67 .dec = {0xC2, 0xB7, 0x00} 74 .dec = {0x41, 0xcc, 0xa8, 0xcc, 0x81, 0x0}, 82 .dec = {0x61, 0xCC, 0xA8, 0xcc, 0x88, 0x00}, 177 int nlen = strlen(nfdi_test_data[i].dec); in check_utf8_nfdi() 189 test_f((c == nfdi_test_data[i].dec[j]), in check_utf8_nfdi() [all …]
|
/linux-6.14.4/drivers/media/platform/mediatek/vcodec/decoder/ |
D | Makefile | 3 obj-$(CONFIG_VIDEO_MEDIATEK_VCODEC) += mtk-vcodec-dec.o \ 4 mtk-vcodec-dec-hw.o 6 mtk-vcodec-dec-y := vdec/vdec_h264_if.o \ 25 mtk-vcodec-dec-hw-y := mtk_vcodec_dec_hw.o
|
D | mtk_vcodec_dec_drv.c | 65 mtk_v4l2_vdec_err(ctx, "DEC ISR, VDEC active is not 0x0"); in mtk_vcodec_dec_irq_handler() 337 if (of_device_is_compatible(dev->of_node, "mediatek,mt8173-vcodec-dec")) in mtk_vcodec_dec_get_chip_name() 339 else if (of_device_is_compatible(dev->of_node, "mediatek,mt8183-vcodec-dec")) in mtk_vcodec_dec_get_chip_name() 341 else if (of_device_is_compatible(dev->of_node, "mediatek,mt8192-vcodec-dec")) in mtk_vcodec_dec_get_chip_name() 343 else if (of_device_is_compatible(dev->of_node, "mediatek,mt8195-vcodec-dec")) in mtk_vcodec_dec_get_chip_name() 345 else if (of_device_is_compatible(dev->of_node, "mediatek,mt8186-vcodec-dec")) in mtk_vcodec_dec_get_chip_name() 347 else if (of_device_is_compatible(dev->of_node, "mediatek,mt8188-vcodec-dec")) in mtk_vcodec_dec_get_chip_name() 393 dev_err(&pdev->dev, "Failed to init dec resources"); in mtk_vcodec_probe() 446 dev_err(&pdev->dev, "Failed to init mem2mem dec device"); in mtk_vcodec_probe() 539 .compatible = "mediatek,mt8173-vcodec-dec", [all …]
|
/linux-6.14.4/kernel/ |
D | ucount.c | 256 long dec = atomic_long_dec_if_positive(&iter->ucount[type]); in dec_ucount() local 257 WARN_ON_ONCE(dec < 0); in dec_ucount() 284 long dec = atomic_long_sub_return(v, &iter->rlimit[type]); in dec_rlimit_ucounts() local 285 WARN_ON_ONCE(dec < 0); in dec_rlimit_ucounts() 287 new = dec; in dec_rlimit_ucounts() 297 long dec = atomic_long_sub_return(1, &iter->rlimit[type]); in do_dec_rlimit_put_ucounts() local 298 WARN_ON_ONCE(dec < 0); in do_dec_rlimit_put_ucounts() 300 if (dec == 0) in do_dec_rlimit_put_ucounts() 316 long dec, ret = 0; in inc_rlimit_get_ucounts() local 337 dec = atomic_long_sub_return(1, &iter->rlimit[type]); in inc_rlimit_get_ucounts() [all …]
|
/linux-6.14.4/include/uapi/linux/ |
D | if_ether.h | 59 #define ETH_P_DEC 0x6000 /* DEC Assigned proto */ 60 #define ETH_P_DNA_DL 0x6001 /* DEC DNA Dump/Load */ 61 #define ETH_P_DNA_RC 0x6002 /* DEC DNA Remote Console */ 62 #define ETH_P_DNA_RT 0x6003 /* DEC DNA Routing */ 63 #define ETH_P_LAT 0x6004 /* DEC LAT */ 64 #define ETH_P_DIAG 0x6005 /* DEC Diagnostics */ 65 #define ETH_P_CUST 0x6006 /* DEC Customer use */ 66 #define ETH_P_SCA 0x6007 /* DEC Systems Comms Arch */ 135 #define ETH_P_DDCMP 0x0006 /* DEC DDCMP: Internal only */
|
/linux-6.14.4/drivers/md/ |
D | dm-io-rewind.c | 77 /* Decrements @dun by @dec, treating @dun as a multi-limb integer. */ 79 unsigned int dec) in dm_bio_crypt_dun_decrement() argument 83 for (i = 0; dec && i < BLK_CRYPTO_DUN_ARRAY_SIZE; i++) { in dm_bio_crypt_dun_decrement() 86 dun[i] -= dec; in dm_bio_crypt_dun_decrement() 88 dec = 1; in dm_bio_crypt_dun_decrement() 90 dec = 0; in dm_bio_crypt_dun_decrement()
|
/linux-6.14.4/arch/powerpc/kvm/ |
D | emulate.c | 31 pr_debug("mtDEC: %lx\n", vcpu->arch.dec); in kvmppc_emulate_dec() 40 /* On BOOKE, DEC = 0 is as good as decrementer not enabled */ in kvmppc_emulate_dec() 41 if (vcpu->arch.dec == 0) in kvmppc_emulate_dec() 47 * that's how we convert the guest DEC value to the number of in kvmppc_emulate_dec() 51 dec_time = vcpu->arch.dec; in kvmppc_emulate_dec() 68 if (vcpu->arch.dec < jd) in kvmppc_get_dec() 72 return vcpu->arch.dec - jd; in kvmppc_get_dec() 94 vcpu->arch.dec = (u32) spr_val; in kvmppc_emulate_mtspr()
|
/linux-6.14.4/arch/mips/kernel/ |
D | csrc-ioasic.c | 3 * DEC I/O ASIC's counter clocksource 13 #include <asm/dec/ioasic.h> 14 #include <asm/dec/ioasic_addrs.h> 22 .name = "dec-ioasic",
|