Searched defs:clock_event_device (Results 1 – 3 of 3) sorted by relevance
82 struct clock_event_device { struct83 void (*event_handler)(struct clock_event_device *); argument85 struct clock_event_device *); argument87 struct clock_event_device *); argument99 struct clock_event_device *); argument100 unsigned long min_delta_ticks;101 unsigned long max_delta_ticks;103 const char *name;104 int rating;105 int irq;[all …]
49 void (*handler)(struct clock_event_device *), in tick_setup_oneshot()60 int tick_switch_to_oneshot(void (*handler)(struct clock_event_device *)) in tick_switch_to_oneshot()
58 void (*handler)(struct clock_event_device *), in tick_setup_oneshot()