Home
last modified time | relevance | path

Searched refs:timer8_priv (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/clocksource/
Dh8300_timer8.c38 struct timer8_priv { struct
47 struct timer8_priv *p = dev_id; in timer8_interrupt() argument
59 static void timer8_set_next(struct timer8_priv *p, unsigned long delta) in timer8_set_next()
70 static int timer8_enable(struct timer8_priv *p) in timer8_enable()
79 static int timer8_start(struct timer8_priv *p) in timer8_start()
93 static void timer8_stop(struct timer8_priv *p) in timer8_stop()
98 static inline struct timer8_priv *ced_to_priv(struct clock_event_device *ced) in ced_to_priv()
100 return container_of(ced, struct timer8_priv, ced); in ced_to_priv()
103 static void timer8_clock_event_start(struct timer8_priv *p, unsigned long delta) in timer8_clock_event_start()
117 struct timer8_priv *p = ced_to_priv(ced); in timer8_clock_event_periodic()
[all …]