Home
last modified time | relevance | path

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

/freebsd/sys/dev/acpica/
H A Dacpi_throttle.c93 static void acpi_throttle_identify(driver_t *driver, device_t parent);
106 DEVMETHOD(device_identify, acpi_throttle_identify),
127 acpi_throttle_identify(driver_t *driver, device_t parent) in acpi_throttle_identify() function