Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dclockchips.h103 struct clock_event_device { struct
104 void (*event_handler)(struct clock_event_device *); argument
105 int (*set_next_event)(unsigned long evt, struct clock_event_device *); argument
106 int (*set_next_ktime)(ktime_t expires, struct clock_event_device *); argument
107 void (*set_next_coupled)(u64 cycles, struct clock_event_device *); argument
119 int (*set_state_periodic)(struct clock_event_device *); argument
120 int (*set_state_oneshot)(struct clock_event_device *); argument
121 int (*set_state_oneshot_stopped)(struct clock_event_device *); argument
122 int (*set_state_shutdown)(struct clock_event_device *); argument
123 int (*tick_resume)(struct clock_event_device *); argument
[all …]
/linux/kernel/time/
H A Dtick-oneshot.c73 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()