Searched defs:clock_event_device (Results 1 – 3 of 3) sorted by relevance
100 struct clock_event_device { struct101 void (*event_handler)(struct clock_event_device *); argument103 int (*set_next_ktime)(ktime_t expires, struct clock_event_device *); argument113 int (*set_state_periodic)(struct clock_event_device *); argument114 int (*set_state_oneshot)(struct clock_event_device *); argument115 int (*set_state_oneshot_stopped)(struct clock_event_device *); argument116 int (*set_state_shutdown)(struct clock_event_device *); argument117 int (*tick_resume)(struct clock_event_device *); argument120 void (*suspend)(struct clock_event_device *); argument121 void (*resume)(struct clock_event_device *); argument[all …]
62 void (*handler)(struct clock_event_device *), in tick_setup_oneshot()73 int tick_switch_to_oneshot(void (*handler)(struct clock_event_device *)) in tick_switch_to_oneshot()
115 void (*handler)(struct clock_event_device *), in tick_setup_oneshot()
Completed in 6 milliseconds