Home
last modified time | relevance | path

Searched defs:clock_event_device (Results 1 – 3 of 3) sorted by relevance

/linux-3.3/include/linux/
Dclockchips.h82 struct clock_event_device { struct
83 void (*event_handler)(struct clock_event_device *); argument
85 struct clock_event_device *); argument
87 struct clock_event_device *); argument
99 struct clock_event_device *); argument
100 unsigned long min_delta_ticks;
101 unsigned long max_delta_ticks;
103 const char *name;
104 int rating;
105 int irq;
[all …]
/linux-3.3/kernel/time/
Dtick-oneshot.c49 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()
Dtick-internal.h58 void (*handler)(struct clock_event_device *), in tick_setup_oneshot()