Go to the source code of this file.
|
| static uint64_t | acpi_id_object_to_string (aml_object_t *idObject, char *out, size_t outSize) |
| |
| static uint64_t | acpi_sta_get_flags (aml_object_t *device, acpi_sta_flags_t *out) |
| |
| static uint64_t | acpi_ids_push (acpi_ids_t *ids, const char *hid, const char *cid, const char *path) |
| |
| static uint64_t | acpi_ids_push_if_absent (acpi_ids_t *ids, const char *hid, const char *path) |
| |
| static uint64_t | acpi_ids_push_device (acpi_ids_t *ids, aml_object_t *device, const char *path) |
| |
| static aml_object_t * | acpi_sb_init (void) |
| |
| static uint64_t | acpi_device_init_children (acpi_ids_t *ids, aml_object_t *device, const char *path) |
| |
| static int | acpi_id_compare (const void *left, const void *right) |
| |
| static void | acpi_device_cfg_free (acpi_device_cfg_t *cfg) |
| |
| static uint64_t | acpi_device_configure (const char *name) |
| |
| uint64_t | acpi_devices_init (void) |
| | Enumerate, configure and load modules for ACPI devices.
|
| |
| acpi_device_cfg_t * | acpi_device_cfg_lookup (const char *name) |
| | Retrieves the ACPI device configuration for a device by its name.
|
| |
| uint64_t | acpi_device_cfg_get_port (acpi_device_cfg_t *cfg, uint64_t index, port_t *out) |
| | Retrieves an the nth IO port assigned to an ACPI device.
|
| |
◆ acpi_id_object_to_string()
◆ acpi_sta_get_flags()
◆ acpi_ids_push()
| static uint64_t acpi_ids_push |
( |
acpi_ids_t * |
ids, |
|
|
const char * |
hid, |
|
|
const char * |
cid, |
|
|
const char * |
path |
|
) |
| |
|
static |
◆ acpi_ids_push_if_absent()
| static uint64_t acpi_ids_push_if_absent |
( |
acpi_ids_t * |
ids, |
|
|
const char * |
hid, |
|
|
const char * |
path |
|
) |
| |
|
static |
◆ acpi_ids_push_device()
◆ acpi_sb_init()
◆ acpi_device_init_children()
◆ acpi_id_compare()
| static int acpi_id_compare |
( |
const void * |
left, |
|
|
const void * |
right |
|
) |
| |
|
static |
◆ acpi_device_cfg_free()
◆ acpi_device_configure()
| static uint64_t acpi_device_configure |
( |
const char * |
name | ) |
|
|
static |