Lines Matching refs:hpet
112 hpet.install_proxy = &hpet_install_proxy; in hpet_establish_hooks()
113 hpet.callback = &hpet_callback; in hpet_establish_hooks()
114 hpet.use_hpet_timer = &hpet_use_hpet_timer; in hpet_establish_hooks()
115 hpet.use_lapic_timer = &hpet_use_lapic_timer; in hpet_establish_hooks()
142 hpet.supported = HPET_NO_SUPPORT; in hpet_acpi_init()
266 hpet.supported = HPET_TIMER_SUPPORT; in hpet_acpi_init()
274 if (hpet.supported == HPET_NO_SUPPORT) in hpet_acpi_fini()
276 if (hpet.supported >= HPET_TIMER_SUPPORT) in hpet_acpi_fini()
278 if (hpet.supported > HPET_TIMER_SUPPORT) in hpet_acpi_fini()
324 hpet.supported = HPET_FULL_SUPPORT; in hpet_init_proxy()
337 if (hpet.supported != HPET_FULL_SUPPORT) in hpet_install_proxy()
846 if (hpet.supported != HPET_TIMER_SUPPORT) in hpet_resume()
857 hpet.supported = HPET_NO_SUPPORT; in hpet_resume()