Searched defs:to (Results 1 - 25 of 817) 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
[all...]
/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/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
104 unsigned long __clear_user(void __user *to, unsigned long n) 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.c88 const void **to = (const void **)target; local
/linux-master/arch/x86/um/asm/
H A Dprocessor_32.h44 arch_copy_thread(struct arch_thread *from, struct arch_thread *to) argument
/linux-master/drivers/clocksource/
H A Dtimer-milbeaut.c52 struct timer_of *to = to_timer_of(clk); local
64 static void mlb_evt_timer_start(struct timer_of *to, bool periodic) argument
74 static void mlb_evt_timer_stop(struct timer_of *to) argument
82 static void mlb_evt_timer_register_count(struct timer_of *to, unsigned long cnt) argument
89 struct timer_of *to = to_timer_of(clk); local
99 struct timer_of *to = to_timer_of(clk); local
108 struct timer_of *to = to_timer_of(clk); local
117 struct timer_of *to = to_timer_of(clk); local
125 mlb_config_clock_source(struct timer_of *to) argument
137 mlb_config_clock_event(struct timer_of *to) argument
143 static struct timer_of to = { variable in typeref:struct:timer_of
[all...]
H A Dtimer-mp-csky.c64 struct timer_of *to = this_cpu_ptr(&csky_to); local
78 struct timer_of *to = per_cpu_ptr(&csky_to, cpu); local
121 struct timer_of *to = NULL; local
[all...]
H A Dtimer-of.h49 static inline void __iomem *timer_of_base(struct timer_of *to) argument
54 static inline int timer_of_irq(struct timer_of *to) argument
59 static inline unsigned long timer_of_rate(struct timer_of *to) argument
64 static inline unsigned long timer_of_period(struct timer_of *to) argument
[all...]
H A Dtimer-rda.c69 struct timer_of *to = to_timer_of(evt); local
78 struct timer_of *to = to_timer_of(evt); local
87 struct timer_of *to = to_timer_of(evt); local
107 struct timer_of *to = to_timer_of(ev); local
117 struct timer_of *to local
[all...]
H A Dtimer-sprd.c82 struct timer_of *to = to_timer_of(ce); local
93 struct timer_of *to = to_timer_of(ce); local
104 struct timer_of *to local
113 struct timer_of *to = to_timer_of(ce); local
124 static struct timer_of to = { variable in typeref:struct:timer_of
[all...]
H A Dtimer-tegra.c134 struct timer_of *to = per_cpu_ptr(&tegra_to, cpu); local
159 struct timer_of *to = per_cpu_ptr(&tegra_to, cpu); local
238 tegra_rate_for_timer(struct timer_of *to, bool tegra20) argument
254 struct timer_of *to; local
[all...]
/linux-master/drivers/hid/
H A Dhid-icade.c126 u16 to; member in struct:icade_key
/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 void cx18_memcpy_fromio(struct cx18 *cx, void *to, argument
/linux-master/drivers/media/tuners/
H A Dmt20xx.c241 mt2032_set_if_freq(struct dvb_frontend *fe, unsigned int rfin, unsigned int if1, unsigned int if2, unsigned int from, unsigned int to) argument
302 int if2,from,to; local
[all...]
/linux-master/drivers/mtd/chips/
H A Dmap_absent.c77 static int map_absent_write(struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, const u_char *buf) argument
/linux-master/drivers/mtd/devices/
H A Dmtdram.c107 static int ram_write(struct mtd_info *mtd, loff_t to, size_t len, argument
H A Dslram.c117 static int slram_write(struct mtd_info *mtd, loff_t to, size_t len, argument
[all...]
/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 dc21285_copy_to_16(struct map_info *map, unsigned long to, const void *from, ssize_t len) argument
129 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

Completed in 568 milliseconds

1234567891011>>