Lines Matching refs:evtdev
46 struct clock_event_device evtdev; member
51 static int efm32_clock_event_shutdown(struct clock_event_device *evtdev) in efm32_clock_event_shutdown() argument
54 container_of(evtdev, struct efm32_clock_event_ddata, evtdev); in efm32_clock_event_shutdown()
60 static int efm32_clock_event_set_oneshot(struct clock_event_device *evtdev) in efm32_clock_event_set_oneshot() argument
63 container_of(evtdev, struct efm32_clock_event_ddata, evtdev); in efm32_clock_event_set_oneshot()
74 static int efm32_clock_event_set_periodic(struct clock_event_device *evtdev) in efm32_clock_event_set_periodic() argument
77 container_of(evtdev, struct efm32_clock_event_ddata, evtdev); in efm32_clock_event_set_periodic()
90 struct clock_event_device *evtdev) in efm32_clock_event_set_next_event() argument
93 container_of(evtdev, struct efm32_clock_event_ddata, evtdev); in efm32_clock_event_set_next_event()
108 ddata->evtdev.event_handler(&ddata->evtdev); in efm32_clock_event_handler()
114 .evtdev = {
232 clockevents_config_and_register(&clock_event_ddata.evtdev, in efm32_clockevent_init()