Searched refs:timer8_priv (Results 1 – 1 of 1) sorted by relevance
42 struct timer8_priv { struct54 static unsigned long timer8_get_counter(struct timer8_priv *p) in timer8_get_counter() argument77 struct timer8_priv *p = dev_id; in timer8_interrupt()93 static void timer8_set_next(struct timer8_priv *p, unsigned long delta) in timer8_set_next()112 static int timer8_enable(struct timer8_priv *p) in timer8_enable()122 static int timer8_start(struct timer8_priv *p) in timer8_start()142 static void timer8_stop(struct timer8_priv *p) in timer8_stop()153 static inline struct timer8_priv *ced_to_priv(struct clock_event_device *ced) in ced_to_priv()155 return container_of(ced, struct timer8_priv, ced); in ced_to_priv()158 static void timer8_clock_event_start(struct timer8_priv *p, int periodic) in timer8_clock_event_start()[all …]