Home
last modified time | relevance | path

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

/linux/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()
/linux/drivers/atm/
H A Didt77252.c2539 timer_shutdown(&vc->estimator->timer); in idt77252_close()
/linux/Documentation/kernel-hacking/
H A Dlocking.rst1010 Before freeing a timer, timer_shutdown() or timer_shutdown_sync() should be
/linux/Documentation/translations/it_IT/kernel-hacking/
H A Dlocking.rst1033 timer_shutdown() o timer_shutdown_sync() di modo che non venga più riarmato.