Searched refs:sb_handle (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | bus.c | 486 acpi_handle sb_handle; in sb_notify_work() local 495 acpi_get_handle(NULL, "\\_SB", &sb_handle); in sb_notify_work() 498 acpi_evaluate_ost(sb_handle, ACPI_OST_EC_OSPM_SHUTDOWN, in sb_notify_work() 517 acpi_handle sb_handle; in acpi_setup_sb_notify_handler() local 519 if (ACPI_FAILURE(acpi_get_handle(NULL, "\\_SB", &sb_handle))) in acpi_setup_sb_notify_handler() 522 if (ACPI_FAILURE(acpi_install_notify_handler(sb_handle, ACPI_DEVICE_NOTIFY, in acpi_setup_sb_notify_handler()
|
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | bus.c | 588 acpi_handle sb_handle; in sb_notify_work() local 597 acpi_get_handle(NULL, "\\_SB", &sb_handle); in sb_notify_work() 600 acpi_evaluate_ost(sb_handle, ACPI_OST_EC_OSPM_SHUTDOWN, in sb_notify_work() 620 acpi_handle sb_handle; in acpi_setup_sb_notify_handler() local 622 if (ACPI_FAILURE(acpi_get_handle(NULL, "\\_SB", &sb_handle))) in acpi_setup_sb_notify_handler() 625 if (ACPI_FAILURE(acpi_install_notify_handler(sb_handle, ACPI_DEVICE_NOTIFY, in acpi_setup_sb_notify_handler()
|
Completed in 4 milliseconds