Searched refs:mxs_clockevent_device (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/clocksource/
H A Dmxs_timer.c79 static struct clock_event_device mxs_clockevent_device; variable in typeref:struct:clock_event_device
139 .dev_id = &mxs_clockevent_device,
196 static struct clock_event_device mxs_clockevent_device = { variable in typeref:struct:clock_event_device
207 mxs_clockevent_device.set_next_event = timrotv1_set_next_event; mxs_clockevent_init()
208 mxs_clockevent_device.cpumask = cpumask_of(0); mxs_clockevent_init()
209 clockevents_config_and_register(&mxs_clockevent_device, mxs_clockevent_init()

Completed in 43 milliseconds