Lines Matching refs:timer8_priv
42 struct timer8_priv { struct
54 static unsigned long timer8_get_counter(struct timer8_priv *p) in timer8_get_counter() argument
77 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()
180 struct timer8_priv *p = ced_to_priv(ced); in timer8_clock_event_periodic()
191 struct timer8_priv *p = ced_to_priv(ced); in timer8_clock_event_oneshot()
203 struct timer8_priv *p = ced_to_priv(ced); in timer8_clock_event_next()
211 static int timer8_setup(struct timer8_priv *p, in timer8_setup()
269 struct timer8_priv *p = platform_get_drvdata(pdev); in timer8_probe()