Searched refs:dec (Results 101 - 125 of 153) sorted by last modified time

1234567

/linux-master/drivers/media/platform/mediatek/jpeg/
H A DMakefile4 mtk-jpeg-dec-hw.o
10 mtk-jpeg-dec-hw-y := mtk_jpeg_dec_hw.o
/linux-master/drivers/iio/adc/
H A Dad7923.c46 /* val = value, dec = left shift, bits = number of bits of the mask */
47 #define EXTRACT(val, dec, bits) (((val) >> (dec)) & ((1 << (bits)) - 1))
/linux-master/drivers/usb/dwc2/
H A Dhcd.h644 static inline u16 dwc2_frame_num_dec(u16 frame, u16 dec) argument
646 return (frame + HFNUM_MAX_FRNUM + 1 - dec) & HFNUM_MAX_FRNUM;
/linux-master/drivers/media/usb/
H A DMakefile14 obj-y += ttusb-dec/
/linux-master/drivers/gpu/drm/msm/dsi/phy/
H A Ddsi_phy_10nm.c119 u64 dec, dec_multiple; local
129 dec = div_u64_rem(dec_multiple, multiplier, &frac);
142 config->decimal_div_start = dec;
429 u32 dec; local
432 dec = dsi_phy_read(base + REG_DSI_10nm_PHY_PLL_DECIMAL_DIV_START_1);
433 dec &= 0xff;
446 pll_freq = dec * (ref_clk * 2);
453 DBG("DSI PLL%d returning vco rate = %lu, dec = %x, frac = %x",
454 pll_10nm->phy->id, (unsigned long)vco_rate, dec, frac);
/linux-master/arch/x86/crypto/
H A Dpolyval-clmulni_asm.S239 dec BLOCKS_LEFT
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/mips/dec/
H A Dioasic-irq.c12 #include <asm/dec/ioasic.h>
13 #include <asm/dec/ioasic_addrs.h>
14 #include <asm/dec/ioasic_ints.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 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>
/linux-master/net/ipv4/
H A Dtcp_nv.c43 * nv_dec_eval_min_calls Wait this many RTT measurements before dec cwnd
403 int dec; local
405 dec = max(2U, ((tcp_snd_cwnd(tp) - max_win) *
407 tcp_snd_cwnd_set(tp, tcp_snd_cwnd(tp) - dec);
/linux-master/drivers/media/pci/ivtv/
H A Divtv-ioctl.c1585 static int ivtv_decoder_cmd(struct file *file, void *fh, struct v4l2_decoder_cmd *dec) argument
1590 IVTV_DEBUG_IOCTL("VIDIOC_DECODER_CMD %d\n", dec->cmd);
1591 return ivtv_video_command(itv, id, dec, false);
1594 static int ivtv_try_decoder_cmd(struct file *file, void *fh, struct v4l2_decoder_cmd *dec) argument
1599 IVTV_DEBUG_IOCTL("VIDIOC_TRY_DECODER_CMD %d\n", dec->cmd);
1600 return ivtv_video_command(itv, id, dec, true);
/linux-master/drivers/media/platform/st/sti/delta/
H A Ddelta.h405 * @dec: selected decoder context for this instance
437 const struct delta_dec *dec; member in struct:delta_ctx
548 (state & DELTA_FRAME_DEC) ? "dec" : " ",
H A DMakefile7 st-delta-$(CONFIG_VIDEO_STI_DELTA_MJPEG) += delta-mjpeg-dec.o
/linux-master/drivers/net/ethernet/amd/
H A Ddeclance.c69 #include <asm/dec/interrupts.h>
70 #include <asm/dec/ioasic.h>
71 #include <asm/dec/ioasic_addrs.h>
72 #include <asm/dec/kn01.h>
73 #include <asm/dec/machtype.h>
74 #include <asm/dec/system.h>
/linux-master/fs/unicode/
H A Dutf8-selftest.c39 unsigned char dec[10]; member in struct:__anon220
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},
85 .dec = {0x61, 0xCC, 0xA8, 0xcc, 0x88, 0x00},
180 int nlen = strlen(nfdi_test_data[i].dec);
192 test_f((c == nfdi_test_data[i].dec[
[all...]
/linux-master/arch/mips/dec/prom/
H A Dinit.c20 #include <asm/dec/prom.h>
H A Dmemory.c15 #include <asm/dec/machtype.h>
16 #include <asm/dec/prom.h>
/linux-master/arch/x86/lib/
H A Datomic64_cx8_32.S101 incdec_return dec sub sbb
H A Datomic64_386_32.S121 BEGIN_IRQ_SAVE(dec)
/linux-master/drivers/mtd/devices/
H A Dms02-nv.c16 #include <asm/dec/ioasic_addrs.h>
17 #include <asm/dec/kn02.h>
18 #include <asm/dec/kn03.h>
/linux-master/include/linux/mfd/wcd934x/
H A Dregisters.h242 #define WCD934X_CDC_TX_PATH_CTL(dec) (0xa31 + dec * 0x10)
/linux-master/tools/arch/x86/include/asm/
H A Dasm.h37 #define _ASM_DEC __ASM_SIZE(dec)
/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/drivers/media/platform/qcom/venus/
H A DMakefile10 venus-dec-objs += vdec.o vdec_ctrls.o
14 obj-$(CONFIG_VIDEO_QCOM_VENUS) += venus-dec.o

Completed in 248 milliseconds

1234567