Searched refs:table_header (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/acpi/
H A Dblacklist.c112 struct acpi_table_header table_header; local
115 if (acpi_get_table_header(acpi_blacklist[i].table, 0, &table_header)) {
120 if (strncmp(acpi_blacklist[i].oem_id, table_header.oem_id, 6)) {
126 (acpi_blacklist[i].oem_table_id, table_header.oem_table_id,
135 && table_header.oem_revision <=
139 && table_header.oem_revision >=
142 && table_header.oem_revision ==
H A Dtables.c180 struct acpi_table_header *table_header = NULL; local
189 acpi_get_table(id, acpi_apic_instance, &table_header);
191 acpi_get_table(id, 0, &table_header);
193 if (!table_header) {
198 table_end = (unsigned long)table_header + table_header->length;
203 ((unsigned long)table_header + table_size);

Completed in 108 milliseconds