Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dclockchips.h99 struct clock_event_device { struct
100 void (*event_handler)(struct clock_event_device *); argument
101 int (*set_next_event)(unsigned long evt, struct clock_event_device *); argument
102 int (*set_next_ktime)(ktime_t expires, struct clock_event_device *); argument
112 int (*set_state_periodic)(struct clock_event_device *); argument
113 int (*set_state_oneshot)(struct clock_event_device *); argument
114 int (*set_state_oneshot_stopped)(struct clock_event_device *); argument
115 int (*set_state_shutdown)(struct clock_event_device *); argument
116 int (*tick_resume)(struct clock_event_device *); argument
119 void (*suspend)(struct clock_event_device *); argument
[all …]
/linux-4.4.14/kernel/time/
Dtick-oneshot.c65 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()
Dtick-internal.h116 void (*handler)(struct clock_event_device *), in tick_setup_oneshot()