Home
last modified time | relevance | path

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

/linux/drivers/acpi/
H A Ddevice_pm.c413 int acpi_device_update_power(struct acpi_device *device, int *state_p) in acpi_device_update_power() function
452 EXPORT_SYMBOL_GPL(acpi_device_update_power);
459 return acpi_device_update_power(device, state_p); in acpi_bus_update_power()
/linux/drivers/pci/
H A Dpci-acpi.c1161 acpi_device_update_power(adev, NULL); in acpi_pci_refresh_power_state()