Home
last modified time | relevance | path

Searched defs:src (Results 1176 – 1200 of 2723) sorted by relevance

1...<<41424344454647484950>>...109

/openbmc/phosphor-psu-code-mgmt/src/
H A Dactivation.cpp302 auto src = path(); in storeImage() local
/openbmc/linux/arch/arm64/kernel/probes/
H A Duprobes.c15 void *src, unsigned long len) in arch_uprobe_copy_ixol()
/openbmc/linux/net/can/
H A Dgw.c137 } src; member
264 static void canframecpy(struct canfd_frame *dst, struct can_frame *src) in canframecpy()
276 static void canfdframecpy(struct canfd_frame *dst, struct canfd_frame *src) in canfdframecpy()
/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Dmac.c560 iddma_enable(struct rtw_dev *rtwdev, u32 src, u32 dst, u32 ctrl) in iddma_enable()
572 static int iddma_download_firmware(struct rtw_dev *rtwdev, u32 src, u32 dst, in iddma_download_firmware()
645 u32 src, u32 dst, u32 size) in download_firmware_to_mem()
/openbmc/linux/drivers/video/fbdev/core/
H A Dfbmem.c114 void fb_pad_aligned_buffer(u8 *dst, u32 d_pitch, u8 *src, u32 s_pitch, u32 height) in fb_pad_aligned_buffer()
120 void fb_pad_unaligned_buffer(u8 *dst, u32 d_pitch, u8 *src, u32 idx, u32 height, in fb_pad_unaligned_buffer()
278 const u8 *src = logo->data; in fb_set_logo() local
/openbmc/linux/drivers/gpu/drm/i2c/
H A Dch7006_priv.h141 #define __mask(src, bitfield) \ argument
145 #define __bitf(src, bitfield, x) \ argument
153 #define __unbitf(src, bitfield, x) \ argument
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_mipi_dbi.c204 int mipi_dbi_buf_copy(void *dst, struct iosys_map *src, struct drm_framebuffer *fb, in mipi_dbi_buf_copy()
254 static void mipi_dbi_fb_dirty(struct iosys_map *src, struct drm_framebuffer *fb, in mipi_dbi_fb_dirty()
861 const u8 *src = buf; in mipi_dbi_spi1e_transfer() local
/openbmc/linux/drivers/gpu/drm/omapdrm/
H A Domap_dmm_tiler.c76 static int dmm_dma_copy(struct dmm *dmm, dma_addr_t src, dma_addr_t dst) in dmm_dma_copy()
104 dma_addr_t src, dst; in dmm_read_wa() local
127 dma_addr_t src, dst; in dmm_write_wa() local
/openbmc/linux/arch/x86/kernel/
H A Dalternative.c328 bool need_reloc(unsigned long offset, u8 *src, size_t src_len) in need_reloc()
339 apply_relocation(u8 *buf, size_t len, u8 *dest, u8 *src, size_t src_len) in apply_relocation()
1775 static void text_poke_memcpy(void *dst, const void *src, size_t len) in text_poke_memcpy()
1780 static void text_poke_memset(void *dst, const void *src, size_t len) in text_poke_memset()
1789 static void *__text_poke(text_poke_f func, void *addr, const void *src, size_t len) in __text_poke()
/openbmc/linux/drivers/video/fbdev/
H A Damifb.c2591 static void bitcpy(unsigned long *dst, int dst_idx, const unsigned long *src, in bitcpy()
2732 const unsigned long *src, int src_idx, u32 n) in bitcpy_rev()
2884 const unsigned long *src, int src_idx, u32 n) in bitcpy_not()
3202 unsigned long *src, int src_idx, u32 n) in copy_one_line()
3219 unsigned long *src, int src_idx, u32 n) in copy_one_line_rev()
3241 unsigned long *dst, *src; in amifb_copyarea() local
3303 const unsigned long *src; in expand_one_line() local
3335 const char *src; in amifb_imageblit() local
/openbmc/qemu/tests/qtest/
H A Dahci-test.c1134 AHCIQState *src, *dst; in test_migrate_sanity() local
1155 AHCIQState *src, *dst; in ahci_migrate_simple() local
1275 AHCIQState *src, *dst; in ahci_migrate_halted_io() local
1348 AHCIQState *src, *dst; in test_flush_migrate() local
/openbmc/u-boot/board/cobra5272/
H A Dflash.c312 int write_buff (flash_info_t * info, uchar * src, ulong addr, ulong cnt) in write_buff()
/openbmc/u-boot/cmd/
H A Dini.c71 static char *strncpy0(char *dest, const char *src, size_t size) in strncpy0()
/openbmc/linux/arch/arm/probes/uprobes/
H A Dcore.c114 void *src, unsigned long len) in arch_uprobe_copy_ixol()
/openbmc/linux/arch/alpha/math-emu/
H A Dmath.c109 unsigned long fa, fb, fc, func, mode, src; in alpha_fp_emul() local
/openbmc/linux/crypto/
H A Dsha512_generic.c148 static void sha512_generic_block_fn(struct sha512_state *sst, u8 const *src, in sha512_generic_block_fn()
H A Daria_generic.c198 const __be32 *src = (const __be32 *)in; in __aria_crypt() local
/openbmc/qemu/pc-bios/s390-ccw/
H A Ds390-ccw.h166 static inline void ebcdic_to_ascii(const char *src, in ebcdic_to_ascii()
/openbmc/qemu/tests/migration/guestperf/
H A Dengine.py109 def _migrate(self, hardware, scenario, src, dst, connect_uri): argument
/openbmc/linux/mm/damon/
H A Dlru_sort.c187 struct damos_quota *src) in damon_lru_sort_copy_quota_status()
/openbmc/linux/net/smc/
H A Dsmc_stats.c268 u64 *src; in smc_nl_get_stats() local
/openbmc/linux/drivers/comedi/drivers/
H A Dke_counter.c99 unsigned char src; in ke_counter_insn_config() local
/openbmc/linux/drivers/net/can/m_can/
H A Dm_can_platform.c36 void __iomem *src = priv->mram_base + offset; in iomap_read_fifo() local
/openbmc/linux/drivers/spi/
H A Dspi-fsl-cpm.c125 const u16 *src = t->tx_buf; in fsl_spi_cpm_bufs() local
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/
H A Dfalcon.c119 vmemdup(const void *src, size_t len) in vmemdup()

1...<<41424344454647484950>>...109