Lines Matching refs:clock_event_device

48 	struct clock_event_device	evt;
56 inline struct hpet_dev *EVT_TO_HPET_DEV(struct clock_event_device *evtdev) in EVT_TO_HPET_DEV()
229 static struct clock_event_device hpet_clockevent;
294 static int hpet_set_periodic(struct clock_event_device *evt, int timer) in hpet_set_periodic()
324 static int hpet_set_oneshot(struct clock_event_device *evt, int timer) in hpet_set_oneshot()
336 static int hpet_shutdown(struct clock_event_device *evt, int timer) in hpet_shutdown()
347 static int hpet_resume(struct clock_event_device *evt, int timer) in hpet_resume()
365 struct clock_event_device *evt, int timer) in hpet_next_event()
401 static int hpet_legacy_shutdown(struct clock_event_device *evt) in hpet_legacy_shutdown()
406 static int hpet_legacy_set_oneshot(struct clock_event_device *evt) in hpet_legacy_set_oneshot()
411 static int hpet_legacy_set_periodic(struct clock_event_device *evt) in hpet_legacy_set_periodic()
416 static int hpet_legacy_resume(struct clock_event_device *evt) in hpet_legacy_resume()
422 struct clock_event_device *evt) in hpet_legacy_next_event()
430 static struct clock_event_device hpet_clockevent = {
487 static int hpet_msi_shutdown(struct clock_event_device *evt) in hpet_msi_shutdown()
494 static int hpet_msi_set_oneshot(struct clock_event_device *evt) in hpet_msi_set_oneshot()
501 static int hpet_msi_set_periodic(struct clock_event_device *evt) in hpet_msi_set_periodic()
508 static int hpet_msi_resume(struct clock_event_device *evt) in hpet_msi_resume()
516 struct clock_event_device *evt) in hpet_msi_next_event()
525 struct clock_event_device *hevt = &dev->evt; in hpet_interrupt_handler()
558 struct clock_event_device *evt = &hdev->evt; in init_one_hpet_msi_clockevent()