Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | _COMPONENT ACPI_EVENTS |
Functions | |
acpi_status | acpi_ev_system_memory_region_setup (acpi_handle handle, u32 function, void *handler_context, void **region_context) |
acpi_status | acpi_ev_io_space_region_setup (acpi_handle handle, u32 function, void *handler_context, void **region_context) |
acpi_status | acpi_ev_pci_config_region_setup (acpi_handle handle, u32 function, void *handler_context, void **region_context) |
acpi_status | acpi_ev_pci_bar_region_setup (acpi_handle handle, u32 function, void *handler_context, void **region_context) |
acpi_status | acpi_ev_cmos_region_setup (acpi_handle handle, u32 function, void *handler_context, void **region_context) |
acpi_status | acpi_ev_default_region_setup (acpi_handle handle, u32 function, void *handler_context, void **region_context) |
acpi_status | acpi_ev_initialize_region (union acpi_operand_object *region_obj, u8 acpi_ns_locked) |
#define _COMPONENT ACPI_EVENTS |
Definition at line 49 of file evrgnini.c.
acpi_status acpi_ev_cmos_region_setup | ( | acpi_handle | handle, |
u32 | function, | ||
void * | handler_context, | ||
void ** | region_context | ||
) |
Definition at line 437 of file evrgnini.c.
acpi_status acpi_ev_default_region_setup | ( | acpi_handle | handle, |
u32 | function, | ||
void * | handler_context, | ||
void ** | region_context | ||
) |
Definition at line 462 of file evrgnini.c.
acpi_status acpi_ev_initialize_region | ( | union acpi_operand_object * | region_obj, |
u8 | acpi_ns_locked | ||
) |
Definition at line 503 of file evrgnini.c.
acpi_status acpi_ev_io_space_region_setup | ( | acpi_handle | handle, |
u32 | function, | ||
void * | handler_context, | ||
void ** | region_context | ||
) |
Definition at line 133 of file evrgnini.c.
acpi_status acpi_ev_pci_bar_region_setup | ( | acpi_handle | handle, |
u32 | function, | ||
void * | handler_context, | ||
void ** | region_context | ||
) |
Definition at line 410 of file evrgnini.c.
acpi_status acpi_ev_pci_config_region_setup | ( | acpi_handle | handle, |
u32 | function, | ||
void * | handler_context, | ||
void ** | region_context | ||
) |
Definition at line 166 of file evrgnini.c.
acpi_status acpi_ev_system_memory_region_setup | ( | acpi_handle | handle, |
u32 | function, | ||
void * | handler_context, | ||
void ** | region_context | ||
) |
Definition at line 71 of file evrgnini.c.