Home
last modified time | relevance | path

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

123456

/linux/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 …]
A D.built-in.a.cmd1dec/built-in.a := echo >/dev/null; rm -f drivers/media/usb/ttusb-dec/built-in.a; /usr/bin/ccache /…
/linux/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()
195 struct tw9903 *dec; in tw9903_probe() local
206 dec = devm_kzalloc(&client->dev, sizeof(*dec), GFP_KERNEL); in tw9903_probe()
207 if (dec == NULL) in tw9903_probe()
209 sd = &dec->sd; in tw9903_probe()
211 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()
163 struct tw9906 *dec; in tw9906_probe() local
174 dec = devm_kzalloc(&client->dev, sizeof(*dec), GFP_KERNEL); in tw9906_probe()
175 if (dec == NULL) in tw9906_probe()
177 sd = &dec->sd; in tw9906_probe()
179 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/fs/unicode/
A Dutf8-selftest.c41 unsigned char dec[10]; member
47 .dec = "aBba",
55 .dec = {0xc2, 0xbc, 0x00},
61 .dec = {0x61, 0xcc, 0x88, 0x00},
67 .dec = {0xC7, 0x89, 0x00},
72 .dec = {0xC2, 0xB7, 0x00}
79 .dec = {0x41, 0xcc, 0xa8, 0xcc, 0x81, 0x0},
178 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()
191 c, nfdi_test_data[i].dec[j]); in check_utf8_nfdi()
[all …]
/linux/drivers/media/platform/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/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/kernel/
A Ducount.c258 long dec = atomic_long_dec_if_positive(&iter->ucount[type]); in dec_ucount() local
259 WARN_ON_ONCE(dec < 0); in dec_ucount()
286 long dec = atomic_long_sub_return(v, &iter->ucount[type]); in dec_rlimit_ucounts() local
287 WARN_ON_ONCE(dec < 0); in dec_rlimit_ucounts()
289 new = dec; in dec_rlimit_ucounts()
299 long dec = atomic_long_sub_return(1, &iter->ucount[type]); in do_dec_rlimit_put_ucounts() local
300 WARN_ON_ONCE(dec < 0); in do_dec_rlimit_put_ucounts()
302 if (dec == 0) in do_dec_rlimit_put_ucounts()
317 long dec, ret = 0; in inc_rlimit_get_ucounts() local
337 dec = atomic_long_sub_return(1, &iter->ucount[type]); in inc_rlimit_get_ucounts()
[all …]
/linux/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/drivers/media/platform/mtk-vcodec/vdec/
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_req_if.c186 struct vdec_h264_dec_info dec; member
569 inst->vsi_ctx.dec.cap_num_planes = in get_pic_info()
584 inst->vsi_ctx.dec.realloc_mv_buf = true; in get_pic_info()
588 inst->vsi_ctx.dec.realloc_mv_buf, in get_pic_info()
608 *dpb_sz = inst->vsi_ctx.dec.dpb_sz; in get_dpb_size()
633 inst->vsi_ctx.dec.resolution_changed = true; in vdec_h264_slice_init()
634 inst->vsi_ctx.dec.realloc_mv_buf = true; in vdec_h264_slice_init()
695 inst->vsi_ctx.dec.y_fb_dma = y_fb_dma; in vdec_h264_slice_decode()
696 inst->vsi_ctx.dec.c_fb_dma = c_fb_dma; in vdec_h264_slice_decode()
713 if (inst->vsi_ctx.dec.realloc_mv_buf) { in vdec_h264_slice_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/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/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/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/drivers/net/ethernet/dec/
A D.built-in.a.cmd1dec/built-in.a := echo >/dev/null; rm -f drivers/net/ethernet/dec/built-in.a; /usr/bin/ccache /hom…
/linux/arch/h8300/kernel/
A Dhead_rom.S37 dec.l #1,er4
49 dec.l #1,er4
58 dec.l #1,er0
72 dec.l #1,er0
/linux/arch/h8300/lib/
A Dmemset.S29 dec.l #1,er2
51 dec.l #1,er2
60 dec.b r3l
A Dmemcpy.S34 dec.l #1,er2
60 dec.l #1,er2
79 dec.w #1,e4
/linux/drivers/crypto/qat/qat_common/
A Dqat_asym_algs.c33 } dec; member
53 } dec; member
812 qat_req->in.rsa.dec.d = ctx->dma_d; in qat_rsa_dec()
813 qat_req->in.rsa.dec.n = ctx->dma_n; in qat_rsa_dec()
835 &qat_req->in.rsa.dec.c, in qat_rsa_dec()
854 &qat_req->out.rsa.dec.m, in qat_rsa_dec()
867 sizeof(qat_req->in.rsa.dec.c), in qat_rsa_dec()
873 sizeof(qat_req->out.rsa.dec.m), in qat_rsa_dec()
906 qat_req->out.rsa.dec.m); in qat_rsa_dec()
914 qat_req->in.rsa.dec.c); in qat_rsa_dec()
[all …]
/linux/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()
59 u32 *dec_ctx = ctx->dec.expkey; in des3_ede_dec_blk_3way()
131 return ecb_crypt(req, ctx->dec.expkey); in ecb_decrypt()
281 ctx->dec.expkey[j + 0] = ctx->enc.expkey[i + 0]; in des3_ede_x86_setkey()
282 ctx->dec.expkey[j + 1] = tmp; in des3_ede_x86_setkey()
/linux/arch/powerpc/kernel/
A Dtime.c863 struct clock_event_device *dec = &per_cpu(decrementers, cpu); in register_decrementer_clockevent() local
865 *dec = decrementer_clockevent; in register_decrementer_clockevent()
866 dec->cpumask = cpumask_of(cpu); in register_decrementer_clockevent()
868 clockevents_config_and_register(dec, ppc_tb_freq, 2, decrementer_max); in register_decrementer_clockevent()
871 dec->name, dec->mult, dec->shift, cpu); in register_decrementer_clockevent()
874 decrementer_clockevent.mult = dec->mult; in register_decrementer_clockevent()
875 decrementer_clockevent.shift = dec->shift; in register_decrementer_clockevent()
/linux/arch/mips/dec/
A DPlatform5 -I$(srctree)/arch/mips/include/asm/mach-dec
6 libs-$(CONFIG_MACH_DECSTATION) += arch/mips/dec/prom/
/linux/drivers/media/pci/cx25821/
A Dcx25821-medusa-video.c212 static int medusa_PALCombInit(struct cx25821_dev *dev, int dec) in medusa_PALCombInit() argument
219 COMB_2D_HFS_CFG + (0x200 * dec), 0x20002861); in medusa_PALCombInit()
221 COMB_2D_HFD_CFG + (0x200 * dec), 0x20002861); in medusa_PALCombInit()
223 COMB_2D_LF_CFG + (0x200 * dec), 0x200A1023); in medusa_PALCombInit()
227 COMB_FLAT_THRESH_CTRL + (0x200 * dec), &tmp); in medusa_PALCombInit()
230 COMB_FLAT_THRESH_CTRL + (0x200 * dec), value); in medusa_PALCombInit()
234 COMB_2D_BLEND + (0x200 * dec), 0x210F0F0F); in medusa_PALCombInit()
238 COMB_MISC_CTRL + (0x200 * dec), 0x41120A7F); in medusa_PALCombInit()

Completed in 57 milliseconds

123456