Home
last modified time | relevance | path

Searched refs:ACPI_SIG_HPET (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/x86/kernel/
H A Dearly-quirks.c102 if (acpi_table_parse(ACPI_SIG_HPET, nvidia_hpet_check)) { in nvidia_bugs()
/openbmc/linux/drivers/acpi/
H A Dtables.c562 ACPI_SIG_HPET, ACPI_SIG_IBFT, ACPI_SIG_IVRS, ACPI_SIG_MCFG,
/openbmc/linux/include/acpi/
H A Dactbl1.h47 #define ACPI_SIG_HPET "HPET" /* High Precision Event Timer table */ macro
/openbmc/linux/arch/x86/kernel/acpi/
H A Dboot.c1743 acpi_table_parse(ACPI_SIG_HPET, acpi_parse_hpet); in acpi_boot_init()