Home
last modified time | relevance | path

Searched refs:aml_mutex (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_lpc_mec.c25 static acpi_handle aml_mutex; variable
38 if (!aml_mutex) { in cros_ec_lpc_mec_lock()
43 success = ACPI_SUCCESS(acpi_acquire_mutex(aml_mutex, in cros_ec_lpc_mec_lock()
60 if (!aml_mutex) { in cros_ec_lpc_mec_unlock()
65 success = ACPI_SUCCESS(acpi_release_mutex(aml_mutex, NULL)); in cros_ec_lpc_mec_unlock()
214 status = acpi_get_handle(adev->handle, pathname, &aml_mutex); in cros_ec_lpc_mec_acpi_mutex()
/openbmc/qemu/include/hw/acpi/
H A Daml-build.h398 Aml *aml_mutex(const char *name, uint8_t sync_level);
/openbmc/qemu/hw/acpi/
H A Dmemory_hotplug.c447 aml_append(dev_container, aml_mutex(MEMORY_SLOT_LOCK, 0)); in build_memory_hotplug_aml()
H A Dcpu.c366 aml_append(cpu_ctrl_dev, aml_mutex(CPU_LOCK, 0)); in build_cpus_aml()
H A Daml-build.c1651 Aml *aml_mutex(const char *name, uint8_t sync_level) in aml_mutex() function
/openbmc/qemu/hw/i386/
H A Dacpi-build.c1259 aml_append(scope, aml_mutex("BLCK", 0)); in build_x86_acpi_pci_hotplug()