Lines Matching refs:status
36 acpi_status status;
38 status = acpi_execute_simple_method(NULL, "\\_TTS", acpi_state);
39 if (ACPI_FAILURE(status) && status != AE_NOT_FOUND) {
85 acpi_status status;
88 status = acpi_get_sleep_type_data(sleep_state, &type_a, &type_b);
89 return ACPI_SUCCESS(status) && (!acpi_gbl_reduced_hardware
589 acpi_status status = AE_OK;
599 status = acpi_enter_sleep_state(acpi_state);
621 * of the OSPM to clear the status bit [ implying that the
629 if (ACPI_SUCCESS(status) && (acpi_state == ACPI_STATE_S3)) {
642 * Disable and clear GPE status before interrupt is enabled. Some GPEs
652 return ACPI_SUCCESS(status) ? 0 : -EFAULT;
784 acpi_status status;
815 status = acpi_get_handle(NULL, info.name, &constraint->handle);
816 if (ACPI_FAILURE(status))
1021 * If the status bit of any enabled fixed event is set, the
1202 acpi_status status = AE_OK;
1207 status = acpi_enter_sleep_state(ACPI_STATE_S4);
1211 return ACPI_SUCCESS(status) ? 0 : -EFAULT;