Lines Matching defs:ce
32 struct clock_event_device ce; member
39 static inline struct bc_timer *rk_timer(struct clock_event_device *ce) in rk_timer()
44 static inline void __iomem *rk_base(struct clock_event_device *ce) in rk_base()
49 static inline void rk_timer_disable(struct clock_event_device *ce) in rk_timer_disable()
55 static inline void rk_timer_enable(struct clock_event_device *ce, u32 flags) in rk_timer_enable()
63 struct clock_event_device *ce) in rk_timer_update_counter()
70 static void rk_timer_interrupt_clear(struct clock_event_device *ce) in rk_timer_interrupt_clear()
77 struct clock_event_device *ce) in rk_timer_set_next_event()
85 static int rk_timer_shutdown(struct clock_event_device *ce) in rk_timer_shutdown()
91 static int rk_timer_set_periodic(struct clock_event_device *ce) in rk_timer_set_periodic()
101 struct clock_event_device *ce = dev_id; in rk_timer_interrupt() local
115 struct clock_event_device *ce = &bc_timer.ce; in rk_timer_init() local