Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/acpi/
Dinternal.h136 int acpi_power_transition(struct acpi_device *device, int state);
Ddevice_pm.c240 result = acpi_power_transition(device, target_state); in acpi_device_set_power()
245 result = acpi_power_transition(device, ACPI_STATE_D0); in acpi_device_set_power()
428 result = acpi_power_transition(device, state); in acpi_device_update_power()
Dpower.c847 int acpi_power_transition(struct acpi_device *device, int state) in acpi_power_transition() function
Dscan.c522 acpi_power_transition(adev, ACPI_STATE_D3_COLD); in acpi_device_del_work_fn()