#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/smp.h>
#include <linux/string.h>
#include <linux/types.h>
#include <linux/irq.h>
#include <linux/errno.h>
#include <linux/acpi.h>
#include <linux/bootmem.h>
Go to the source code of this file.
#define ACPI_MAX_TABLES 128 |
int __init acpi_table_parse |
( |
char * |
id, |
|
|
acpi_table_handler |
handler |
|
) |
| |
acpi_table_parse - find table with , run on it
: table id to find : handler to run
Scan the ACPI System Descriptor Table (STD) for a table matching , run on it. Return 0 if table found, return on if not.
Definition at line 288 of file tables.c.
int __init acpi_table_parse_entries |
( |
char * |
id, |
|
|
unsigned long |
table_size, |
|
|
int |
entry_id, |
|
|
acpi_table_entry_handler |
handler, |
|
|
unsigned int |
max_entries |
|
) |
| |
early_param |
( |
"acpi_apic_instance" |
, |
|
|
acpi_parse_apic_instance |
|
|
) |
| |