Searched refs:dec (Results 26 - 50 of 153) sorted by relevance

1234567

/linux-master/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_h264_req_if.c59 * @dec : decode information (AP-R, VPU-W)
67 struct vdec_h264_dec_info dec; member in struct:vdec_h264_vsi
228 inst->vsi_ctx.dec.cap_num_planes =
240 inst->vsi_ctx.dec.resolution_changed = true;
243 inst->vsi_ctx.dec.realloc_mv_buf = true;
246 inst->vsi_ctx.dec.resolution_changed,
247 inst->vsi_ctx.dec.realloc_mv_buf,
267 *dpb_sz = inst->vsi_ctx.dec.dpb_sz;
292 inst->vsi_ctx.dec.resolution_changed = true;
293 inst->vsi_ctx.dec
[all...]
H A Dvdec_vp8_if.c77 * @dec : decoding information
84 struct vdec_vp8_dec_info dec; member in struct:vdec_vp8_vsi
293 uint64_t prev_y_dma = inst->vsi->dec.prev_y_dma;
317 if (inst->vsi->dec.show_frame) {
374 inst->vsi->dec.working_buf_dma = (uint64_t)mem->dma_addr;
385 inst->vsi->dec.working_buf_dma = 0;
431 struct vdec_vp8_dec_info *dec = &inst->vsi->dec; local
452 dec->bs_dma = (uint64_t)bs->dma_addr;
453 dec
[all...]
H A Dvdec_h264_if.c101 * @dec : decode information (AP-R, VPU-W)
111 struct vdec_h264_dec_info dec; member in struct:vdec_h264_vsi
264 *dpb_sz = inst->vsi->dec.dpb_sz;
375 inst->vsi->dec.bs_dma = (uint64_t)bs->dma_addr;
376 inst->vsi->dec.y_fb_dma = y_fb_dma;
377 inst->vsi->dec.c_fb_dma = c_fb_dma;
378 inst->vsi->dec.vdec_fb_va = vdec_fb_va;
391 *res_chg = inst->vsi->dec.resolution_changed;
398 if (inst->vsi->dec.realloc_mv_buf) {
H A Dvdec_hevc_req_multi_if.c307 * @dec: decode information (AP-R, VPU-W)
322 struct vdec_hevc_slice_info dec; member in struct:vdec_hevc_slice_vsi
826 inst->vsi_core->dec.vdec_fb_va = (unsigned long)fb;
952 inst->vsi_core->dec.timeout = !!timeout;
957 inst->vsi_core->dec.crc[0], inst->vsi_core->dec.crc[1],
958 inst->vsi_core->dec.crc[2], inst->vsi_core->dec.crc[3],
959 inst->vsi_core->dec.crc[4], inst->vsi_core->dec
[all...]
/linux-master/drivers/media/platform/st/sti/delta/
H A Ddelta-v4l2.c31 #define call_dec_op(dec, op, args...)\
32 ((dec && (dec)->op) ? (dec)->op(args) : 0)
136 const struct delta_dec *dec = ctx->dec; local
139 call_dec_op(dec, recycle, ctx, frame);
283 const struct delta_dec *dec; local
287 dec = delta->decoders[i];
288 if ((dec
346 const struct delta_dec *dec; local
498 const struct delta_dec *dec; local
552 const struct delta_dec *dec; local
646 const struct delta_dec *dec = ctx->dec; local
808 const struct delta_dec *dec = ctx->dec; local
926 const struct delta_dec *dec = ctx->dec; local
1142 const struct delta_dec *dec = ctx->dec; local
1308 const struct delta_dec *dec = ctx->dec; local
1532 const struct delta_dec *dec = ctx->dec; local
1699 const struct delta_dec *dec = ctx->dec; local
[all...]
/linux-master/kernel/
H A Ducount.c257 long dec = atomic_long_dec_if_positive(&iter->ucount[type]); local
258 WARN_ON_ONCE(dec < 0);
285 long dec = atomic_long_sub_return(v, &iter->rlimit[type]); local
286 WARN_ON_ONCE(dec < 0);
288 new = dec;
298 long dec = atomic_long_sub_return(1, &iter->rlimit[type]); local
299 WARN_ON_ONCE(dec < 0);
301 if (dec == 0)
316 long dec, ret = 0; local
336 dec
[all...]
/linux-master/drivers/media/i2c/
H A Dtw2804.c252 struct tw2804 *dec = to_state(sd); local
269 write_regs(client, regs, dec->channel);
270 dec->norm = norm;
277 struct tw2804 *dec = to_state(sd); local
281 if (config && config - 1 != dec->channel) {
287 dec->channel = config - 1;
289 dec->channel);
290 if (dec->channel == 0 &&
296 if (write_regs(client, channel_registers, dec->channel) < 0) {
299 dec
[all...]
/linux-master/arch/mips/dec/
H A Dint-handler.S22 #include <asm/dec/interrupts.h>
23 #include <asm/dec/ioasic_addrs.h>
24 #include <asm/dec/ioasic_ints.h>
25 #include <asm/dec/kn01.h>
26 #include <asm/dec/kn02.h>
27 #include <asm/dec/kn02xa.h>
28 #include <asm/dec/kn03.h>
H A Dtime.c18 #include <asm/dec/interrupts.h>
19 #include <asm/dec/ioasic.h>
20 #include <asm/dec/machtype.h>
H A Dkn02xa-berr.c23 #include <asm/dec/kn02ca.h>
24 #include <asm/dec/kn02xa.h>
25 #include <asm/dec/kn05.h>
H A Dsetup.c41 #include <asm/dec/interrupts.h>
42 #include <asm/dec/ioasic.h>
43 #include <asm/dec/ioasic_addrs.h>
44 #include <asm/dec/ioasic_ints.h>
45 #include <asm/dec/kn01.h>
46 #include <asm/dec/kn02.h>
47 #include <asm/dec/kn02ba.h>
48 #include <asm/dec/kn02ca.h>
49 #include <asm/dec/kn03.h>
50 #include <asm/dec/kn23
[all...]
H A Decc-berr.c26 #include <asm/dec/ecc.h>
27 #include <asm/dec/kn02.h>
28 #include <asm/dec/kn03.h>
29 #include <asm/dec/kn05.h>
H A Dkn02-irq.c13 #include <asm/dec/kn02.h>
/linux-master/tools/perf/tests/
H A Dapi-io.c221 __u64 dec; local
226 ch = io__get_dec(&io, &dec);
227 EXPECT_EQUAL64(dec, val1);
230 ch = io__get_dec(&io, &dec);
231 EXPECT_EQUAL64(dec, val2);
234 ch = io__get_dec(&io, &dec);
235 EXPECT_EQUAL64(dec, val3);
/linux-master/arch/csky/include/asm/
H A Datomic.h179 int dec, tmp; local
190 : "=&r" (dec), "=&r" (tmp)
194 return dec - 1;
/linux-master/arch/mips/include/asm/dec/
H A Dkn02xa.h20 #include <asm/dec/ioasic_addrs.h>
H A Dkn05.h3 * include/asm-mips/dec/kn05.h
20 #include <asm/dec/ioasic_addrs.h>
/linux-master/tools/lib/api/
H A Dio.h119 /* Read a positive decimal value with out argument dec. If the first character
124 static inline int io__get_dec(struct io *io, __u64 *dec) argument
128 *dec = 0;
135 *dec = (*dec * 10) + ch - '0';
/linux-master/arch/mips/dec/prom/
H A Dmemory.c15 #include <asm/dec/machtype.h>
16 #include <asm/dec/prom.h>
/linux-master/drivers/media/usb/
H A DMakefile14 obj-y += ttusb-dec/
/linux-master/arch/powerpc/kvm/
H A Demulate.c31 pr_debug("mtDEC: %lx\n", vcpu->arch.dec);
41 if (vcpu->arch.dec == 0)
51 dec_time = vcpu->arch.dec;
68 if (vcpu->arch.dec < jd)
72 return vcpu->arch.dec - jd;
94 vcpu->arch.dec = (u32) spr_val;
/linux-master/drivers/media/rc/img-ir/
H A Dimg-ir-hw.c622 * @dec: Decoder to check.
624 * Returns: true if @dec is compatible with the device @priv refers to.
627 const struct img_ir_decoder *dec)
632 ct = dec->control.code_type;
651 const struct img_ir_decoder *dec = *decp; local
652 if (img_ir_decoder_compatible(priv, dec))
653 protos |= dec->type;
673 const struct img_ir_decoder *dec = *decp; local
674 if (!img_ir_decoder_compatible(priv, dec))
676 if (*ir_type & dec
626 img_ir_decoder_compatible(struct img_ir_priv *priv, const struct img_ir_decoder *dec) argument
818 const struct img_ir_decoder *dec = hw->decoder; local
1012 const struct img_ir_decoder *dec = *decp; local
[all...]
/linux-master/arch/x86/crypto/
H A Ddes3_ede_glue.c21 struct des3_ede_ctx dec; member in struct:des3_ede_x86_ctx
43 u32 *dec_ctx = ctx->dec.expkey;
51 u32 *dec_ctx = ctx->dec.expkey;
123 return ecb_crypt(req, ctx->dec.expkey);
273 ctx->dec.expkey[j + 0] = ctx->enc.expkey[i + 0];
274 ctx->dec.expkey[j + 1] = tmp;
/linux-master/arch/x86/lib/
H A Dchecksum_32.S61 dec %ecx
100 dec %ecx
109 dec %edx
167 dec %ecx
227 dec %ecx
329 dec %ecx
342 dec %edx
414 dec %ecx
/linux-master/arch/powerpc/kernel/
H A Dtime.c804 struct clock_event_device *dec = &per_cpu(decrementers, cpu); local
806 *dec = decrementer_clockevent;
807 dec->cpumask = cpumask_of(cpu);
809 clockevents_config_and_register(dec, ppc_tb_freq, 2, decrementer_max);
812 dec->name, dec->mult, dec->shift, cpu);
815 decrementer_clockevent.mult = dec->mult;
816 decrementer_clockevent.shift = dec->shift;
846 if (of_property_read_u32(cpu, "ibm,dec
[all...]

Completed in 211 milliseconds

1234567