Home
last modified time | relevance | path

Searched defs:src (Results 476 – 500 of 2723) sorted by relevance

1...<<11121314151617181920>>...109

/openbmc/linux/drivers/video/fbdev/core/
H A Dfbcon_cw.c25 static void cw_update_attr(u8 *dst, u8 *src, int attribute, in cw_update_attr()
91 u8 *src; in cw_putcs_aligned() local
214 char *src; in cw_cursor() local
/openbmc/linux/sound/core/seq/
H A Dseq_memory.c138 static int seq_copy_in_kernel(void *ptr, void *src, int size) in seq_copy_in_kernel()
147 static int seq_copy_in_user(void *ptr, void *src, int size) in seq_copy_in_user()
378 struct snd_seq_event_cell *src, *tmp, *tail; in snd_seq_event_dup() local
/openbmc/linux/arch/arm64/include/asm/
H A Duaccess.h261 #define __get_kernel_nofault(dst, src, type, err_label) \ argument
347 #define __put_kernel_nofault(dst, src, type, err_label) \ argument
406 static inline int __copy_from_user_flushcache(void *dst, const void __user *src, unsigned size) in __copy_from_user_flushcache()
/openbmc/linux/drivers/misc/vmw_vmci/
H A Dvmci_route.c20 int vmci_route(struct vmci_handle *src, in vmci_route()
/openbmc/linux/arch/mips/lib/
H A Diomap_copy.c20 const u64 __iomem *src = from; in __ioread64_copy() local
/openbmc/linux/lib/crypto/
H A Dlibchacha.c15 void chacha_crypt_generic(u32 *state, u8 *dst, const u8 *src, in chacha_crypt_generic()
/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_pio_copy.c49 const u64 *src = from; in qib_pio_copy() local
/openbmc/linux/arch/sparc/lib/
H A Dcsum_copy_to_user.S20 #define STORE(type,src,addr) type##a src, [addr] %asi argument
/openbmc/linux/tools/perf/util/
H A Daddr_location.c35 void addr_location__copy(struct addr_location *dst, struct addr_location *src) in addr_location__copy()
/openbmc/linux/arch/microblaze/lib/
H A Dmemset.c36 char *src = v_src; in memset() local
/openbmc/linux/fs/freevxfs/
H A Dvxfs_immed.c34 void *src = vip->vii_immed.vi_immed + folio_pos(folio); in vxfs_immed_read_folio() local
/openbmc/linux/drivers/net/vxlan/
H A Dvxlan_mdb.c19 union vxlan_addr src; member
351 struct in6_addr src; in vxlan_mdb_is_valid_source() local
412 struct vxlan_mdb_config_src_entry *src; in vxlan_mdb_config_src_entry_init() local
445 vxlan_mdb_config_src_entry_fini(struct vxlan_mdb_config_src_entry *src) in vxlan_mdb_config_src_entry_fini()
456 struct vxlan_mdb_config_src_entry *src, *tmp; in vxlan_mdb_config_src_list_init() local
477 struct vxlan_mdb_config_src_entry *src, *tmp; in vxlan_mdb_config_src_list_fini() local
830 const struct vxlan_mdb_config_src_entry *src, in vxlan_mdb_remote_src_add()
875 struct vxlan_mdb_config_src_entry *src; in vxlan_mdb_remote_srcs_add() local
/openbmc/u-boot/drivers/dma/
H A Ddma-uclass.c178 int dma_send(struct dma *dma, void *src, size_t len, void *metadata) in dma_send()
216 int dma_memcpy(void *dst, void *src, size_t len) in dma_memcpy()
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Dbase.c142 struct omap_dss_device *src, in omapdss_device_connect()
166 void omapdss_device_disconnect(struct omap_dss_device *src, in omapdss_device_disconnect()
/openbmc/linux/lib/
H A Ddecompress_unxz.c206 void *memmove(void *dest, const void *src, size_t size) in memmove()
255 long (*flush)(void *src, unsigned long size), in unxz()
/openbmc/linux/arch/sh/kernel/
H A Dio_trapped.c221 static unsigned long from_device(void *dst, const void *src, unsigned long cnt) in from_device()
244 static unsigned long to_device(void *dst, const void *src, unsigned long cnt) in to_device()
/openbmc/linux/crypto/
H A Dfcrypt.c233 static void fcrypt_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in fcrypt_encrypt()
265 static void fcrypt_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in fcrypt_decrypt()
/openbmc/qemu/hw/s390x/
H A Dcss.c761 static void copy_sense_id_to_guest(uint8_t *dest, SenseId *src) in copy_sense_id_to_guest()
1321 static void copy_pmcw_to_guest(PMCW *dest, const PMCW *src) in copy_pmcw_to_guest()
1341 void copy_scsw_to_guest(SCSW *dest, const SCSW *src) in copy_scsw_to_guest()
1351 static void copy_schib_to_guest(SCHIB *dest, const SCHIB *src) in copy_schib_to_guest()
1373 void copy_esw_to_guest(ESW *dest, const ESW *src) in copy_esw_to_guest()
1397 static void copy_pmcw_from_guest(PMCW *dest, const PMCW *src) in copy_pmcw_from_guest()
1417 static void copy_scsw_from_guest(SCSW *dest, const SCSW *src) in copy_scsw_from_guest()
1427 static void copy_schib_from_guest(SCHIB *dest, const SCHIB *src) in copy_schib_from_guest()
1686 static void copy_irb_to_guest(IRB *dest, const IRB *src, const PMCW *pmcw, in copy_irb_to_guest()
1850 static void copy_crw_to_guest(CRW *dest, const CRW *src) in copy_crw_to_guest()
[all …]
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_rx.c57 u8 * src, in libipw_frag_cache_find()
347 u8 src[ETH_ALEN]; in libipw_rx() local
1418 static inline int is_same_network(struct libipw_network *src, in is_same_network()
1431 struct libipw_network *src) in update_network()
/openbmc/linux/drivers/dma/
H A Dfsl_raid.c316 struct dma_chan *chan, dma_addr_t dest, dma_addr_t *src, in fsl_re_prep_dma_genq()
391 struct dma_chan *chan, dma_addr_t dest, dma_addr_t *src, in fsl_re_prep_dma_xor()
403 struct dma_chan *chan, dma_addr_t *dest, dma_addr_t *src, in fsl_re_prep_dma_pq()
526 struct dma_chan *chan, dma_addr_t dest, dma_addr_t src, in fsl_re_prep_dma_memcpy()
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_lan_hmc.c729 u8 *src) in i40e_write_byte()
769 u8 *src) in i40e_write_word()
813 u8 *src) in i40e_write_dword()
865 u8 *src) in i40e_write_qword()
/openbmc/linux/net/tipc/
H A Dudp_media.c171 struct udp_bearer *ub, struct udp_media_addr *src, in tipc_udp_xmit()
238 struct udp_media_addr *src = (struct udp_media_addr *)&b->addr.value; in tipc_udp_send_msg() local
336 struct udp_media_addr src = {0}; in tipc_udp_rcast_disc() local
546 struct udp_media_addr *src = (struct udp_media_addr *)&b->addr.value; in tipc_udp_nl_add_bearer_data() local
/openbmc/qemu/hw/misc/
H A Dbcm2835_cprman.c265 uint32_t div, src = FIELD_EX32(*mux->reg_ctl, CM_CLOCKx_CTL, SRC); in clock_mux_update() local
312 CprmanClockMuxSource src = backref - s->backref; in clock_mux_src_update() local
381 Clock *src = src_is_plld ? s->plld_in : s->plla_in; in dsi0hsck_mux_update() local
708 Clock *src; in connect_mux_sources() local
/openbmc/linux/tools/perf/util/include/asm/
H A Duaccess.h5 #define __get_user(src, dest) \ argument
/openbmc/linux/tools/usb/usbip/
H A DMakefile.am2 SUBDIRS := libsrc src subdir

1...<<11121314151617181920>>...109