Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/acpi/
Dinternal.h140 int acpi_power_transition(struct acpi_device *device, int state);
Ddevice_pm.c237 result = acpi_power_transition(device, target_state); in acpi_device_set_power()
242 result = acpi_power_transition(device, ACPI_STATE_D0); in acpi_device_set_power()
401 result = acpi_power_transition(device, state); in acpi_device_update_power()
Dpower.c841 int acpi_power_transition(struct acpi_device *device, int state) in acpi_power_transition() function
Dscan.c535 acpi_power_transition(adev, ACPI_STATE_D3_COLD); in acpi_device_del_work_fn()