|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
| #define | KMSG_COMPONENT "SFI" |
| #define | pr_fmt(fmt) KMSG_COMPONENT ": " fmt |
| #define | XSDT_GET_NUM_ENTRIES(ptable, entry_type) |
Functions | |
| int __init | sfi_acpi_init (void) |
| int | sfi_acpi_table_parse (char *signature, char *oem_id, char *oem_table_id, int(*handler)(struct acpi_table_header *)) |
| void __init | sfi_acpi_sysfs_init (void) |
| #define KMSG_COMPONENT "SFI" |
Definition at line 59 of file sfi_acpi.c.
| #define pr_fmt | ( | fmt | ) | KMSG_COMPONENT ": " fmt |
Definition at line 60 of file sfi_acpi.c.
| #define XSDT_GET_NUM_ENTRIES | ( | ptable, | |
| entry_type | |||
| ) |
Definition at line 78 of file sfi_acpi.c.
Definition at line 118 of file sfi_acpi.c.
Definition at line 203 of file sfi_acpi.c.
| int sfi_acpi_table_parse | ( | char * | signature, |
| char * | oem_id, | ||
| char * | oem_table_id, | ||
| int(*)(struct acpi_table_header *) | handler | ||
| ) |
Definition at line 154 of file sfi_acpi.c.
1.8.2