Lines Matching refs:oxnas_rps_timer
50 struct oxnas_rps_timer { struct
62 struct oxnas_rps_timer *rps = dev_id; in oxnas_rps_timer_irq() argument
71 static void oxnas_rps_timer_config(struct oxnas_rps_timer *rps, in oxnas_rps_timer_config()
89 struct oxnas_rps_timer *rps = in oxnas_rps_timer_shutdown()
90 container_of(evt, struct oxnas_rps_timer, clkevent); in oxnas_rps_timer_shutdown()
99 struct oxnas_rps_timer *rps = in oxnas_rps_timer_set_periodic()
100 container_of(evt, struct oxnas_rps_timer, clkevent); in oxnas_rps_timer_set_periodic()
109 struct oxnas_rps_timer *rps = in oxnas_rps_timer_set_oneshot()
110 container_of(evt, struct oxnas_rps_timer, clkevent); in oxnas_rps_timer_set_oneshot()
120 struct oxnas_rps_timer *rps = in oxnas_rps_timer_next_event()
121 container_of(evt, struct oxnas_rps_timer, clkevent); in oxnas_rps_timer_next_event()
128 static int __init oxnas_rps_clockevent_init(struct oxnas_rps_timer *rps) in oxnas_rps_clockevent_init()
183 static int __init oxnas_rps_clocksource_init(struct oxnas_rps_timer *rps) in oxnas_rps_clocksource_init()
214 struct oxnas_rps_timer *rps; in oxnas_rps_timer_init()