Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dclockchips.h114 int (*set_state_oneshot_stopped)(struct clock_event_device *); member
/linux-4.4.14/kernel/time/
Dtimer_list.c254 if (dev->set_state_oneshot_stopped) { in print_tickdevice()
256 print_name_offset(m, dev->set_state_oneshot_stopped); in print_tickdevice()
Dclockevents.c136 if (dev->set_state_oneshot_stopped) in __clockevents_switch_state()
137 return dev->set_state_oneshot_stopped(dev); in __clockevents_switch_state()