Searched refs:acpi_dev_pm_get_state (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/acpi/ |
D | device_pm.c | 500 static int acpi_dev_pm_get_state(struct device *dev, struct acpi_device *adev, in acpi_dev_pm_get_state() function 620 ret = acpi_dev_pm_get_state(dev, adev, acpi_target_system_state(), in acpi_pm_device_sleep_state() 768 ret = acpi_dev_pm_get_state(dev, adev, system_state, NULL, &state); in acpi_dev_pm_low_power() 945 ret = acpi_dev_pm_get_state(dev, adev, sys_target, NULL, &state); in acpi_subsys_prepare()
|