Home
last modified time | relevance | path

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

/dragonfly/sys/dev/acpica/
H A Dacpi_powerres.c310 ACPI_HANDLE method_handle, reslist_handle, pr0_handle; in acpi_pwr_switch_consumer() local
372 if (ACPI_FAILURE(AcpiGetHandle(consumer, method_name, &method_handle))) in acpi_pwr_switch_consumer()
373 method_handle = NULL; in acpi_pwr_switch_consumer()
376 if (reslist_handle == NULL && method_handle == NULL) { in acpi_pwr_switch_consumer()
473 if (method_handle != NULL) { in acpi_pwr_switch_consumer()
476 acpi_name(method_handle))); in acpi_pwr_switch_consumer()
477 status = AcpiEvaluateObject(method_handle, NULL, NULL, NULL); in acpi_pwr_switch_consumer()