Lines Matching refs:handle

91 		acpi_handle handle = device->handle;  in acpi_device_get_power()  local
95 status = acpi_evaluate_integer(handle, "_PSC", NULL, &psc); in acpi_device_get_power()
139 status = acpi_evaluate_object(adev->handle, method, NULL, NULL); in acpi_dev_pm_explicit_set()
237 int acpi_bus_set_power(acpi_handle handle, int state) in acpi_bus_set_power() argument
242 result = acpi_bus_get_device(handle, &device); in acpi_bus_set_power()
348 int acpi_bus_update_power(acpi_handle handle, int *state_p) in acpi_bus_update_power() argument
353 result = acpi_bus_get_device(handle, &device); in acpi_bus_update_power()
358 bool acpi_bus_power_manageable(acpi_handle handle) in acpi_bus_power_manageable() argument
363 result = acpi_bus_get_device(handle, &device); in acpi_bus_power_manageable()
371 static void acpi_pm_notify_handler(acpi_handle handle, u32 val, void *not_used) in acpi_pm_notify_handler() argument
378 adev = acpi_bus_get_acpi_device(handle); in acpi_pm_notify_handler()
424 status = acpi_install_notify_handler(adev->handle, ACPI_SYSTEM_NOTIFY, in acpi_add_pm_notifier()
449 status = acpi_remove_notify_handler(adev->handle, in acpi_remove_pm_notifier()
469 bool acpi_bus_can_wakeup(acpi_handle handle) in acpi_bus_can_wakeup() argument
474 result = acpi_bus_get_device(handle, &device); in acpi_bus_can_wakeup()
504 acpi_handle handle = adev->handle; in acpi_dev_pm_get_state() local
530 status = acpi_evaluate_integer(handle, method, NULL, &ret); in acpi_dev_pm_get_state()
563 status = acpi_evaluate_integer(handle, method, NULL, &ret); in acpi_dev_pm_get_state()