Searched refs:AcpiAcquireGlobalLock (Results 1 – 5 of 5) sorted by relevance
331 Status = AcpiAcquireGlobalLock (0xFFFF, &LockHandle1); in AeMiscellaneousTests()332 ACPI_CHECK_OK (AcpiAcquireGlobalLock, Status); in AeMiscellaneousTests()334 Status = AcpiAcquireGlobalLock (0x5, &LockHandle2); in AeMiscellaneousTests()335 ACPI_CHECK_OK (AcpiAcquireGlobalLock, Status); in AeMiscellaneousTests()
1205 AcpiAcquireGlobalLock ( in ACPI_EXPORT_SYMBOL()1235 ACPI_EXPORT_SYMBOL (AcpiAcquireGlobalLock) in ACPI_EXPORT_SYMBOL() argument
875 AcpiAcquireGlobalLock (
651 rv = AcpiAcquireGlobalLock(EC_LOCK_TIMEOUT, in acpiec_lock()
11248 to acquire the lock via the AcpiAcquireGlobalLock interface. Reported by 11287 This affects the AcpiAcquireGlobalLock external interface to the global 11296 AcpiAcquireGlobalLock is of special interest to drivers for the Embedded 18262 AcpiAcquireGlobalLock and AcpiReleaseGlobalLock. The Timeout and