Home
last modified time | relevance | path

Searched refs:CLOCK_EVT_STATE_PERIODIC (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dclockchips.h38 CLOCK_EVT_STATE_PERIODIC, enumerator
147 return dev->state_use_accessors == CLOCK_EVT_STATE_PERIODIC; in clockevent_state_periodic()
/openbmc/linux/kernel/time/
H A Dclockevents.c107 case CLOCK_EVT_STATE_PERIODIC: in __clockevents_switch_state()
523 return __clockevents_switch_state(dev, CLOCK_EVT_STATE_PERIODIC); in __clockevents_update_freq()
H A Dtick-common.c162 clockevents_switch_state(dev, CLOCK_EVT_STATE_PERIODIC); in tick_setup_periodic()