Home
last modified time | relevance | path

Searched refs:clockevents_switch_state (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/time/
H A Dtick-oneshot.c31 clockevents_switch_state(dev, CLOCK_EVT_STATE_ONESHOT_STOPPED); in tick_program_event()
41 clockevents_switch_state(dev, CLOCK_EVT_STATE_ONESHOT); in tick_program_event()
54 clockevents_switch_state(dev, CLOCK_EVT_STATE_ONESHOT); in tick_resume_oneshot()
66 clockevents_switch_state(newdev, CLOCK_EVT_STATE_ONESHOT); in tick_setup_oneshot()
96 clockevents_switch_state(dev, CLOCK_EVT_STATE_ONESHOT); in tick_switch_to_oneshot()
H A Dtick-broadcast.c650 clockevents_switch_state(bc, CLOCK_EVT_STATE_ONESHOT); in tick_broadcast_set_event()
658 clockevents_switch_state(bc, CLOCK_EVT_STATE_ONESHOT); in tick_resume_broadcast_oneshot()
676 clockevents_switch_state(td->evtdev, in tick_check_oneshot_broadcast_this_cpu()
788 clockevents_switch_state(dev, CLOCK_EVT_STATE_SHUTDOWN); in broadcast_shutdown_local()
861 clockevents_switch_state(dev, CLOCK_EVT_STATE_ONESHOT); in ___tick_broadcast_oneshot_control()
945 clockevents_switch_state(dev, CLOCK_EVT_STATE_ONESHOT_STOPPED); in tick_oneshot_wakeup_control()
946 clockevents_switch_state(wd, CLOCK_EVT_STATE_ONESHOT); in tick_oneshot_wakeup_control()
1028 clockevents_switch_state(bc, CLOCK_EVT_STATE_ONESHOT); in tick_broadcast_setup_oneshot()
H A Dclockevents.c147 void clockevents_switch_state(struct clock_event_device *dev, in clockevents_switch_state() function
173 clockevents_switch_state(dev, CLOCK_EVT_STATE_SHUTDOWN); in clockevents_shutdown()
578 clockevents_switch_state(old, CLOCK_EVT_STATE_DETACHED); in clockevents_exchange_device()
H A Dtick-common.c163 clockevents_switch_state(dev, CLOCK_EVT_STATE_PERIODIC); in tick_setup_periodic()
173 clockevents_switch_state(dev, CLOCK_EVT_STATE_ONESHOT); in tick_setup_periodic()
H A Dtick-internal.h54 extern void clockevents_switch_state(struct clock_event_device *dev,