Searched refs:acpi_device_get_power (Results 1 – 4 of 4) sorted by relevance
65 int acpi_device_get_power(struct acpi_device *device, int *state) in acpi_device_get_power() function270 result = acpi_device_get_power(device, &state); in acpi_bus_init_power()340 result = acpi_device_get_power(device, &state); in acpi_device_update_power()
353 ret = acpi_device_get_power(adev, &state); in real_power_state_show()
516 int acpi_device_get_power(struct acpi_device *device, int *state);
580 if (acpi_device_get_power(adev, &state) || state == ACPI_STATE_UNKNOWN) in acpi_pci_get_power_state()