/linux-6.14.4/drivers/video/fbdev/core/ |
D | bitblit.c | 25 static void update_attr(u8 *dst, u8 *src, int attribute, in update_attr() 84 u8 *src; in bit_putcs_aligned() local 119 u8 *src; in bit_putcs_unaligned() local 246 char *src; in bit_cursor() local
|
D | fb_io_fops.c | 11 u8 __iomem *src; in fb_io_read() local 74 u8 *buffer, *src; in fb_io_write() local
|
/linux-6.14.4/tools/perf/bench/ |
D | mem-functions.c | 123 void *src = NULL, *dst = zalloc(size); in __bench_mem_function() local 226 static void memcpy_prefault(memcpy_t fn, size_t size, void *src, void *dst) in memcpy_prefault() 238 static u64 do_memcpy_cycles(const struct function *r, size_t size, void *src, void *dst) in do_memcpy_cycles() 254 static double do_memcpy_gettimeofday(const struct function *r, size_t size, void *src, void *dst) in do_memcpy_gettimeofday()
|
/linux-6.14.4/arch/xtensa/mm/ |
D | cache.c | 102 void copy_user_highpage(struct page *dst, struct page *src, in copy_user_highpage() 274 unsigned long vaddr, void *dst, const void *src, in copy_to_user_page() 314 unsigned long vaddr, void *dst, const void *src, in copy_from_user_page()
|
/linux-6.14.4/sound/firewire/motu/ |
D | motu-protocol-v2.c | 89 enum snd_motu_clock_source *src) in get_clock_source() 146 enum snd_motu_clock_source *src) in snd_motu_protocol_v2_get_clock_source() 173 enum snd_motu_clock_source src; in switch_fetching_mode_spartan() local
|
/linux-6.14.4/drivers/mfd/ |
D | wm8350-core.c | 36 #define dump(regs, src) do { \ argument 45 #define dump(bytes, src) argument 115 u16 *src) in wm8350_block_write()
|
/linux-6.14.4/arch/x86/crypto/ |
D | glue_helper-asm-avx2.S | 8 #define load_16way(src, x0, x1, x2, x3, x4, x5, x6, x7) \ argument 28 #define store_cbc_16way(src, dst, x0, x1, x2, x3, x4, x5, x6, x7, t0) \ argument
|
/linux-6.14.4/arch/csky/lib/ |
D | string.c | 30 void *memcpy(void *dest, const void *src, size_t count) in memcpy() 91 void *memmove(void *dest, const void *src, size_t count) in memmove()
|
/linux-6.14.4/crypto/ |
D | dh_helper.c | 15 static inline u8 *dh_pack_data(u8 *dst, u8 *end, const void *src, size_t size) in dh_pack_data() 23 static inline const u8 *dh_unpack_data(void *dst, const void *src, size_t size) in dh_unpack_data()
|
D | bpf_crypto_skcipher.c | 43 static int bpf_crypto_lskcipher_encrypt(void *tfm, const u8 *src, u8 *dst, in bpf_crypto_lskcipher_encrypt() 49 static int bpf_crypto_lskcipher_decrypt(void *tfm, const u8 *src, u8 *dst, in bpf_crypto_lskcipher_decrypt()
|
/linux-6.14.4/arch/powerpc/crypto/ |
D | aes.c | 81 static void p8_aes_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in p8_aes_encrypt() 98 static void p8_aes_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in p8_aes_decrypt()
|
/linux-6.14.4/fs/bcachefs/ |
D | compress.c | 173 static int __bio_uncompress(struct bch_fs *c, struct bio *src, in __bio_uncompress() 314 int bch2_bio_uncompress(struct bch_fs *c, struct bio *src, in bch2_bio_uncompress() 345 void *src, size_t src_len, in attempt_compress() 434 struct bio *src, size_t *src_len, in __bio_compress() 547 struct bio *src, size_t *src_len, in bch2_bio_compress()
|
/linux-6.14.4/drivers/clk/ |
D | clk-xgene.c | 18 #define N_DIV_RD(src) ((src) & 0x000001ff) argument 19 #define SC_N_DIV_RD(src) ((src) & 0x0000007f) argument 20 #define SC_OUTDIV2(src) (((src) & 0x00000100) >> 8) argument 23 #define CLKR_RD(src) (((src) & 0x07000000)>>24) argument 24 #define CLKOD_RD(src) (((src) & 0x00300000)>>20) argument 26 #define CLKF_RD(src) (((src) & 0x000001ff)) argument
|
/linux-6.14.4/lib/zstd/compress/ |
D | zstd_double_fast.c | 53 void const* src, size_t srcSize, U32 const mls /* template */) in ZSTD_compressBlock_doubleFast_noDict_generic() 259 void const* src, size_t srcSize, in ZSTD_compressBlock_doubleFast_dictMatchState_generic() 492 void const* src, size_t srcSize) in ZSTD_compressBlock_doubleFast() 512 void const* src, size_t srcSize) in ZSTD_compressBlock_doubleFast_dictMatchState() 532 void const* src, size_t srcSize, in ZSTD_compressBlock_doubleFast_extDict_generic() 681 void const* src, size_t srcSize) in ZSTD_compressBlock_doubleFast_extDict()
|
/linux-6.14.4/drivers/media/pci/cobalt/ |
D | cobalt-flash.c | 49 u32 src = from; in flash_copy_from() local 67 const u8 *src = from; in flash_copy_to() local
|
/linux-6.14.4/drivers/media/platform/allegro-dvt/ |
D | nal-h264.c | 395 struct nal_h264_sps *sps, void *src, size_t n) in nal_h264_read_sps() 487 struct nal_h264_pps *pps, void *src, size_t n) in nal_h264_read_pps() 572 ssize_t nal_h264_read_filler(const struct device *dev, void *src, size_t n) in nal_h264_read_filler()
|
D | nal-hevc.c | 564 struct nal_hevc_vps *vps, void *src, size_t n) in nal_hevc_read_vps() 659 struct nal_hevc_sps *sps, void *src, size_t n) in nal_hevc_read_sps() 754 struct nal_hevc_pps *pps, void *src, size_t n) in nal_hevc_read_pps() 850 ssize_t nal_hevc_read_filler(const struct device *dev, void *src, size_t n) in nal_hevc_read_filler()
|
/linux-6.14.4/arch/parisc/net/ |
D | bpf_jit_comp32.c | 260 static void bpf_put_reg64(const s8 *reg, const s8 *src, in bpf_put_reg64() 304 static void bpf_put_reg32(const s8 *reg, const s8 *src, in bpf_put_reg32() 564 static void emit_alu_r64(const s8 *dst, const s8 *src, in emit_alu_r64() 632 static void emit_alu_r32(const s8 *dst, const s8 *src, in emit_alu_r32() 1006 static int emit_load_r64(const s8 *dst, const s8 *src, s16 off, in emit_load_r64() 1052 static int emit_store_r64(const s8 *dst, const s8 *src, s16 off, in emit_store_r64() 1127 const s8 *src = regmap[insn->src_reg]; in bpf_jit_emit_insn() local
|
/linux-6.14.4/drivers/gpu/drm/msm/disp/mdp5/ |
D | mdp5_plane.c | 204 struct drm_rect src = drm_plane_state_src(state); in mdp5_plane_atomic_check_with_state() local 555 static int calc_phase_step(uint32_t src, uint32_t dst, uint32_t *out_phase) in calc_phase_step() 578 uint32_t pixel_format, uint32_t src, uint32_t dest, in calc_scalex_steps() 601 uint32_t pixel_format, uint32_t src, uint32_t dest, in calc_scaley_steps() 624 uint32_t src, uint32_t dst, bool horz) in get_scale_config() 655 uint32_t src, uint32_t dst, uint32_t phase_step[2], in calc_pixel_ext() 848 struct drm_rect *src, struct drm_rect *dest) in mdp5_plane_mode_set()
|
/linux-6.14.4/tools/testing/selftests/net/netfilter/ |
D | connect_close.c | 51 static void do_accept(const struct sockaddr_in *src) in do_accept() 74 struct sockaddr_in src = { in accept_loop() local
|
/linux-6.14.4/net/bridge/netfilter/ |
D | ebt_ip6.c | 28 __be16 src; member 89 u16 src = ntohs(pptr->tcpudphdr.src); in ebt_ip6_mt() local
|
/linux-6.14.4/drivers/interconnect/qcom/ |
D | icc-rpm.c | 53 static int qcom_icc_set_qnoc_qos(struct icc_node *src) in qcom_icc_set_qnoc_qos() 98 static int qcom_icc_set_bimc_qos(struct icc_node *src) in qcom_icc_set_bimc_qos() 153 static int qcom_icc_set_noc_qos(struct icc_node *src) in qcom_icc_set_noc_qos() 345 static int qcom_icc_set(struct icc_node *src, struct icc_node *dst) in qcom_icc_set()
|
/linux-6.14.4/arch/parisc/math-emu/ |
D | fcnvxf.c | 51 register int src, dst_exponent; in sgl_to_sgl_fcnvxf() local 122 register int src, dst_exponent; in sgl_to_dbl_fcnvxf() local
|
D | fcnvfut.c | 50 register unsigned int src, result; in sgl_to_sgl_fcnvfut() local 120 register unsigned int src, resultp1, resultp2; in sgl_to_dbl_fcnvfut() local
|
D | fcnvuf.c | 52 register unsigned int src, result = 0; in sgl_to_sgl_fcnvuf() local 112 register unsigned int src, resultp1 = 0, resultp2 = 0; in sgl_to_dbl_fcnvuf() local
|