Lines Matching refs:txx9_clock_event_device
75 struct txx9_clock_event_device { struct
90 struct txx9_clock_event_device *txx9_cd = in txx9tmr_set_state_periodic() argument
91 container_of(evt, struct txx9_clock_event_device, cd); in txx9tmr_set_state_periodic()
106 struct txx9_clock_event_device *txx9_cd = in txx9tmr_set_state_oneshot()
107 container_of(evt, struct txx9_clock_event_device, cd); in txx9tmr_set_state_oneshot()
117 struct txx9_clock_event_device *txx9_cd = in txx9tmr_set_state_shutdown()
118 container_of(evt, struct txx9_clock_event_device, cd); in txx9tmr_set_state_shutdown()
128 struct txx9_clock_event_device *txx9_cd = in txx9tmr_tick_resume()
129 container_of(evt, struct txx9_clock_event_device, cd); in txx9tmr_tick_resume()
141 struct txx9_clock_event_device *txx9_cd = in txx9tmr_set_next_event()
142 container_of(evt, struct txx9_clock_event_device, cd); in txx9tmr_set_next_event()
152 static struct txx9_clock_event_device txx9_clock_event_device = { variable
168 struct txx9_clock_event_device *txx9_cd = dev_id; in txx9tmr_interrupt()
180 struct clock_event_device *cd = &txx9_clock_event_device.cd; in txx9_clockevent_init()
187 txx9_clock_event_device.tmrptr = tmrptr; in txx9_clockevent_init()
199 "txx9tmr", &txx9_clock_event_device)) in txx9_clockevent_init()