Home
last modified time | relevance | path

Searched refs:timer16_priv (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/clocksource/
H A Dh8300_timer16.c26 struct timer16_priv { struct
37 static unsigned long timer16_get_counter(struct timer16_priv *p) in timer16_get_counter()
63 struct timer16_priv *p = (struct timer16_priv *)dev_id; in timer16_interrupt()
71 static inline struct timer16_priv *cs_to_priv(struct clocksource *cs) in cs_to_priv()
73 return container_of(cs, struct timer16_priv, cs); in cs_to_priv()
78 struct timer16_priv *p = cs_to_priv(cs); in timer16_clocksource_read()
89 struct timer16_priv *p = cs_to_priv(cs); in timer16_enable()
105 struct timer16_priv *p = cs_to_priv(cs); in timer16_disable()
115 static struct timer16_priv timer16_pri variable
[all...]

Completed in 2 milliseconds