Searched refs:ACPI_STATE_UNKNOWN (Results 1 – 3 of 3) sorted by relevance
65 int result = ACPI_STATE_UNKNOWN; in acpi_device_get_power()105 else if (result == ACPI_STATE_UNKNOWN) in acpi_device_get_power()115 && device->parent->power.state == ACPI_STATE_UNKNOWN in acpi_device_get_power()262 device->power.state = ACPI_STATE_UNKNOWN; in acpi_bus_init_power()289 } else if (state == ACPI_STATE_UNKNOWN) { in acpi_bus_init_power()327 if (device->power.state == ACPI_STATE_UNKNOWN) { in acpi_device_update_power()339 if (state == ACPI_STATE_UNKNOWN) { in acpi_device_update_power()907 acpi_device_wakeup(adev, ACPI_STATE_UNKNOWN, false); in acpi_dev_suspend_late()930 acpi_device_wakeup(adev, ACPI_STATE_UNKNOWN, false); in acpi_dev_resume_early()
727 device->power.state = result ? ACPI_STATE_UNKNOWN : state; in acpi_power_transition()806 device->power.state = ACPI_STATE_UNKNOWN; in acpi_add_power_resource()
582 #define ACPI_STATE_UNKNOWN (u8) 0xFF macro