Searched defs:clock_event_device (Results 1 – 3 of 3) sorted by relevance
99 struct clock_event_device { struct100 void (*event_handler)(struct clock_event_device *); argument101 int (*set_next_event)(unsigned long evt, struct clock_event_device *); argument102 int (*set_next_ktime)(ktime_t expires, struct clock_event_device *); argument112 int (*set_state_periodic)(struct clock_event_device *); argument113 int (*set_state_oneshot)(struct clock_event_device *); argument114 int (*set_state_oneshot_stopped)(struct clock_event_device *); argument115 int (*set_state_shutdown)(struct clock_event_device *); argument116 int (*tick_resume)(struct clock_event_device *); argument119 void (*suspend)(struct clock_event_device *); argument[all …]
65 void (*handler)(struct clock_event_device *), in tick_setup_oneshot()76 int tick_switch_to_oneshot(void (*handler)(struct clock_event_device *)) in tick_switch_to_oneshot()
116 void (*handler)(struct clock_event_device *), in tick_setup_oneshot()