Lines Matching refs:Status
178 * RETURN: Status
188 ACPI_STATUS Status;
206 Status = AcpiEvFixedEventInitialize ();
207 if (ACPI_FAILURE (Status))
209 ACPI_EXCEPTION ((AE_INFO, Status,
211 return_ACPI_STATUS (Status);
214 Status = AcpiEvGpeInitialize ();
215 if (ACPI_FAILURE (Status))
217 ACPI_EXCEPTION ((AE_INFO, Status,
219 return_ACPI_STATUS (Status);
222 return_ACPI_STATUS (Status);
232 * RETURN: Status
242 ACPI_STATUS Status;
257 Status = AcpiEvInstallSciHandler ();
258 if (ACPI_FAILURE (Status))
260 ACPI_EXCEPTION ((AE_INFO, Status,
262 return_ACPI_STATUS (Status);
267 Status = AcpiEvInitGlobalLockHandler ();
268 if (ACPI_FAILURE (Status))
270 ACPI_EXCEPTION ((AE_INFO, Status,
272 return_ACPI_STATUS (Status);
276 return_ACPI_STATUS (Status);
286 * RETURN: Status
297 ACPI_STATUS Status;
313 Status = AcpiWriteBitRegister (
316 if (ACPI_FAILURE (Status))
318 return (Status);
335 * DESCRIPTION: Checks the PM status register for active fixed events
347 ACPI_STATUS Status;
354 * Read the fixed feature status and enable registers, as all the cases
357 Status = AcpiHwRegisterRead (ACPI_REGISTER_PM1_STATUS, &FixedStatus);
358 Status |= AcpiHwRegisterRead (ACPI_REGISTER_PM1_ENABLE, &FixedEnable);
359 if (ACPI_FAILURE (Status))
365 "Fixed Event Block: Enable %08X Status %08X\n",
373 /* Both the status and enable bits must be on for this event */
405 * DESCRIPTION: Clears the status bit for the requested event, calls the
420 /* Clear the status bit */