Lines Matching defs:evt
48 struct clock_event_device evt; member
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()
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()
558 struct clock_event_device *evt = &hdev->evt; in init_one_hpet_msi_clockevent() local