Home
last modified time | relevance | path

Searched refs:timer_handler (Results 1 – 2 of 2) sorted by relevance

/drivers/clocksource/
Darm_arch_timer.c47 static inline irqreturn_t timer_handler(const int access, in timer_handler() function
66 return timer_handler(ARCH_TIMER_VIRT_ACCESS, evt); in arch_timer_handler_virt()
73 return timer_handler(ARCH_TIMER_PHYS_ACCESS, evt); in arch_timer_handler_phys()
/drivers/input/joystick/
Dwalkera0701.c171 static enum hrtimer_restart timer_handler(struct hrtimer in timer_handler() function
236 w->timer.function = timer_handler; in walkera0701_connect()