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