Searched defs:from (Results 1 - 25 of 777) sorted by path

1234567891011>>

/linux-master/arch/arm/kernel/
H A Dio.c45 void _memcpy_fromio(void *to, const volatile void __iomem *from, size_t count) argument
61 void _memcpy_toio(volatile void __iomem *to, const void *from, size_t count) argument
/linux-master/arch/arm/mm/
H A Dcopypage-fa.c38 void fa_copy_user_highpage(struct page *to, struct page *from, argument
H A Dcopypage-v4wb.c47 void v4wb_copy_user_highpage(struct page *to, struct page *from, argument
H A Dcopypage-v4wt.c43 void v4wt_copy_user_highpage(struct page *to, struct page *from, argument
/linux-master/arch/arm64/kernel/
H A Dio.c15 void __memcpy_fromio(void *to, const volatile void __iomem *from, size_t count) argument
43 __memcpy_toio(volatile void __iomem *to, const void *from, size_t count) argument
[all...]
/linux-master/arch/m68k/lib/
H A Dmemcpy.c10 void *memcpy(void *to, const void *from, size_t n) argument
[all...]
H A Duaccess.c10 unsigned long __generic_copy_from_user(void *to, const void __user *from, argument
56 unsigned long __generic_copy_to_user(void __user *to, const void *from, argument
/linux-master/arch/mips/lib/
H A Diomap_copy.c16 void __ioread64_copy(void *to, const void __iomem *from, size_t count) argument
/linux-master/arch/sh/kernel/
H A Dio.c16 void memcpy_fromio(void *to, const volatile void __iomem *from, unsigned long count) argument
79 memcpy_toio(volatile void __iomem *to, const void *from, unsigned long count) argument
[all...]
/linux-master/arch/x86/kernel/cpu/
H A Dhypervisor.c87 const void * const *from = (const void * const *)src; local
/linux-master/arch/x86/um/asm/
H A Dprocessor_32.h44 static inline void arch_copy_thread(struct arch_thread *from, argument
/linux-master/drivers/hid/
H A Dhid-icade.c157 static const struct icade_key *icade_find_translation(u16 from) argument
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_pio_copy.c45 void qib_pio_copy(void __iomem *to, const void *from, size_t count) argument
/linux-master/drivers/media/pci/cx18/
H A Dcx18-io.h127 cx18_memcpy_fromio(struct cx18 *cx, void *to, const void __iomem *from, unsigned int len) argument
/linux-master/drivers/media/tuners/
H A Dmt20xx.c302 int if2,from,to; local
241 mt2032_set_if_freq(struct dvb_frontend *fe, unsigned int rfin, unsigned int if1, unsigned int if2, unsigned int from, unsigned int to) argument
[all...]
/linux-master/drivers/mtd/chips/
H A Dmap_absent.c72 static int map_absent_read(struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf) argument
/linux-master/drivers/mtd/devices/
H A Dmtdram.c65 static int ram_point(struct mtd_info *mtd, loff_t from, size_t len, argument
94 static int ram_unpoint(struct mtd_info *mtd, loff_t from, size_t len) argument
99 static int ram_read(struct mtd_info *mtd, loff_t from, size_t len, argument
H A Dslram.c92 static int slram_point(struct mtd_info *mtd, loff_t from, size_t len, argument
102 static int slram_unpoint(struct mtd_info *mtd, loff_t from, size_t len) argument
107 static int slram_read(struct mtd_info *mtd, loff_t from, size_t len, argument
/linux-master/drivers/mtd/maps/
H A Ddc21285.c75 static void dc21285_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) argument
105 static void dc21285_copy_to_32(struct map_info *map, unsigned long to, const void *from, ssize_t len) argument
117 static void dc21285_copy_to_16(struct map_info *map, unsigned long to, const void *from, ssize_t len) argument
129 static void dc21285_copy_to_8(struct map_info *map, unsigned long to, const void *from, ssize_t len) argument
[all...]
H A Dmap_funcs.c23 static void __xipram simple_map_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) argument
28 static void __xipram simple_map_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) argument
H A Dsbc_gxx.c112 static void sbc_gxx_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) argument
137 static void sbc_gxx_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) argument
H A Duclinux.c54 static int uclinux_point(struct mtd_info *mtd, loff_t from, size_t len, argument
/linux-master/drivers/s390/net/
H A Dsmsgiucv_app.c67 static struct smsg_app_event *smsg_app_event_alloc(const char *from, argument
121 static void smsg_app_callback(const char *from, char *msg) argument
/linux-master/drivers/scsi/mvsas/
H A Dmv_64xx.c724 mvs_64xx_fix_dma(struct mvs_info *mvi, u32 phy_mask, int buf_len, int from, void *prd) argument
H A Dmv_94xx.c986 mvs_94xx_fix_dma(struct mvs_info *mvi, u32 phy_mask, int buf_len, int from, void *prd) argument

Completed in 249 milliseconds

1234567891011>>