Home
last modified time | relevance | path

Searched refs:timer_shutdown (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/arch/arm/mach-netx/
Dtime.c37 static inline void timer_shutdown(struct clock_event_device *evt) in timer_shutdown() function
45 timer_shutdown(evt); in netx_shutdown()
54 timer_shutdown(evt); in netx_set_oneshot()
66 timer_shutdown(evt); in netx_set_periodic()
/Linux-v4.19/arch/arm/mach-spear/
Dtime.c96 static inline void timer_shutdown(struct clock_event_device *evt) in timer_shutdown() function
107 timer_shutdown(evt); in spear_shutdown()
117 timer_shutdown(evt); in spear_set_oneshot()
132 timer_shutdown(evt); in spear_set_periodic()
/Linux-v4.19/drivers/clocksource/
Dtegra20_timer.c75 static inline void timer_shutdown(struct clock_event_device *evt) in timer_shutdown() function
82 timer_shutdown(evt); in tegra_timer_shutdown()
90 timer_shutdown(evt); in tegra_timer_set_periodic()
Dtimer-sp804.c138 static inline void timer_shutdown(struct clock_event_device *evt) in timer_shutdown() function
145 timer_shutdown(evt); in sp804_shutdown()
154 timer_shutdown(evt); in sp804_set_periodic()
Darm_arch_timer.c623 static __always_inline int timer_shutdown(const int access, in timer_shutdown() function
637 return timer_shutdown(ARCH_TIMER_VIRT_ACCESS, clk); in arch_timer_shutdown_virt()
642 return timer_shutdown(ARCH_TIMER_PHYS_ACCESS, clk); in arch_timer_shutdown_phys()
647 return timer_shutdown(ARCH_TIMER_MEM_VIRT_ACCESS, clk); in arch_timer_shutdown_virt_mem()
652 return timer_shutdown(ARCH_TIMER_MEM_PHYS_ACCESS, clk); in arch_timer_shutdown_phys_mem()