/linux-6.14.4/drivers/mfd/ |
D | wm831x-auxadc.c | 27 int val; member 111 int ret, input, val; in wm831x_auxadc_irq() local 155 int ret, src; in wm831x_auxadc_read_polled() local
|
/linux-6.14.4/drivers/scsi/aic94xx/ |
D | aic94xx_reg.c | 18 unsigned long offs, u8 val) in asd_write_byte() 29 unsigned long offs, u16 val) in asd_write_word() 40 unsigned long offs, u32 val) in asd_write_dword() 54 u8 val; in asd_read_byte() local 67 u16 val; in asd_read_word() local 80 u32 val; in asd_read_dword() local 177 static void __asd_write_reg_byte(struct asd_ha_struct *asd_ha, u32 reg, u8 val) in __asd_write_reg_byte() 228 u8 val; in __asd_read_reg_byte() local 303 void asd_write_reg_string(struct asd_ha_struct *asd_ha, void *src, in asd_write_reg_string()
|
/linux-6.14.4/arch/arm/mach-davinci/ |
D | pm.c | 37 static void davinci_sram_push(void *dest, void *src, unsigned int size) in davinci_sram_push() 45 unsigned val; in davinci_pm_suspend() local
|
/linux-6.14.4/drivers/dma/ |
D | mv_xor.c | 111 u32 val = readl_relaxed(XOR_INTR_MASK(chan)); in mv_chan_unmask_interrupts() local 125 u32 val; in mv_chan_clear_eoc_cause() local 135 u32 val = 0xFFFF0000 >> (chan->idx * 16); in mv_chan_clear_err_status() local 555 mv_xor_prep_dma_xor(struct dma_chan *chan, dma_addr_t dest, dma_addr_t *src, in mv_xor_prep_dma_xor() 599 mv_xor_prep_dma_memcpy(struct dma_chan *chan, dma_addr_t dest, dma_addr_t src, in mv_xor_prep_dma_memcpy() 613 dma_addr_t src, dest; in mv_xor_prep_dma_interrupt() local 694 u32 val; in mv_chan_dump_regs() local 764 void *src, *dest; in mv_chan_memcpy_self_test() local
|
/linux-6.14.4/arch/powerpc/kvm/ |
D | book3s_xics.c | 73 u16 src; in ics_deliver_irq() local 172 u16 src; in kvmppc_xics_set_xive() local 201 u16 src; in kvmppc_xics_get_xive() local 228 u16 src; in kvmppc_xics_int_on() local 254 u16 src; in kvmppc_xics_int_off() local 383 u16 src; in icp_deliver_irq() local 783 u16 src; in ics_eoi() local 1109 u16 src; in kvmppc_xics_set_icp() local 1183 u64 val, prio; in xics_get_source() local 1232 u64 val; in xics_set_source() local
|
D | book3s_xive_native.c | 32 u64 val; in xive_vm_esb_load() local 237 u16 src; in xive_native_esb_fault() local 345 u64 val; in kvmppc_xive_native_set_source() local 469 u16 src; in kvmppc_xive_native_set_source_config() local 516 u16 src; in kvmppc_xive_native_sync_source() local 1136 int kvmppc_xive_native_get_vp(struct kvm_vcpu *vcpu, union kvmppc_one_reg *val) in kvmppc_xive_native_get_vp() 1174 int kvmppc_xive_native_set_vp(struct kvm_vcpu *vcpu, union kvmppc_one_reg *val) in kvmppc_xive_native_set_vp()
|
/linux-6.14.4/drivers/gpu/drm/tiny/ |
D | st7586.c | 73 u8 *src, *buf, val; in st7586_xrgb8888_to_gray332() local 97 static int st7586_buf_copy(void *dst, struct iosys_map *src, struct drm_framebuffer *fb, in st7586_buf_copy() 113 static void st7586_fb_dirty(struct iosys_map *src, struct drm_framebuffer *fb, in st7586_fb_dirty()
|
/linux-6.14.4/sound/core/oss/ |
D | mulaw.c | 35 static inline int val_seg(int val) in val_seg() 177 char *src; in mulaw_decode() local 203 unsigned char *src) in cvt_native_to_s16() 223 char *src; in mulaw_encode() local
|
D | rate.c | 70 signed int val; in resample_expand() local 72 signed short *src, *dst; in resample_expand() local 129 signed int val; in resample_shrink() local 131 signed short *src, *dst; in resample_shrink() local
|
/linux-6.14.4/drivers/soc/ixp4xx/ |
D | ixp4xx-qmgr.c | 29 void qmgr_put_entry(unsigned int queue, u32 val) in qmgr_put_entry() 42 u32 val; in qmgr_get_entry() local 117 void qmgr_set_irq(unsigned int queue, int src, in qmgr_set_irq() 144 u32 en_bitmap, src, stat; in qmgr_irq1_a0() local
|
/linux-6.14.4/drivers/media/i2c/ |
D | msp3400-kthreads.c | 175 static void msp_set_source(struct i2c_client *client, u16 src) in msp_set_source() 248 int src = 0; /* channel source: FM/AM, nicam or SCART */ in msp3400c_set_audmode() local 404 int val; in msp3400c_detect_stereo() local 495 int count, max1, max2, val1, val2, val, i; in msp3400c_thread() local 690 int val, i, std, count; in msp3410d_thread() local 987 int val, i; in msp34xxg_thread() local
|
/linux-6.14.4/drivers/gpu/drm/i915/ |
D | i915_params.c | 139 bool val) in _param_print_bool() 145 int val) in _param_print_int() 151 unsigned int val) in _param_print_uint() 157 unsigned long val) in _param_print_ulong() 163 const char *val) in _param_print_charp() 168 #define _param_print(p, name, val) \ argument 204 void i915_params_copy(struct i915_params *dest, const struct i915_params *src) in i915_params_copy()
|
/linux-6.14.4/drivers/mmc/core/ |
D | sdio_io.c | 383 u8 val; in sdio_readb() local 445 u8 val; in sdio_writeb_readb() local 486 void *src, int count) in sdio_memcpy_toio() 519 int sdio_writesb(struct sdio_func *func, unsigned int addr, void *src, in sdio_writesb() 635 unsigned char val; in sdio_f0_readb() local
|
/linux-6.14.4/sound/soc/samsung/ |
D | idma.c | 58 static void idma_getpos(dma_addr_t *src) in idma_getpos() 68 u32 val; in idma_enqueue() local 111 u32 val = readl(idma.regs + I2SAHB); in idma_control() local 228 dma_addr_t src; in idma_pointer() local 260 u32 iisahb, val, addr; in iis_irq() local
|
/linux-6.14.4/arch/x86/include/asm/ |
D | percpu.h | 126 #define __pcpu_cast_1(val) ((u8)(((unsigned long) val) & 0xff)) argument 127 #define __pcpu_cast_2(val) ((u16)(((unsigned long) val) & 0xffff)) argument 128 #define __pcpu_cast_4(val) ((u32)(((unsigned long) val) & 0xffffffff)) argument 129 #define __pcpu_cast_8(val) ((u64)(val)) argument 136 #define __pcpu_op2_1(op, src, dst) op "b " src ", " dst argument 137 #define __pcpu_op2_2(op, src, dst) op "w " src ", " dst argument 138 #define __pcpu_op2_4(op, src, dst) op "l " src ", " dst argument 139 #define __pcpu_op2_8(op, src, dst) op "q " src ", " dst argument 158 #define __raw_cpu_write(size, qual, pcp, val) \ argument 235 #define percpu_add_op(size, qual, var, val) \ argument [all …]
|
/linux-6.14.4/drivers/net/can/m_can/ |
D | m_can_pci.c | 42 static int iomap_read_fifo(struct m_can_classdev *cdev, int offset, void *val, size_t val_count) in iomap_read_fifo() 45 void __iomem *src = priv->base + offset; in iomap_read_fifo() local 56 static int iomap_write_reg(struct m_can_classdev *cdev, int reg, int val) in iomap_write_reg() 66 const void *val, size_t val_count) in iomap_write_fifo()
|
D | m_can_platform.c | 33 static int iomap_read_fifo(struct m_can_classdev *cdev, int offset, void *val, size_t val_count) in iomap_read_fifo() 36 void __iomem *src = priv->mram_base + offset; in iomap_read_fifo() local 47 static int iomap_write_reg(struct m_can_classdev *cdev, int reg, int val) in iomap_write_reg() 57 const void *val, size_t val_count) in iomap_write_fifo()
|
/linux-6.14.4/drivers/staging/media/atomisp/pci/base/circbuf/interface/ |
D | ia_css_circbuf.h | 93 uint32_t val) in ia_css_circbuf_elem_set_val() 119 ia_css_circbuf_elem_t *src, in ia_css_circbuf_elem_cpy() 294 uint32_t val) in ia_css_circbuf_push()
|
/linux-6.14.4/lib/lz4/ |
D | lz4defs.h | 150 #define LZ4_memcpy(dst, src, size) __builtin_memcpy(dst, src, size) argument 151 #define LZ4_memmove(dst, src, size) __builtin_memmove(dst, src, size) argument 153 static FORCE_INLINE void LZ4_copy8(void *dst, const void *src) in LZ4_copy8() 186 static FORCE_INLINE unsigned int LZ4_NbCommonBytes(register size_t val) in LZ4_NbCommonBytes()
|
/linux-6.14.4/drivers/gpu/drm/mcde/ |
D | mcde_display.c | 93 u32 val; in mcde_display_irq() local 196 static int mcde_configure_extsrc(struct mcde *mcde, enum mcde_extsrc src, in mcde_configure_extsrc() 199 u32 val; in mcde_configure_extsrc() local 339 enum mcde_extsrc src, in mcde_configure_overlay() 344 u32 val; in mcde_configure_overlay() local 494 u32 val; in mcde_configure_channel() local 634 u32 val; in mcde_configure_fifo() local 753 u32 val; in mcde_configure_dsi_formatter() local 846 u32 val; in mcde_enable_fifo() local 874 u32 val; in mcde_disable_fifo() local [all …]
|
/linux-6.14.4/sound/pci/emu10k1/ |
D | io.c | 34 unsigned int regptr, val; in snd_emu10k1_ptr_read() local 131 unsigned int regptr, val; in snd_emu10k1_ptr20_read() local 328 void snd_emu1010_fpga_link_dst_src_write(struct snd_emu10k1 *emu, u32 dst, u32 src) in snd_emu1010_fpga_link_dst_src_write() 353 int snd_emu1010_get_raw_rate(struct snd_emu10k1 *emu, u8 src) in snd_emu1010_get_raw_rate() 503 unsigned int val; in snd_emu10k1_voice_intr_enable() local 522 unsigned int val; in snd_emu10k1_voice_intr_disable() local 557 unsigned int val; in snd_emu10k1_voice_half_loop_intr_enable() local 576 unsigned int val; in snd_emu10k1_voice_half_loop_intr_disable() local 753 unsigned short val; in snd_emu10k1_ac97_read() local
|
/linux-6.14.4/arch/sparc/kernel/ |
D | uprobes.c | 34 const void *src, int len) in copy_to_page() 50 void *src, unsigned long len) in arch_uprobe_copy_ixol() 265 unsigned long val, void *data) in arch_uprobe_exception_notify()
|
/linux-6.14.4/drivers/media/platform/st/sti/bdisp/ |
D | bdisp-debug.c | 35 static void bdisp_dbg_dump_ins(struct seq_file *s, u32 val) in bdisp_dbg_dump_ins() 110 static void bdisp_dbg_dump_tty(struct seq_file *s, u32 val) in bdisp_dbg_dump_tty() 159 static void bdisp_dbg_dump_xy(struct seq_file *s, u32 val, char *name) in bdisp_dbg_dump_xy() 165 static void bdisp_dbg_dump_sz(struct seq_file *s, u32 val, char *name) in bdisp_dbg_dump_sz() 172 u32 val, u32 addr, char *name) in bdisp_dbg_dump_sty() 236 static void bdisp_dbg_dump_fctl(struct seq_file *s, u32 val) in bdisp_dbg_dump_fctl() 253 static void bdisp_dbg_dump_rsf(struct seq_file *s, u32 val, char *name) in bdisp_dbg_dump_rsf() 272 static void bdisp_dbg_dump_rzi(struct seq_file *s, u32 val, char *name) in bdisp_dbg_dump_rzi() 395 u32 *val; in last_nodes_raw_show() local 444 struct bdisp_frame src, dst; in last_request_show() local
|
/linux-6.14.4/arch/mips/net/ |
D | bpf_jit_comp.c | 204 void emit_mov_r(struct jit_context *ctx, u8 dst, u8 src) in emit_mov_r() 247 bool rewrite_alu_i(u8 op, s32 imm, u8 *alu, s32 *val) in rewrite_alu_i() 342 void emit_alu_r(struct jit_context *ctx, u8 dst, u8 src, u8 op) in emit_alu_r() 409 void emit_atomic_r(struct jit_context *ctx, u8 dst, u8 src, s16 off, u8 code) in emit_atomic_r() 445 void emit_cmpxchg_r(struct jit_context *ctx, u8 dst, u8 src, u8 res, s16 off) in emit_cmpxchg_r() 758 void emit_jmp_r(struct jit_context *ctx, u8 dst, u8 src, s32 off, u8 op) in emit_jmp_r()
|
/linux-6.14.4/fs/bcachefs/ |
D | util.h | 232 #define ewma_add(ewma, val, weight) \ argument 409 static inline void memcpy_u64s_small(void *dst, const void *src, in memcpy_u64s_small() 419 static inline void __memcpy_u64s(void *dst, const void *src, in __memcpy_u64s() 438 static inline void memcpy_u64s(void *dst, const void *src, in memcpy_u64s() 447 static inline void __memmove_u64s_down(void *dst, const void *src, in __memmove_u64s_down() 453 static inline void memmove_u64s_down(void *dst, const void *src, in memmove_u64s_down() 461 static inline void __memmove_u64s_down_small(void *dst, const void *src, in __memmove_u64s_down_small() 467 static inline void memmove_u64s_down_small(void *dst, const void *src, in memmove_u64s_down_small() 479 u64 *src = (u64 *) _src + u64s; in __memmove_u64s_up_small() local 485 static inline void memmove_u64s_up_small(void *dst, const void *src, in memmove_u64s_up_small() [all …]
|