Home
last modified time | relevance | path

Searched refs:acpi_semaphore (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/acpi/
H A Dacpiosxf.h127 u32 initial_units, acpi_semaphore * out_handle);
131 acpi_status acpi_os_delete_semaphore(acpi_semaphore handle);
136 acpi_os_wait_semaphore(acpi_semaphore handle, u32 units, u16 timeout);
140 acpi_status acpi_os_signal_semaphore(acpi_semaphore handle, u32 units);
H A Dactypes.h235 #define acpi_mutex acpi_semaphore
252 #ifndef acpi_semaphore
253 #define acpi_semaphore void * macro
/openbmc/linux/drivers/acpi/acpica/
H A Dexsystem.c31 acpi_status acpi_ex_system_wait_semaphore(acpi_semaphore semaphore, u16 timeout) in acpi_ex_system_wait_semaphore()
263 acpi_semaphore temp_semaphore; in acpi_ex_system_reset_event()
H A Dacobject.h119 ACPI_OBJECT_COMMON_HEADER acpi_semaphore os_semaphore; /* Actual OS synchronization object */
H A Dacglobal.h80 ACPI_GLOBAL(acpi_semaphore, acpi_gbl_global_lock_semaphore);
H A Dacinterp.h313 acpi_ex_system_wait_semaphore(acpi_semaphore semaphore, u16 timeout);
H A Daclocal.h18 #define ACPI_GLOBAL_LOCK (acpi_semaphore) (-1)