Lines Matching refs:handle
231 acpi_handle handle; member
297 status = acpi_evaluate_object(pcc->handle, METHOD_HKEY_SSET, in acpi_pcc_write_sset()
308 status = acpi_evaluate_integer(device->handle, METHOD_HKEY_SQTY, in acpi_pcc_get_sqty()
325 status = acpi_evaluate_object(pcc->handle, METHOD_HKEY_SINF, NULL, in acpi_pcc_retrieve_biosdata()
414 acpi_handle handle; in check_optd_present() local
416 status = acpi_get_handle(NULL, "\\_SB.STAT", &handle); in check_optd_present()
419 status = acpi_get_handle(NULL, "\\_SB.FBAY", &handle); in check_optd_present()
422 status = acpi_get_handle(NULL, "\\_SB.CDDI", &handle); in check_optd_present()
826 rc = acpi_evaluate_integer(pcc->handle, METHOD_HKEY_QUERY, in acpi_pcc_generate_keyinput()
870 static void pcc_optd_notify(acpi_handle handle, u32 event, void *data) in pcc_optd_notify() argument
881 acpi_handle handle; in pcc_register_optd_notifier() local
883 status = acpi_get_handle(NULL, node, &handle); in pcc_register_optd_notifier()
886 status = acpi_install_notify_handler(handle, in pcc_register_optd_notifier()
900 acpi_handle handle; in pcc_unregister_optd_notifier() local
902 status = acpi_get_handle(NULL, node, &handle); in pcc_unregister_optd_notifier()
905 status = acpi_remove_notify_handler(handle, in pcc_unregister_optd_notifier()
1017 pcc->handle = device->handle; in acpi_pcc_hotkey_add()