Searched defs:clock_event_device (Results 1 – 2 of 2) sorted by relevance
103 struct clock_event_device { struct104 void (*event_handler)(struct clock_event_device *); argument105 int (*set_next_event)(unsigned long evt, struct clock_event_device *); argument106 int (*set_next_ktime)(ktime_t expires, struct clock_event_device *); argument107 void (*set_next_coupled)(u64 cycles, struct clock_event_device *); argument119 int (*set_state_periodic)(struct clock_event_device *); argument120 int (*set_state_oneshot)(struct clock_event_device *); argument121 int (*set_state_oneshot_stopped)(struct clock_event_device *); argument122 int (*set_state_shutdown)(struct clock_event_device *); argument123 int (*tick_resume)(struct clock_event_device *); argument[all …]
73 void (*handler)(struct clock_event_device *), in tick_setup_oneshot()88 int tick_switch_to_oneshot(void (*handler)(struct clock_event_device *)) in tick_switch_to_oneshot()