Lines Matching refs:evtdev
43 struct clock_event_device evtdev; member
48 static int efm32_clock_event_shutdown(struct clock_event_device *evtdev) in efm32_clock_event_shutdown() argument
51 container_of(evtdev, struct efm32_clock_event_ddata, evtdev); in efm32_clock_event_shutdown()
57 static int efm32_clock_event_set_oneshot(struct clock_event_device *evtdev) in efm32_clock_event_set_oneshot() argument
60 container_of(evtdev, struct efm32_clock_event_ddata, evtdev); in efm32_clock_event_set_oneshot()
71 static int efm32_clock_event_set_periodic(struct clock_event_device *evtdev) in efm32_clock_event_set_periodic() argument
74 container_of(evtdev, struct efm32_clock_event_ddata, evtdev); in efm32_clock_event_set_periodic()
87 struct clock_event_device *evtdev) in efm32_clock_event_set_next_event() argument
90 container_of(evtdev, struct efm32_clock_event_ddata, evtdev); in efm32_clock_event_set_next_event()
105 ddata->evtdev.event_handler(&ddata->evtdev); in efm32_clock_event_handler()
111 .evtdev = {
229 clockevents_config_and_register(&clock_event_ddata.evtdev, in efm32_clockevent_init()