Home
last modified time | relevance | path

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

/linux-6.6.21/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()
/linux-6.6.21/include/linux/
Dtimer.h188 extern int timer_shutdown(struct timer_list *timer);
/linux-6.6.21/kernel/time/
Dtimer.c1380 int timer_shutdown(struct timer_list *timer) in timer_shutdown() function
1384 EXPORT_SYMBOL_GPL(timer_shutdown);
/linux-6.6.21/drivers/scsi/qla2xxx/
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()
/linux-6.6.21/drivers/atm/
Didt77252.c2533 timer_shutdown(&vc->estimator->timer); in idt77252_close()
/linux-6.6.21/Documentation/kernel-hacking/
Dlocking.rst1010 Before freeing a timer, timer_shutdown() or timer_shutdown_sync() should be
/linux-6.6.21/Documentation/translations/it_IT/kernel-hacking/
Dlocking.rst1033 timer_shutdown() o timer_shutdown_sync() di modo che non venga più riarmato.