Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/clocksource/
Dtimer-fttmr010.c105 int (*timer_shutdown)(struct clock_event_device *evt); member
149 fttmr010->timer_shutdown(evt); in fttmr010_timer_set_next_event()
200 fttmr010->timer_shutdown(evt); in fttmr010_timer_set_oneshot()
226 fttmr010->timer_shutdown(evt); in fttmr010_timer_set_periodic()
384 fttmr010->timer_shutdown = ast2600_timer_shutdown; in fttmr010_common_init()
389 fttmr010->timer_shutdown = fttmr010_timer_shutdown; in fttmr010_common_init()
405 fttmr010->clkevt.set_state_shutdown = fttmr010->timer_shutdown; in fttmr010_common_init()
408 fttmr010->clkevt.tick_resume = fttmr010->timer_shutdown; in fttmr010_common_init()
Dtimer-sp804.c158 static inline void timer_shutdown(struct clock_event_device *evt) in timer_shutdown() function
165 timer_shutdown(evt); in sp804_shutdown()
174 timer_shutdown(evt); in sp804_set_periodic()
Darm_arch_timer.c688 static __always_inline int timer_shutdown(const int access, in timer_shutdown() function
702 return timer_shutdown(ARCH_TIMER_VIRT_ACCESS, clk); in arch_timer_shutdown_virt()
707 return timer_shutdown(ARCH_TIMER_PHYS_ACCESS, clk); in arch_timer_shutdown_phys()
712 return timer_shutdown(ARCH_TIMER_MEM_VIRT_ACCESS, clk); in arch_timer_shutdown_virt_mem()
717 return timer_shutdown(ARCH_TIMER_MEM_PHYS_ACCESS, clk); in arch_timer_shutdown_phys_mem()
/linux-5.19.10/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()