Searched refs:timer_shutdown (Results 1 – 7 of 7) sorted by relevance
105 int (*timer_shutdown)(struct clock_event_device *evt); member149 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()
188 extern int timer_shutdown(struct timer_list *timer);
1380 int timer_shutdown(struct timer_list *timer) in timer_shutdown() function1384 EXPORT_SYMBOL_GPL(timer_shutdown);
419 timer_shutdown(&edif_entry->timer); in __qla2x00_release_all_sadb()2846 timer_shutdown(&edif_entry->timer); in qla28xx_sa_update_iocb_entry()
2533 timer_shutdown(&vc->estimator->timer); in idt77252_close()
1010 Before freeing a timer, timer_shutdown() or timer_shutdown_sync() should be
1033 timer_shutdown() o timer_shutdown_sync() di modo che non venga più riarmato.