Searched refs:acpi_madt_oem_check (Results 1 – 5 of 5) sorted by relevance
29 int (*acpi_madt_oem_check)(char *oem_id, char *oem_table_id); member48 APICFUNC(acpi_madt_oem_check)
101 int __init acpi_madt_oem_check(char *oem_id, char *oem_table_id) in acpi_madt_oem_check() function105 if (apic_probe[i]->acpi_madt_oem_check(oem_id, oem_table_id)) { in acpi_madt_oem_check()
5 int acpi_madt_oem_check(char *oem_id, char *oem_table_id);
11 static inline int __init acpi_madt_oem_check(char *oem_id, char *oem_table_id) in acpi_madt_oem_check() function
77 acpi_madt_oem_check(madt->header.oem_id, madt->header.oem_table_id); in acpi_parse_madt()
Completed in 10 milliseconds