Lines Matching refs:oxnas_rps_timer
61 struct oxnas_rps_timer { struct
73 struct oxnas_rps_timer *rps = dev_id; in oxnas_rps_timer_irq() argument
82 static void oxnas_rps_timer_config(struct oxnas_rps_timer *rps, in oxnas_rps_timer_config()
100 struct oxnas_rps_timer *rps = in oxnas_rps_timer_shutdown()
101 container_of(evt, struct oxnas_rps_timer, clkevent); in oxnas_rps_timer_shutdown()
110 struct oxnas_rps_timer *rps = in oxnas_rps_timer_set_periodic()
111 container_of(evt, struct oxnas_rps_timer, clkevent); in oxnas_rps_timer_set_periodic()
120 struct oxnas_rps_timer *rps = in oxnas_rps_timer_set_oneshot()
121 container_of(evt, struct oxnas_rps_timer, clkevent); in oxnas_rps_timer_set_oneshot()
131 struct oxnas_rps_timer *rps = in oxnas_rps_timer_next_event()
132 container_of(evt, struct oxnas_rps_timer, clkevent); in oxnas_rps_timer_next_event()
139 static int __init oxnas_rps_clockevent_init(struct oxnas_rps_timer *rps) in oxnas_rps_clockevent_init()
194 static int __init oxnas_rps_clocksource_init(struct oxnas_rps_timer *rps) in oxnas_rps_clocksource_init()
225 struct oxnas_rps_timer *rps; in oxnas_rps_timer_init()