Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dclockchips.h100 struct clock_event_device { struct
101 void (*event_handler)(struct clock_event_device *); argument
102 int (*set_next_event)(unsigned long evt, struct clock_event_device *); argument
103 int (*set_next_ktime)(ktime_t expires, struct clock_event_device *); argument
113 int (*set_state_periodic)(struct clock_event_device *); argument
114 int (*set_state_oneshot)(struct clock_event_device *); argument
115 int (*set_state_oneshot_stopped)(struct clock_event_device *); argument
116 int (*set_state_shutdown)(struct clock_event_device *); argument
117 int (*tick_resume)(struct clock_event_device *); argument
120 void (*suspend)(struct clock_event_device *); argument
[all …]
/linux-6.6.21/kernel/time/
Dtick-oneshot.c62 void (*handler)(struct clock_event_device *), in tick_setup_oneshot()
73 int tick_switch_to_oneshot(void (*handler)(struct clock_event_device *)) in tick_switch_to_oneshot()
Dtick-internal.h115 void (*handler)(struct clock_event_device *), in tick_setup_oneshot()