Home
last modified time | relevance | path

Searched refs:timer_shutdown (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/clocksource/
H A 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()
275 int (*timer_shutdown)(struct clock_event_device *), in fttmr010_common_init()
377 fttmr010->timer_shutdown = timer_shutdown; in fttmr010_common_init()
399 fttmr010->clkevt.set_state_shutdown = fttmr010->timer_shutdown; in fttmr010_common_init()
402 fttmr010->clkevt.tick_resume = fttmr010->timer_shutdown; in fttmr010_common_init()
H A Dtimer-sp804.c173 static inline void timer_shutdown(struct clock_event_device *evt) in timer_shutdown() function
180 timer_shutdown(evt); in sp804_shutdown()
189 timer_shutdown(evt); in sp804_set_periodic()
H A Darm_arch_timer.c682 static __always_inline int timer_shutdown(const int access, in timer_shutdown() function
696 return timer_shutdown(ARCH_TIMER_VIRT_ACCESS, clk); in arch_timer_shutdown_virt()
701 return timer_shutdown(ARCH_TIMER_PHYS_ACCESS, clk); in arch_timer_shutdown_phys()
706 return timer_shutdown(ARCH_TIMER_MEM_VIRT_ACCESS, clk); in arch_timer_shutdown_virt_mem()
711 return timer_shutdown(ARCH_TIMER_MEM_PHYS_ACCESS, clk); in arch_timer_shutdown_phys_mem()
/kernel/linux/linux-6.6/drivers/clocksource/
H A 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()
/kernel/linux/linux-5.10/arch/arm/mach-spear/
H A 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()
/kernel/linux/linux-6.6/include/linux/
H A Dtimer.h195 extern int timer_shutdown(struct timer_list *timer);
/kernel/linux/linux-6.6/kernel/time/
H A Dtimer.c1366 * timer_shutdown - Deactivate a timer and prevent rearming
1380 int timer_shutdown(struct timer_list *timer) in timer_shutdown() function
1384 EXPORT_SYMBOL_GPL(timer_shutdown); variable
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_edif.c419 timer_shutdown(&edif_entry->timer); in __qla2x00_release_all_sadb()
2846 timer_shutdown(&edif_entry->timer); in qla28xx_sa_update_iocb_entry()
/kernel/linux/linux-6.6/drivers/atm/
H A Didt77252.c2533 timer_shutdown(&vc->estimator->timer); in idt77252_close()

Completed in 17 milliseconds