Searched refs:set_state_oneshot_stopped (Results 1 – 3 of 3) sorted by relevance
114 int (*set_state_oneshot_stopped)(struct clock_event_device *); member
254 if (dev->set_state_oneshot_stopped) { in print_tickdevice()256 print_name_offset(m, dev->set_state_oneshot_stopped); in print_tickdevice()
136 if (dev->set_state_oneshot_stopped) in __clockevents_switch_state()137 return dev->set_state_oneshot_stopped(dev); in __clockevents_switch_state()