Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/acpi/
Ddevice_pm.c65 int acpi_device_get_power(struct acpi_device *device, int *state) in acpi_device_get_power() function
270 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()
Ddevice_sysfs.c353 ret = acpi_device_get_power(adev, &state); in real_power_state_show()
/Linux-v4.19/include/acpi/
Dacpi_bus.h516 int acpi_device_get_power(struct acpi_device *device, int *state);
/Linux-v4.19/drivers/pci/
Dpci-acpi.c580 if (acpi_device_get_power(adev, &state) || state == ACPI_STATE_UNKNOWN) in acpi_pci_get_power_state()