Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/time/
Dtick-oneshot.c44 clockevents_switch_state(dev, CLOCK_EVT_STATE_ONESHOT); in tick_program_event()
57 clockevents_switch_state(dev, CLOCK_EVT_STATE_ONESHOT); in tick_resume_oneshot()
69 clockevents_switch_state(newdev, CLOCK_EVT_STATE_ONESHOT); in tick_setup_oneshot()
100 clockevents_switch_state(dev, CLOCK_EVT_STATE_ONESHOT); in tick_switch_to_oneshot()
Dtick-broadcast.c564 clockevents_switch_state(bc, CLOCK_EVT_STATE_ONESHOT); in tick_broadcast_set_event()
572 clockevents_switch_state(bc, CLOCK_EVT_STATE_ONESHOT); in tick_resume_broadcast_oneshot()
591 CLOCK_EVT_STATE_ONESHOT); in tick_check_oneshot_broadcast_this_cpu()
775 clockevents_switch_state(dev, CLOCK_EVT_STATE_ONESHOT); in __tick_broadcast_oneshot_control()
892 clockevents_switch_state(bc, CLOCK_EVT_STATE_ONESHOT); in tick_broadcast_setup_oneshot()
Dtick-common.c164 clockevents_switch_state(dev, CLOCK_EVT_STATE_ONESHOT); in tick_setup_periodic()
Dclockevents.c121 case CLOCK_EVT_STATE_ONESHOT: in __clockevents_switch_state()
/linux-4.4.14/include/linux/
Dclockchips.h38 CLOCK_EVT_STATE_ONESHOT, enumerator
151 return dev->state_use_accessors == CLOCK_EVT_STATE_ONESHOT; in clockevent_state_oneshot()