Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | _COMPONENT ACPI_EXECUTER |
Functions | |
acpi_status | acpi_ex_system_wait_semaphore (acpi_semaphore semaphore, u16 timeout) |
acpi_status | acpi_ex_system_wait_mutex (acpi_mutex mutex, u16 timeout) |
acpi_status | acpi_ex_system_do_stall (u32 how_long) |
acpi_status | acpi_ex_system_do_sleep (u64 how_long) |
acpi_status | acpi_ex_system_signal_event (union acpi_operand_object *obj_desc) |
acpi_status | acpi_ex_system_wait_event (union acpi_operand_object *time_desc, union acpi_operand_object *obj_desc) |
acpi_status | acpi_ex_system_reset_event (union acpi_operand_object *obj_desc) |
#define _COMPONENT ACPI_EXECUTER |
Definition at line 49 of file exsystem.c.
acpi_status acpi_ex_system_do_sleep | ( | u64 | how_long | ) |
Definition at line 196 of file exsystem.c.
acpi_status acpi_ex_system_do_stall | ( | u32 | how_long | ) |
Definition at line 160 of file exsystem.c.
acpi_status acpi_ex_system_reset_event | ( | union acpi_operand_object * | obj_desc | ) |
Definition at line 292 of file exsystem.c.
acpi_status acpi_ex_system_signal_event | ( | union acpi_operand_object * | obj_desc | ) |
Definition at line 233 of file exsystem.c.
acpi_status acpi_ex_system_wait_event | ( | union acpi_operand_object * | time_desc, |
union acpi_operand_object * | obj_desc | ||
) |
Definition at line 263 of file exsystem.c.
acpi_status acpi_ex_system_wait_mutex | ( | acpi_mutex | mutex, |
u16 | timeout | ||
) |
Definition at line 112 of file exsystem.c.
acpi_status acpi_ex_system_wait_semaphore | ( | acpi_semaphore | semaphore, |
u16 | timeout | ||
) |
Definition at line 66 of file exsystem.c.