Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/acpi/
Dinternal.h140 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.c846 int acpi_power_transition(struct acpi_device *device, int state) in acpi_power_transition() function
Dscan.c523 acpi_power_transition(adev, ACPI_STATE_D3_COLD); in acpi_device_del_work_fn()