Home
last modified time | relevance | path

Searched defs:to (Results 1 – 25 of 646) sorted by relevance

12345678910>>...26

/Linux-v4.19/drivers/clocksource/
Dtimer-stm32.c62 static void stm32_timer_of_bits_set(struct timer_of *to, int bits) in stm32_timer_of_bits_set()
78 static int stm32_timer_of_bits_get(struct timer_of *to) in stm32_timer_of_bits_get()
99 static void stm32_clock_event_disable(struct timer_of *to) in stm32_clock_event_disable()
112 static void stm32_timer_start(struct timer_of *to) in stm32_timer_start()
119 struct timer_of *to = to_timer_of(clkevt); in stm32_clock_event_shutdown() local
129 struct timer_of *to = to_timer_of(clkevt); in stm32_clock_event_set_next_event() local
146 struct timer_of *to = to_timer_of(clkevt); in stm32_clock_event_set_periodic() local
155 struct timer_of *to = to_timer_of(clkevt); in stm32_clock_event_set_oneshot() local
165 struct timer_of *to = to_timer_of(clkevt); in stm32_clock_event_handler() local
188 static void __init stm32_timer_set_width(struct timer_of *to) in stm32_timer_set_width()
[all …]
Dtimer-mediatek.c65 #define SYST_CON_REG(to) (timer_of_base(to) + SYST_CON) argument
66 #define SYST_VAL_REG(to) (timer_of_base(to) + SYST_VAL) argument
84 static void mtk_syst_ack_irq(struct timer_of *to) in mtk_syst_ack_irq()
93 struct timer_of *to = to_timer_of(clkevt); in mtk_syst_handler() local
104 struct timer_of *to = to_timer_of(clkevt); in mtk_syst_clkevt_next_event() local
144 static void mtk_gpt_clkevt_time_stop(struct timer_of *to, u8 timer) in mtk_gpt_clkevt_time_stop()
153 static void mtk_gpt_clkevt_time_setup(struct timer_of *to, in mtk_gpt_clkevt_time_setup()
159 static void mtk_gpt_clkevt_time_start(struct timer_of *to, in mtk_gpt_clkevt_time_start()
190 struct timer_of *to = to_timer_of(clk); in mtk_gpt_clkevt_set_periodic() local
202 struct timer_of *to = to_timer_of(clk); in mtk_gpt_clkevt_next_event() local
[all …]
Dtimer-npcm7xx.c58 struct timer_of *to = to_timer_of(evt); in npcm7xx_timer_resume() local
70 struct timer_of *to = to_timer_of(evt); in npcm7xx_timer_shutdown() local
82 struct timer_of *to = to_timer_of(evt); in npcm7xx_timer_oneshot() local
97 struct timer_of *to = to_timer_of(evt); in npcm7xx_timer_periodic() local
114 struct timer_of *to = to_timer_of(clk); in npcm7xx_clockevent_set_next_event() local
128 struct timer_of *to = to_timer_of(evt); in npcm7xx_timer0_interrupt() local
Dsun4i_timer.c87 struct timer_of *to = to_timer_of(evt); in sun4i_clkevt_shutdown() local
96 struct timer_of *to = to_timer_of(evt); in sun4i_clkevt_set_oneshot() local
106 struct timer_of *to = to_timer_of(evt); in sun4i_clkevt_set_periodic() local
118 struct timer_of *to = to_timer_of(clkevt); in sun4i_clkevt_next_event() local
135 struct timer_of *to = to_timer_of(evt); in sun4i_timer_interrupt() local
143 static struct timer_of to = { variable
Dtimer-of.c35 struct timer_of *to = container_of(of_irq, struct timer_of, of_irq); in timer_of_irq_exit() local
63 struct timer_of *to = container_of(of_irq, struct timer_of, of_irq); in timer_of_irq_init() local
175 int __init timer_of_init(struct device_node *np, struct timer_of *to) in timer_of_init()
227 void __init timer_of_cleanup(struct timer_of *to) in timer_of_cleanup()
Dtimer-atcpit100.c125 struct timer_of *to = to_timer_of(clkevt); in atcpit100_clkevt_next_event() local
137 struct timer_of *to = to_timer_of(evt); in atcpit100_clkevt_set_periodic() local
146 struct timer_of *to = to_timer_of(evt); in atcpit100_clkevt_shutdown() local
154 struct timer_of *to = to_timer_of(evt); in atcpit100_clkevt_set_oneshot() local
167 struct timer_of *to = to_timer_of(evt); in atcpit100_timer_interrupt() local
176 static struct timer_of to = { variable
Dtimer-sprd.c82 struct timer_of *to = to_timer_of(ce); in sprd_timer_set_next_event() local
93 struct timer_of *to = to_timer_of(ce); in sprd_timer_set_periodic() local
104 struct timer_of *to = to_timer_of(ce); in sprd_timer_shutdown() local
113 struct timer_of *to = to_timer_of(ce); in sprd_timer_interrupt() local
124 static struct timer_of to = { variable
/Linux-v4.19/include/linux/
Duaccess.h62 __copy_from_user_inatomic(void *to, const void __user *from, unsigned long n) in __copy_from_user_inatomic()
70 __copy_from_user(void *to, const void __user *from, unsigned long n) in __copy_from_user()
92 __copy_to_user_inatomic(void __user *to, const void *from, unsigned long n) in __copy_to_user_inatomic()
100 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user()
110 _copy_from_user(void *to, const void __user *from, unsigned long n) in _copy_from_user()
129 _copy_to_user(void __user *to, const void *from, unsigned long n) in _copy_to_user()
144 copy_from_user(void *to, const void __user *from, unsigned long n) in copy_from_user()
152 copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user()
160 copy_in_user(void __user *to, const void __user *from, unsigned long n) in copy_in_user()
225 static inline unsigned long __copy_from_user_inatomic_nocache(void *to, in __copy_from_user_inatomic_nocache()
Dhwspinlock.h112 int __hwspin_lock_timeout(struct hwspinlock *hwlock, unsigned int to, in __hwspin_lock_timeout()
264 unsigned int to, unsigned long *flags) in hwspin_lock_timeout_irqsave()
287 int hwspin_lock_timeout_irq(struct hwspinlock *hwlock, unsigned int to) in hwspin_lock_timeout_irq()
310 int hwspin_lock_timeout_raw(struct hwspinlock *hwlock, unsigned int to) in hwspin_lock_timeout_raw()
335 int hwspin_lock_timeout(struct hwspinlock *hwlock, unsigned int to) in hwspin_lock_timeout()
/Linux-v4.19/arch/x86/lib/
Dusercopy_32.c67 clear_user(void __user *to, unsigned long n) in clear_user()
88 __clear_user(void __user *to, unsigned long n) in __clear_user()
97 __copy_user_intel(void __user *to, const void *from, unsigned long size) in __copy_user_intel()
200 static unsigned long __copy_user_intel_nocache(void *to, in __copy_user_intel_nocache()
299 #define __copy_user(to, from, size) \ argument
332 unsigned long __copy_user_ll(void *to, const void *from, unsigned long n) in __copy_user_ll()
344 unsigned long __copy_from_user_ll_nocache_nozero(void *to, const void __user *from, in __copy_from_user_ll_nocache_nozero()
Dmmx_32.c29 void *_mmx_memcpy(void *to, const void *from, size_t len) in _mmx_memcpy()
159 static void fast_copy_page(void *to, void *from) in fast_copy_page()
281 static void fast_copy_page(void *to, void *from) in fast_copy_page()
359 static void slow_copy_page(void *to, void *from) in slow_copy_page()
371 void mmx_copy_page(void *to, void *from) in mmx_copy_page()
Dusercopy_64.c49 unsigned long clear_user(void __user *to, unsigned long n) in clear_user()
63 copy_user_handle_tail(char *to, char *from, unsigned len) in copy_user_handle_tail()
83 mcsafe_handle_tail(char *to, char *from, unsigned len) in mcsafe_handle_tail()
221 void memcpy_page_flushcache(char *to, struct page *page, size_t offset, in memcpy_page_flushcache()
/Linux-v4.19/ipc/
Dcompat.c38 int get_compat_ipc64_perm(struct ipc64_perm *to, in get_compat_ipc64_perm()
50 int get_compat_ipc_perm(struct ipc64_perm *to, in get_compat_ipc_perm()
62 void to_compat_ipc64_perm(struct compat_ipc64_perm *to, struct ipc64_perm *from) in to_compat_ipc64_perm()
73 void to_compat_ipc_perm(struct compat_ipc_perm *to, struct ipc64_perm *from) in to_compat_ipc_perm()
/Linux-v4.19/arch/m68k/include/asm/
Duaccess_mm.h190 #define ____constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument
228 #define ___constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument
230 #define __constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3) \ argument
235 __constant_copy_from_user(void *to, const void __user *from, unsigned long n) in __constant_copy_from_user()
281 #define __constant_copy_to_user_asm(res, to, from, tmp, n, s1, s2, s3) \ argument
316 __constant_copy_to_user(void __user *to, const void *from, unsigned long n) in __constant_copy_to_user()
363 raw_copy_from_user(void *to, const void __user *from, unsigned long n) in raw_copy_from_user()
371 raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user()
Duaccess_no.h106 raw_copy_from_user(void *to, const void __user *from, unsigned long n) in raw_copy_from_user()
113 raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user()
150 __clear_user(void *to, unsigned long n) in __clear_user()
156 #define clear_user(to,n) __clear_user(to,n) argument
/Linux-v4.19/arch/s390/lib/
Duaccess.c167 unsigned long raw_copy_from_user(void *to, const void __user *from, unsigned long n) in raw_copy_from_user()
242 unsigned long raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user()
250 static inline unsigned long copy_in_user_mvcos(void __user *to, const void __user *from, in copy_in_user_mvcos()
273 static inline unsigned long copy_in_user_mvc(void __user *to, const void __user *from, in copy_in_user_mvc()
307 unsigned long raw_copy_in_user(void __user *to, const void __user *from, unsigned long n) in raw_copy_in_user()
315 static inline unsigned long clear_user_mvcos(void __user *to, unsigned long size) in clear_user_mvcos()
343 static inline unsigned long clear_user_xc(void __user *to, unsigned long size) in clear_user_xc()
381 unsigned long __clear_user(void __user *to, unsigned long size) in __clear_user()
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_da_format.c126 uint8_t *to, in xfs_dir2_sf_put_ino()
437 struct xfs_dir3_icleaf_hdr *to, in xfs_dir2_leaf_hdr_from_disk()
452 struct xfs_dir2_leaf *to, in xfs_dir2_leaf_hdr_to_disk()
467 struct xfs_dir3_icleaf_hdr *to, in xfs_dir3_leaf_hdr_from_disk()
484 struct xfs_dir2_leaf *to, in xfs_dir3_leaf_hdr_to_disk()
517 struct xfs_da3_icnode_hdr *to, in xfs_da2_node_hdr_from_disk()
530 struct xfs_da_intnode *to, in xfs_da2_node_hdr_to_disk()
543 struct xfs_da3_icnode_hdr *to, in xfs_da3_node_hdr_from_disk()
558 struct xfs_da_intnode *to, in xfs_da3_node_hdr_to_disk()
641 struct xfs_dir3_icfree_hdr *to, in xfs_dir2_free_hdr_from_disk()
[all …]
/Linux-v4.19/arch/mips/include/asm/
Duaccess.h523 #define __invoke_copy_from(func, to, from, n) \ argument
546 #define __invoke_copy_to(func, to, from, n) \ argument
564 #define __invoke_copy_from_kernel(to, from, n) \ argument
567 #define __invoke_copy_to_kernel(to, from, n) \ argument
570 #define ___invoke_copy_in_kernel(to, from, n) \ argument
574 #define __invoke_copy_from_user(to, from, n) \ argument
577 #define __invoke_copy_to_user(to, from, n) \ argument
580 #define ___invoke_copy_in_user(to, from, n) \ argument
597 #define __invoke_copy_from_user(to, from, n) \ argument
600 #define __invoke_copy_to_user(to, from, n) \ argument
[all …]
/Linux-v4.19/arch/x86/include/asm/
Duaccess_32.h18 raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user()
24 raw_copy_from_user(void *to, const void __user *from, unsigned long n) in raw_copy_from_user()
57 __copy_from_user_inatomic_nocache(void *to, const void __user *from, in __copy_from_user_inatomic_nocache()
/Linux-v4.19/arch/m68k/lib/
Duaccess.c10 unsigned long __generic_copy_from_user(void *to, const void __user *from, in __generic_copy_from_user()
56 unsigned long __generic_copy_to_user(void __user *to, const void *from, in __generic_copy_to_user()
104 unsigned long __clear_user(void __user *to, unsigned long n) in __clear_user()
/Linux-v4.19/lib/
Diomap_copy.c31 void __attribute__((weak)) __iowrite32_copy(void __iomem *to, in __iowrite32_copy()
54 void __ioread32_copy(void *to, const void __iomem *from, size_t count) in __ioread32_copy()
75 void __attribute__((weak)) __iowrite64_copy(void __iomem *to, in __iowrite64_copy()
/Linux-v4.19/tools/virtio/linux/
Duaccess.h30 static void volatile_memcpy(volatile char *to, const volatile char *from, in volatile_memcpy()
37 static inline int copy_from_user(void *to, const void __user volatile *from, in copy_from_user()
45 static inline int copy_to_user(void __user volatile *to, const void *from, in copy_to_user()
/Linux-v4.19/arch/arm/mm/
Dcopypage-v6.c33 static void v6_copy_user_highpage_nonaliasing(struct page *to, in v6_copy_user_highpage_nonaliasing()
72 static void v6_copy_user_highpage_aliasing(struct page *to, in v6_copy_user_highpage_aliasing()
108 unsigned long to = COPYPAGE_V6_TO + (CACHE_COLOUR(vaddr) << PAGE_SHIFT); in v6_clear_user_highpage_aliasing() local
/Linux-v4.19/drivers/mtd/maps/
Ddc21285.c75 static void dc21285_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) in dc21285_copy_from()
105 static void dc21285_copy_to_32(struct map_info *map, unsigned long to, const void *from, ssize_t le… in dc21285_copy_to_32()
117 static void dc21285_copy_to_16(struct map_info *map, unsigned long to, const void *from, ssize_t le… in dc21285_copy_to_16()
129 static void dc21285_copy_to_8(struct map_info *map, unsigned long to, const void *from, ssize_t len) in dc21285_copy_to_8()
/Linux-v4.19/arch/um/kernel/skas/
Duaccess.c135 unsigned long *to_ptr = arg, to = *to_ptr; in copy_chunk_from_user() local
142 unsigned long raw_copy_from_user(void *to, const void __user *from, unsigned long n) in raw_copy_from_user()
153 static int copy_chunk_to_user(unsigned long to, int len, void *arg) in copy_chunk_to_user()
162 unsigned long raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user()
175 char **to_ptr = arg, *to = *to_ptr; in strncpy_chunk_from_user() local

12345678910>>...26