Home
last modified time | relevance | path

Searched refs:dec (Results 1 – 25 of 153) sorted by relevance

1234567

/linux-6.3-rc2/drivers/media/usb/ttusb-dec/
A Dttusb_dec.c487 memcpy(&dec->v_pes[dec->v_pes_length], in ttusb_dec_process_pva()
1215 usb_make_path(dec->udev, dec->rc_phys, sizeof(dec->rc_phys)); in ttusb_init_rc()
1283 usb_fill_int_urb(dec->irq_urb, dec->udev,dec->irq_pipe, in ttusb_dec_init_usb()
1474 dec->demux.priv = (void *)dec; in ttusb_dec_init_dvb()
1491 dec->dmxdev.demux = &dec->demux.dmx; in ttusb_dec_init_dvb()
1523 dec->demux.dmx.remove_frontend(&dec->demux.dmx, &dec->frontend); in ttusb_dec_init_dvb()
1531 dvb_net_init(&dec->adapter, &dec->dvb_net, &dec->demux.dmx); in ttusb_dec_init_dvb()
1542 dec->demux.dmx.remove_frontend(&dec->demux.dmx, &dec->frontend); in ttusb_dec_exit_dvb()
1548 dec->fe->ops.release(dec->fe); in ttusb_dec_exit_dvb()
1680 dec->adapter.priv = dec; in ttusb_dec_probe()
[all …]
/linux-6.3-rc2/drivers/accel/habanalabs/common/
A Ddecoder.c73 struct hl_device *hdev = dec->hdev; in dec_completion_abnrm()
75 dec_error_intr_work(hdev, dec->base_addr, dec->core_id); in dec_completion_abnrm()
80 kfree(hdev->dec); in hl_dec_fini()
86 struct hl_dec *dec; in hl_dec_init() local
94 if (!hdev->dec) in hl_dec_init()
98 dec = hdev->dec + j; in hl_dec_init()
100 dec->hdev = hdev; in hl_dec_init()
102 dec->core_id = j; in hl_dec_init()
104 if (!dec->base_addr) { in hl_dec_init()
123 struct hl_dec *dec; in hl_dec_ctx_fini() local
[all …]
/linux-6.3-rc2/drivers/media/i2c/
A Dtw9903.c116 struct tw9903 *dec = to_state(sd); in tw9903_s_std() local
134 dec->norm = norm; in tw9903_s_std()
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()
210 hdl = &dec->hdl; in tw9903_probe()
[all …]
A Dtw9906.c87 struct tw9906 *dec = to_state(sd); in tw9906_s_std() local
105 dec->norm = norm; in tw9906_s_std()
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()
178 hdl = &dec->hdl; in tw9906_probe()
[all …]
A Dtw2804.c252 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()
299 dec->channel); in tw2804_s_video_routing()
307 if (input == dec->input) in tw2804_s_video_routing()
[all …]
/linux-6.3-rc2/drivers/media/platform/mediatek/vcodec/vdec/
A Dvdec_vp8_req_if.c83 struct vdec_vp8_slice_info dec; member
198 inst->vsi->dec.seg_id_buf_dma = 0; in vdec_vp8_slice_free_working_buf()
203 inst->vsi->dec.wrap_y_dma = 0; in vdec_vp8_slice_free_working_buf()
208 inst->vsi->dec.wrap_c_dma = 0; in vdec_vp8_slice_free_working_buf()
213 inst->vsi->dec.vld_wrapper_dma = 0; in vdec_vp8_slice_free_working_buf()
349 inst->vsi->dec.bs_sz = bs->size; in vdec_vp8_slice_decode()
350 inst->vsi->dec.cur_y_fb_dma = y_fb_dma; in vdec_vp8_slice_decode()
388 inst->vsi->dec.crc[0], inst->vsi->dec.crc[1], in vdec_vp8_slice_decode()
389 inst->vsi->dec.crc[2], inst->vsi->dec.crc[3], in vdec_vp8_slice_decode()
390 inst->vsi->dec.crc[4], inst->vsi->dec.crc[5], in vdec_vp8_slice_decode()
[all …]
A Dvdec_h264_req_multi_if.c108 struct vdec_h264_slice_info dec; member
534 inst->vsi_core->dec.crc[0], inst->vsi_core->dec.crc[1], in vdec_h264_slice_core_decode()
535 inst->vsi_core->dec.crc[2], inst->vsi_core->dec.crc[3], in vdec_h264_slice_core_decode()
536 inst->vsi_core->dec.crc[4], inst->vsi_core->dec.crc[5], in vdec_h264_slice_core_decode()
537 inst->vsi_core->dec.crc[6], inst->vsi_core->dec.crc[7]); in vdec_h264_slice_core_decode()
704 inst->vsi->dec.crc[0], inst->vsi->dec.crc[1], inst->vsi->dec.crc[2]); in vdec_h264_slice_lat_decode()
789 inst->vsi->dec.timeout = !!err; in vdec_h264_slice_single_decode()
797 inst->vsi_ctx.dec.crc[0], inst->vsi_ctx.dec.crc[1], in vdec_h264_slice_single_decode()
798 inst->vsi_ctx.dec.crc[2], inst->vsi_ctx.dec.crc[3], in vdec_h264_slice_single_decode()
799 inst->vsi_ctx.dec.crc[4], inst->vsi_ctx.dec.crc[5], in vdec_h264_slice_single_decode()
[all …]
A Dvdec_h264_req_if.c68 struct vdec_h264_dec_info dec; member
231 inst->vsi_ctx.dec.cap_num_planes = in get_pic_info()
246 inst->vsi_ctx.dec.realloc_mv_buf = true; in get_pic_info()
250 inst->vsi_ctx.dec.realloc_mv_buf, in get_pic_info()
270 *dpb_sz = inst->vsi_ctx.dec.dpb_sz; in get_dpb_size()
295 inst->vsi_ctx.dec.resolution_changed = true; in vdec_h264_slice_init()
296 inst->vsi_ctx.dec.realloc_mv_buf = true; in vdec_h264_slice_init()
365 inst->vsi_ctx.dec.y_fb_dma = y_fb_dma; in vdec_h264_slice_decode()
366 inst->vsi_ctx.dec.c_fb_dma = c_fb_dma; in vdec_h264_slice_decode()
388 if (inst->vsi_ctx.dec.realloc_mv_buf) { in vdec_h264_slice_decode()
[all …]
A Dvdec_vp8_if.c85 struct vdec_vp8_dec_info dec; member
320 if (inst->vsi->dec.show_frame) { in vp8_dec_finish()
388 inst->vsi->dec.working_buf_dma = 0; in free_working_buf()
434 struct vdec_vp8_dec_info *dec = &inst->vsi->dec; in vdec_vp8_decode() local
455 dec->bs_dma = (unsigned long)bs->dma_addr; in vdec_vp8_decode()
456 dec->bs_sz = bs->size; in vdec_vp8_decode()
457 dec->cur_y_fb_dma = y_fb_dma; in vdec_vp8_decode()
458 dec->cur_c_fb_dma = c_fb_dma; in vdec_vp8_decode()
474 if (dec->wait_key_frame) { in vdec_vp8_decode()
482 if (dec->resolution_changed) { in vdec_vp8_decode()
[all …]
A Dvdec_h264_if.c112 struct vdec_h264_dec_info dec; member
268 *dpb_sz = inst->vsi->dec.dpb_sz; in get_dpb_size()
381 inst->vsi->dec.bs_dma = (uint64_t)bs->dma_addr; in vdec_h264_decode()
382 inst->vsi->dec.y_fb_dma = y_fb_dma; in vdec_h264_decode()
383 inst->vsi->dec.c_fb_dma = c_fb_dma; in vdec_h264_decode()
384 inst->vsi->dec.vdec_fb_va = vdec_fb_va; in vdec_h264_decode()
398 *res_chg = inst->vsi->dec.resolution_changed; in vdec_h264_decode()
405 if (inst->vsi->dec.realloc_mv_buf) { in vdec_h264_decode()
/linux-6.3-rc2/fs/unicode/
A Dutf8-selftest.c39 unsigned char dec[10]; member
45 .dec = "aBba",
53 .dec = {0xc2, 0xbc, 0x00},
59 .dec = {0x61, 0xcc, 0x88, 0x00},
65 .dec = {0xC7, 0x89, 0x00},
70 .dec = {0xC2, 0xB7, 0x00}
77 .dec = {0x41, 0xcc, 0xa8, 0xcc, 0x81, 0x0},
180 int nlen = strlen(nfdi_test_data[i].dec); in check_utf8_nfdi()
192 test_f((c == nfdi_test_data[i].dec[j]), in check_utf8_nfdi()
194 c, nfdi_test_data[i].dec[j]); in check_utf8_nfdi()
[all …]
/linux-6.3-rc2/scripts/atomic/fallbacks/
A Ddec_if_positive5 ${int} dec, c = arch_${atomic}_read(v);
8 dec = c - 1;
9 if (unlikely(dec < 0))
11 } while (!arch_${atomic}_try_cmpxchg(v, &c, dec));
13 return dec;
/linux-6.3-rc2/drivers/media/platform/st/sti/delta/
A Ddelta-v4l2.c32 ((dec && (dec)->op) ? (dec)->op(args) : 0)
136 const struct delta_dec *dec = ctx->dec; in delta_recycle() local
350 if (!dec) { in delta_open_decoder()
646 const struct delta_dec *dec = ctx->dec; in delta_s_fmt_frame() local
808 const struct delta_dec *dec = ctx->dec; in delta_decoder_stop_cmd() local
926 const struct delta_dec *dec = ctx->dec; in delta_run_work() local
1142 const struct delta_dec *dec = ctx->dec; in delta_setup_frame() local
1308 const struct delta_dec *dec = ctx->dec; in delta_vb2_au_start_streaming() local
1328 ctx->dec = dec; in delta_vb2_au_start_streaming()
1532 const struct delta_dec *dec = ctx->dec; in delta_vb2_frame_stop_streaming() local
[all …]
/linux-6.3-rc2/kernel/
A Ducount.c256 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()
315 long dec, ret = 0; in inc_rlimit_get_ucounts() local
335 dec = atomic_long_sub_return(1, &iter->rlimit[type]); in inc_rlimit_get_ucounts()
[all …]
/linux-6.3-rc2/tools/perf/tests/
A Dapi-io.c220 __u64 dec; in do_test_get_dec() local
225 ch = io__get_dec(&io, &dec); in do_test_get_dec()
226 EXPECT_EQUAL64(dec, val1); in do_test_get_dec()
229 ch = io__get_dec(&io, &dec); in do_test_get_dec()
230 EXPECT_EQUAL64(dec, val2); in do_test_get_dec()
233 ch = io__get_dec(&io, &dec); in do_test_get_dec()
234 EXPECT_EQUAL64(dec, val3); in do_test_get_dec()
/linux-6.3-rc2/drivers/media/platform/mediatek/vcodec/
A DMakefile3 obj-$(CONFIG_VIDEO_MEDIATEK_VCODEC) += mtk-vcodec-dec.o \
6 mtk-vcodec-dec-hw.o
8 mtk-vcodec-dec-y := vdec/vdec_h264_if.o \
25 mtk-vcodec-dec-hw-y := mtk_vcodec_dec_hw.o
/linux-6.3-rc2/tools/lib/api/
A Dio.h95 static inline int io__get_dec(struct io *io, __u64 *dec) in io__get_dec() argument
99 *dec = 0; in io__get_dec()
106 *dec = (*dec * 10) + ch - '0'; in io__get_dec()
/linux-6.3-rc2/drivers/md/
A Ddm-io-rewind.c79 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.3-rc2/arch/powerpc/kvm/
A Demulate.c31 pr_debug("mtDEC: %lx\n", vcpu->arch.dec); in kvmppc_emulate_dec()
41 if (vcpu->arch.dec == 0) 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.3-rc2/drivers/media/rc/img-ir/
A Dimg-ir-hw.c627 const struct img_ir_decoder *dec) in img_ir_decoder_compatible() argument
632 ct = dec->control.code_type; in img_ir_decoder_compatible()
651 const struct img_ir_decoder *dec = *decp; in img_ir_allowed_protos() local
653 protos |= dec->type; in img_ir_allowed_protos()
676 if (*ir_type & dec->type) { in img_ir_change_protocol()
677 *ir_type &= dec->type; in img_ir_change_protocol()
825 if (dec->scancode) in img_ir_handle_data()
853 if (dec->repeat && !hw->stopping) { in img_ir_handle_data()
859 interval = dec->repeat + (dec->repeat >> 3); in img_ir_handle_data()
1014 img_ir_set_protocol(priv, dec->type); in img_ir_setup_hw()
[all …]
/linux-6.3-rc2/Documentation/devicetree/bindings/media/
A Dmediatek,vcodec-decoder.yaml20 - mediatek,mt8173-vcodec-dec
21 - mediatek,mt8183-vcodec-dec
90 - mediatek,mt8183-vcodec-dec
101 - mediatek,mt8173-vcodec-dec
118 compatible = "mediatek,mt8173-vcodec-dec";
/linux-6.3-rc2/arch/mips/dec/
A DPlatform5 -I$(srctree)/arch/mips/include/asm/mach-dec
6 libs-$(CONFIG_MACH_DECSTATION) += arch/mips/dec/prom/
/linux-6.3-rc2/arch/x86/crypto/
A Ddes3_ede_glue.c21 struct des3_ede_ctx dec; member
43 u32 *dec_ctx = ctx->dec.expkey; in des3_ede_dec_blk()
51 u32 *dec_ctx = ctx->dec.expkey; in des3_ede_dec_blk_3way()
123 return ecb_crypt(req, ctx->dec.expkey); in ecb_decrypt()
273 ctx->dec.expkey[j + 0] = ctx->enc.expkey[i + 0]; in des3_ede_x86_setkey()
274 ctx->dec.expkey[j + 1] = tmp; in des3_ede_x86_setkey()
/linux-6.3-rc2/drivers/media/platform/mediatek/jpeg/
A DMakefile4 mtk-jpeg-dec-hw.o
10 mtk-jpeg-dec-hw-y := mtk_jpeg_dec_hw.o
/linux-6.3-rc2/arch/powerpc/kernel/
A Dtime.c804 struct clock_event_device *dec = &per_cpu(decrementers, cpu); in register_decrementer_clockevent() local
806 *dec = decrementer_clockevent; in register_decrementer_clockevent()
807 dec->cpumask = cpumask_of(cpu); in register_decrementer_clockevent()
809 clockevents_config_and_register(dec, ppc_tb_freq, 2, decrementer_max); in register_decrementer_clockevent()
812 dec->name, dec->mult, dec->shift, cpu); in register_decrementer_clockevent()
815 decrementer_clockevent.mult = dec->mult; in register_decrementer_clockevent()
816 decrementer_clockevent.shift = dec->shift; in register_decrementer_clockevent()

Completed in 113 milliseconds

1234567