Home
last modified time | relevance | path

Searched refs:acpi_device_update_power (Results 1 – 3 of 3) sorted by relevance

/drivers/acpi/
Dfan.c155 result = acpi_device_update_power(device, &acpi_state); in fan_get_state()
401 result = acpi_device_update_power(device, NULL); in acpi_fan_probe()
488 result = acpi_device_update_power(ACPI_COMPANION(dev), NULL); in acpi_fan_resume()
Ddevice_pm.c374 int acpi_device_update_power(struct acpi_device *device, int *state_p) in acpi_device_update_power() function
413 EXPORT_SYMBOL_GPL(acpi_device_update_power);
421 return result ? result : acpi_device_update_power(device, state_p); in acpi_bus_update_power()
/drivers/pci/
Dpci-acpi.c1056 acpi_device_update_power(adev, NULL); in acpi_pci_refresh_power_state()