Home
last modified time | relevance | path

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

/linux-4.4.14/include/acpi/
Dacpiosxf.h140 u32 initial_units, acpi_semaphore * out_handle);
144 acpi_status acpi_os_delete_semaphore(acpi_semaphore handle);
149 acpi_os_wait_semaphore(acpi_semaphore handle, u32 units, u16 timeout);
153 acpi_status acpi_os_signal_semaphore(acpi_semaphore handle, u32 units);
Dactypes.h267 #define acpi_mutex acpi_semaphore
280 #ifndef acpi_semaphore
281 #define acpi_semaphore void * macro
/linux-4.4.14/drivers/acpi/acpica/
Dexsystem.c65 acpi_status acpi_ex_system_wait_semaphore(acpi_semaphore semaphore, u16 timeout) in acpi_ex_system_wait_semaphore()
294 acpi_semaphore temp_semaphore; in acpi_ex_system_reset_event()
Dacobject.h150 ACPI_OBJECT_COMMON_HEADER acpi_semaphore os_semaphore; /* Actual OS synchronization object */
Dacglobal.h107 ACPI_GLOBAL(acpi_semaphore, acpi_gbl_global_lock_semaphore);
Dacinterp.h323 acpi_ex_system_wait_semaphore(acpi_semaphore semaphore, u16 timeout);
Daclocal.h52 #define ACPI_GLOBAL_LOCK (acpi_semaphore) (-1)