Home
last modified time | relevance | path

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

12345678910>>...32

/linux/drivers/clocksource/
H A Dtimer-mediatek.c56 #define SYST_CON_REG(to) (timer_of_base(to) + SYST_CON) argument
57 #define SYST_VAL_REG(to) (timer_of_base(to) + SYST_VAL) argument
75 static void mtk_syst_ack_irq(struct timer_of *to) in mtk_syst_ack_irq() argument
85 struct timer_of *to = to_timer_of(clkevt); mtk_syst_handler() local
96 struct timer_of *to = to_timer_of(clkevt); mtk_syst_clkevt_next_event() local
139 mtk_gpt_clkevt_time_stop(struct timer_of * to,u8 timer) mtk_gpt_clkevt_time_stop() argument
148 mtk_gpt_clkevt_time_setup(struct timer_of * to,unsigned long delay,u8 timer) mtk_gpt_clkevt_time_setup() argument
154 mtk_gpt_clkevt_time_start(struct timer_of * to,bool periodic,u8 timer) mtk_gpt_clkevt_time_start() argument
185 struct timer_of *to = to_timer_of(clk); mtk_gpt_clkevt_set_periodic() local
197 struct timer_of *to = to_timer_of(clk); mtk_gpt_clkevt_next_event() local
209 struct timer_of *to = to_timer_of(clkevt); mtk_gpt_interrupt() local
219 mtk_gpt_setup(struct timer_of * to,u8 timer,u8 option) mtk_gpt_setup() argument
233 mtk_gpt_enable_irq(struct timer_of * to,u8 timer) mtk_gpt_enable_irq() argument
250 struct timer_of *to = to_timer_of(clk); mtk_gpt_resume() local
257 struct timer_of *to = to_timer_of(clk); mtk_gpt_suspend() local
270 static struct timer_of to = { global() variable
[all...]
H A Dtimer-milbeaut.c52 struct timer_of *to = to_timer_of(clk); in mlb_timer_interrupt() local
64 static void mlb_evt_timer_start(struct timer_of *to, bool periodic) in mlb_evt_timer_start() argument
74 static void mlb_evt_timer_stop(struct timer_of *to) in mlb_evt_timer_stop() argument
82 static void mlb_evt_timer_register_count(struct timer_of *to, unsigned long cnt) in mlb_evt_timer_register_count() argument
89 struct timer_of *to = to_timer_of(clk); mlb_set_state_periodic() local
99 struct timer_of *to = to_timer_of(clk); mlb_set_state_oneshot() local
108 struct timer_of *to = to_timer_of(clk); mlb_set_state_shutdown() local
117 struct timer_of *to = to_timer_of(clk); mlb_clkevt_next_event() local
125 mlb_config_clock_source(struct timer_of * to) mlb_config_clock_source() argument
137 mlb_config_clock_event(struct timer_of * to) mlb_config_clock_event() argument
143 static struct timer_of to = { global() variable
[all...]
H A Drenesas-ostm.c46 static void ostm_timer_stop(struct timer_of *to) in ostm_timer_stop() argument
61 static int __init ostm_init_clksrc(struct timer_of *to) in ostm_init_clksrc() argument
79 ostm_init_sched_clock(struct timer_of * to) ostm_init_sched_clock() argument
88 struct timer_of *to = to_timer_of(ced); ostm_clock_event_next() local
101 struct timer_of *to = to_timer_of(ced); ostm_shutdown() local
109 struct timer_of *to = to_timer_of(ced); ostm_set_periodic() local
123 struct timer_of *to = to_timer_of(ced); ostm_set_oneshot() local
144 ostm_init_clkevt(struct timer_of * to) ostm_init_clkevt() argument
165 struct timer_of *to; ostm_init() local
[all...]
H A Dtimer-loongson1-pwm.c45 struct timer_of *to) in ls1x_pwmtimer_set_period() argument
51 static inline void ls1x_pwmtimer_clear(struct timer_of *to) in ls1x_pwmtimer_clear() argument
56 static inline void ls1x_pwmtimer_start(struct timer_of *to) in ls1x_pwmtimer_start() argument
61 static inline void ls1x_pwmtimer_stop(struct timer_of *to) in ls1x_pwmtimer_stop() argument
66 static inline void ls1x_pwmtimer_irq_ack(struct timer_of *to) in ls1x_pwmtimer_irq_ack() argument
78 struct timer_of *to = to_timer_of(clkevt); ls1x_clockevent_isr() local
91 struct timer_of *to = to_timer_of(clkevt); ls1x_clockevent_set_state_periodic() local
123 struct timer_of *to = to_timer_of(clkevt); ls1x_clockevent_set_next() local
218 struct timer_of *to = &ls1x_to; ls1x_pwm_clocksource_init() local
[all...]
H A Dtimer-rtl-otto.c53 struct timer_of to; member
106 struct timer_of *to = to_timer_of(clkevt); in rttm_timer_interrupt() local
121 static void rttm_start_timer(struct timer_of *to, u32 mode) in rttm_start_timer() argument
129 struct timer_of *to = to_timer_of(clkevt); rttm_next_event() local
141 struct timer_of *to = to_timer_of(clkevt); rttm_state_oneshot() local
153 struct timer_of *to = to_timer_of(clkevt); rttm_state_periodic() local
165 struct timer_of *to = to_timer_of(clkevt); rttm_state_shutdown() local
236 struct timer_of *to = per_cpu_ptr(&rttm_to, cpu); rttm_cpu_starting() local
251 struct timer_of *to; rttm_probe() local
[all...]
H A 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
95 struct timer_of *to in npcm7xx_timer_periodic() local
111 struct timer_of *to = to_timer_of(clk); npcm7xx_clockevent_set_next_event() local
125 struct timer_of *to = to_timer_of(evt); npcm7xx_timer0_interrupt() local
[all...]
H A Dtimer-sun4i.c85 struct timer_of *to = to_timer_of(evt); in sun4i_clkevt_shutdown() local
94 struct timer_of *to = to_timer_of(evt); in sun4i_clkevt_set_oneshot() local
104 struct timer_of *to = to_timer_of(evt); in sun4i_clkevt_set_periodic() local
116 struct timer_of *to = to_timer_of(clkevt); sun4i_clkevt_next_event() local
133 struct timer_of *to = to_timer_of(evt); sun4i_timer_interrupt() local
141 static struct timer_of to = { global() variable
[all...]
H A Dtimer-of.c24 struct timer_of *to = container_of(of_irq, struct timer_of, of_irq); in timer_of_irq_exit() local
48 struct timer_of *to = container_of(of_irq, struct timer_of, of_irq); in timer_of_irq_init() local
159 timer_of_init(struct device_node * np,struct timer_of * to) timer_of_init() argument
211 timer_of_cleanup(struct timer_of * to) timer_of_cleanup() argument
[all...]
H A Dtimer-rda.c69 struct timer_of *to = to_timer_of(evt); in rda_ostimer_set_state_shutdown() local
78 struct timer_of *to = to_timer_of(evt); in rda_ostimer_set_state_oneshot() local
87 struct timer_of *to = to_timer_of(evt); in rda_ostimer_set_state_periodic() local
107 struct timer_of *to = to_timer_of(ev); in rda_ostimer_set_next_event() local
117 struct timer_of *to in rda_ostimer_interrupt() local
[all...]
H A Dtimer-mediatek-cpux.c37 static u32 mtk_cpux_readl(u32 reg_idx, struct timer_of *to) in mtk_cpux_readl() argument
43 static void mtk_cpux_writel(u32 val, u32 reg_idx, struct timer_of *to) in mtk_cpux_writel() argument
49 static void mtk_cpux_set_irq(struct timer_of *to, bool enable) in mtk_cpux_set_irq() argument
83 static struct timer_of to variable
[all...]
H A 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 in sprd_timer_shutdown() local
113 struct timer_of *to = to_timer_of(ce); sprd_timer_interrupt() local
124 static struct timer_of to = { global() variable
[all...]
/linux/arch/powerpc/kernel/
H A Dsignal.h48 #define unsafe_copy_fpr_to_user(to, task, label) do { \ argument
58 #define unsafe_copy_vsx_to_user(to, task, label) do { \ argument
89 #define unsafe_copy_ckfpr_to_user(to, task, label) do { \ argument
99 unsafe_copy_ckvsx_to_user(to,task,label) global() argument
131 unsafe_copy_fpr_to_user(to,task,label) global() argument
140 copy_fpr_to_user(void __user * to,struct task_struct * task) copy_fpr_to_user() argument
154 unsafe_copy_ckfpr_to_user(to,task,label) global() argument
158 copy_ckfpr_to_user(void __user * to,struct task_struct * task) copy_ckfpr_to_user() argument
172 unsafe_copy_fpr_to_user(to,task,label) global() argument
177 copy_fpr_to_user(void __user * to,struct task_struct * task) copy_fpr_to_user() argument
[all...]
/linux/arch/x86/lib/
H A Dusercopy_32.c62 clear_user(void __user *to, unsigned long n) in clear_user() argument
83 __clear_user(void __user *to, unsigned long n) in __clear_user() argument
92 __copy_user_intel(void __user *to, cons argument
191 __copy_user_intel_nocache(void * to,const void __user * from,unsigned long size) __copy_user_intel_nocache() argument
286 __copy_user(to,from,size) global() argument
313 __copy_user_ll(void * to,const void * from,unsigned long n) __copy_user_ll() argument
325 __copy_from_user_ll_nocache_nozero(void * to,const void __user * from,unsigned long n) __copy_from_user_ll_nocache_nozero() argument
[all...]
/linux/include/linux/
H A Dinstrumented.h110 instrument_copy_to_user(void __user *to, const void *from, unsigned long n) in instrument_copy_to_user() argument
127 instrument_copy_from_user_before(const void *to, cons argument
144 instrument_copy_from_user_after(const void * to,const void __user * from,unsigned long n,unsigned long left) instrument_copy_from_user_after() argument
159 instrument_memcpy_before(void * to,const void * from,unsigned long n) instrument_memcpy_before() argument
178 instrument_memcpy_after(void * to,const void * from,unsigned long n,unsigned long left) instrument_memcpy_after() argument
193 instrument_get_user(to) global() argument
[all...]
H A Dhighmem.h297 copy_user_highpage(struct page * to,struct page * from,unsigned long vaddr,struct vm_area_struct * vma) copy_user_highpage() argument
314 copy_highpage(struct page * to,struct page * from) copy_highpage() argument
335 copy_mc_user_highpage(struct page * to,struct page * from,unsigned long vaddr,struct vm_area_struct * vma) copy_mc_user_highpage() argument
355 copy_mc_highpage(struct page * to,struct page * from) copy_mc_highpage() argument
374 copy_mc_user_highpage(struct page * to,struct page * from,unsigned long vaddr,struct vm_area_struct * vma) copy_mc_user_highpage() argument
381 copy_mc_highpage(struct page * to,struct page * from) copy_mc_highpage() argument
438 memcpy_from_page(char * to,struct page * page,size_t offset,size_t len) memcpy_from_page() argument
451 char *to = kmap_local_page(page); memcpy_to_page() local
476 memcpy_from_folio(char * to,struct folio * folio,size_t offset,size_t len) memcpy_from_folio() argument
510 char *to = kmap_local_folio(folio, offset); memcpy_to_folio() local
580 char *to = kmap_local_folio(folio, offset); folio_fill_tail() local
615 memcpy_from_file_folio(char * to,struct folio * folio,loff_t pos,size_t len) memcpy_from_file_folio() argument
[all...]
H A Duaccess.h90 __copy_from_user_inatomic(void * to,const void __user * from,unsigned long n) __copy_from_user_inatomic() argument
102 __copy_from_user(void * to,const void __user * from,unsigned long n) __copy_from_user() argument
130 __copy_to_user_inatomic(void __user * to,const void * from,unsigned long n) __copy_to_user_inatomic() argument
140 __copy_to_user(void __user * to,const void * from,unsigned long n) __copy_to_user() argument
159 _inline_copy_from_user(void * to,const void __user * from,unsigned long n) _inline_copy_from_user() argument
190 _inline_copy_to_user(void __user * to,const void * from,unsigned long n) _inline_copy_to_user() argument
205 copy_from_user(void * to,const void __user * from,unsigned long n) copy_from_user() argument
217 copy_to_user(void __user * to,const void * from,unsigned long n) copy_to_user() argument
326 __copy_from_user_inatomic_nocache(void * to,const void __user * from,unsigned long n) __copy_from_user_inatomic_nocache() argument
[all...]
H A Dhwspinlock.h106 int __hwspin_lock_timeout(struct hwspinlock *hwlock, unsigned int to, in __hwspin_lock_timeout() argument
270 hwspin_lock_timeout_irqsave(struct hwspinlock * hwlock,unsigned int to,unsigned long * flags) hwspin_lock_timeout_irqsave() argument
293 hwspin_lock_timeout_irq(struct hwspinlock * hwlock,unsigned int to) hwspin_lock_timeout_irq() argument
316 hwspin_lock_timeout_raw(struct hwspinlock * hwlock,unsigned int to) hwspin_lock_timeout_raw() argument
338 hwspin_lock_timeout_in_atomic(struct hwspinlock * hwlock,unsigned int to) hwspin_lock_timeout_in_atomic() argument
363 hwspin_lock_timeout(struct hwspinlock * hwlock,unsigned int to) hwspin_lock_timeout() argument
[all...]
/linux/drivers/staging/media/atomisp/pci/isp/kernels/gc/gc_2/
H A Dia_css_gc2.host.c30 struct sh_css_isp_csc_params *to, in ia_css_yuv2rgb_encode() argument
39 struct sh_css_isp_csc_params *to, in ia_css_rgb2yuv_encode() argument
48 struct sh_css_isp_rgb_gamma_vamem_params *to, in ia_css_r_gamma_vamem_encode() argument
58 struct sh_css_isp_rgb_gamma_vamem_params *to, in ia_css_g_gamma_vamem_encode() argument
68 ia_css_b_gamma_vamem_encode(struct sh_css_isp_rgb_gamma_vamem_params * to,const struct ia_css_rgb_gamma_table * from,unsigned int size) ia_css_b_gamma_vamem_encode() argument
[all...]
/linux/ipc/
H A Dcompat.c38 int get_compat_ipc64_perm(struct ipc64_perm *to, in get_compat_ipc64_perm() argument
50 int get_compat_ipc_perm(struct ipc64_perm *to, in get_compat_ipc_perm() argument
62 void to_compat_ipc64_perm(struct compat_ipc64_perm *to, struct ipc64_perm *from) in to_compat_ipc64_perm() argument
73 to_compat_ipc_perm(struct compat_ipc_perm * to,struct ipc64_perm * from) to_compat_ipc_perm() argument
[all...]
/linux/tools/perf/util/
H A Dcopyfile.c14 static int slow_copyfile(const char *from, const char *to, struct nsinfo *nsi) in slow_copyfile() argument
73 static int copyfile_mode_ns(const char *from, const char *to, mode_t mode, in copyfile_mode_ns() argument
133 int copyfile_ns(const char *from, const char *to, struct nsinfo *nsi) in copyfile_ns() argument
138 int copyfile_mode(const char *from, const char *to, mode_t mode) in copyfile_mode() argument
143 copyfile(const char * from,const char * to) copyfile() argument
[all...]
/linux/include/asm-generic/
H A Duaccess.h17 __get_user_fn(size_t size, const void __user *from, void *to) in __get_user_fn() argument
43 __put_user_fn(size_t size, void __user *to, void *from) in __put_user_fn() argument
82 raw_copy_from_user(void * to,const void __user * from,unsigned long n) raw_copy_from_user() argument
89 raw_copy_to_user(void __user * to,const void * from,unsigned long n) raw_copy_to_user() argument
212 __clear_user(void __user * to,unsigned long n) __clear_user() argument
220 clear_user(void __user * to,unsigned long n) clear_user() argument
[all...]
/linux/arch/m68k/include/asm/
H A Duaccess.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) __constant_copy_from_user() argument
281 __constant_copy_to_user_asm(res,to,from,tmp,n,s1,s2,s3) global() argument
316 __constant_copy_to_user(void __user * to,const void * from,unsigned long n) __constant_copy_to_user() argument
366 raw_copy_from_user(void * to,const void __user * from,unsigned long n) raw_copy_from_user() argument
374 raw_copy_to_user(void __user * to,const void * from,unsigned long n) raw_copy_to_user() argument
[all...]
/linux/arch/x86/include/asm/
H A Duaccess_32.h18 raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user() argument
24 raw_copy_from_user(void *to, const void __user *from, unsigned long n) in raw_copy_from_user() argument
30 __copy_from_user_inatomic_nocache(void *to, const void __user *from, in __copy_from_user_inatomic_nocache() argument
/linux/arch/arm64/kernel/
H A Dio.c17 #define memcpy_toio_aligned(to, from, count, bits) \ argument
40 void __iowrite64_copy_full(void __iomem *to, const void *from, size_t count) in __iowrite64_copy_full() argument
47 void __iowrite32_copy_full(void __iomem *to, const void *from, size_t count) in __iowrite32_copy_full() argument
[all...]
/linux/arch/powerpc/kernel/ptrace/
H A Dptrace-tm.c87 struct membuf to) in tm_cgpr_get() argument
230 tm_cfpr_get(struct task_struct * target,const struct user_regset * regset,struct membuf to) tm_cfpr_get() argument
343 tm_cvmx_get(struct task_struct * target,const struct user_regset * regset,struct membuf to) tm_cvmx_get() argument
470 tm_cvsx_get(struct task_struct * target,const struct user_regset * regset,struct membuf to) tm_cvsx_get() argument
575 tm_spr_get(struct task_struct * target,const struct user_regset * regset,struct membuf to) tm_spr_get() argument
665 tm_tar_get(struct task_struct * target,const struct user_regset * regset,struct membuf to) tm_tar_get() argument
706 tm_ppr_get(struct task_struct * target,const struct user_regset * regset,struct membuf to) tm_ppr_get() argument
746 tm_dscr_get(struct task_struct * target,const struct user_regset * regset,struct membuf to) tm_dscr_get() argument
775 tm_cgpr32_get(struct task_struct * target,const struct user_regset * regset,struct membuf to) tm_cgpr32_get() argument
[all...]

12345678910>>...32