Searched refs:aml_mutex (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/platform/chrome/ |
H A D | cros_ec_lpc_mec.c | 25 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 D | aml-build.h | 398 Aml *aml_mutex(const char *name, uint8_t sync_level);
|
/openbmc/qemu/hw/acpi/ |
H A D | memory_hotplug.c | 447 aml_append(dev_container, aml_mutex(MEMORY_SLOT_LOCK, 0)); in build_memory_hotplug_aml()
|
H A D | cpu.c | 366 aml_append(cpu_ctrl_dev, aml_mutex(CPU_LOCK, 0)); in build_cpus_aml()
|
H A D | aml-build.c | 1651 Aml *aml_mutex(const char *name, uint8_t sync_level) in aml_mutex() function
|
/openbmc/qemu/hw/i386/ |
H A D | acpi-build.c | 1259 aml_append(scope, aml_mutex("BLCK", 0)); in build_x86_acpi_pci_hotplug()
|