Searched refs:sun5i_timer (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/clocksource/ |
H A D | timer-sun5i.c | 36 struct sun5i_timer { struct 46 container_of(x, struct sun5i_timer, clk_rate_cb) argument 48 container_of(x, struct sun5i_timer, clksrc) 50 container_of(x, struct sun5i_timer, clkevt) 58 static void sun5i_clkevt_sync(struct sun5i_timer *ce) in sun5i_clkevt_sync() 66 static void sun5i_clkevt_time_stop(struct sun5i_timer *ce, u8 timer) in sun5i_clkevt_time_stop() 74 static void sun5i_clkevt_time_setup(struct sun5i_timer *ce, u8 timer, u32 delay) in sun5i_clkevt_time_setup() 79 static void sun5i_clkevt_time_start(struct sun5i_timer *ce, u8 timer, bool periodic) in sun5i_clkevt_time_start() 94 struct sun5i_timer *ce = clkevt_to_sun5i_timer(clkevt); in sun5i_clkevt_shutdown() 102 struct sun5i_timer *ce = clkevt_to_sun5i_timer(clkevt); in sun5i_clkevt_set_oneshot() [all …]
|