Home
last modified time | relevance | path

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

/src/sys/dev/acpica/
H A Dacpi_powerres.c302 char *method_name, *reslist_name = NULL; in acpi_pwr_switch_consumer() local
347 reslist_name = "_PR0"; in acpi_pwr_switch_consumer()
351 reslist_name = "_PR1"; in acpi_pwr_switch_consumer()
355 reslist_name = "_PR2"; in acpi_pwr_switch_consumer()
359 reslist_name = "_PR3"; in acpi_pwr_switch_consumer()
363 reslist_name = NULL; in acpi_pwr_switch_consumer()
384 if (reslist_name == NULL || in acpi_pwr_switch_consumer()
385 ACPI_FAILURE(AcpiGetHandle(consumer, reslist_name, &reslist_handle))) in acpi_pwr_switch_consumer()