Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/acpi/
Dinternal.h142 int acpi_power_transition(struct acpi_device *device, int state);
Ddevice_pm.c236 result = acpi_power_transition(device, target_state); in acpi_device_set_power()
241 result = acpi_power_transition(device, ACPI_STATE_D0); in acpi_device_set_power()
398 result = acpi_power_transition(device, state); in acpi_device_update_power()
Dpower.c856 int acpi_power_transition(struct acpi_device *device, int state) in acpi_power_transition() function
Dscan.c529 acpi_power_transition(adev, ACPI_STATE_D3_COLD); in acpi_device_del_work_fn()