Lines Matching refs:table_header
321 * @table_header: where does the table start?
341 struct acpi_table_header *table_header, struct acpi_subtable_proc *proc,
350 table_end = (unsigned long)table_header + table_header->length;
356 ((unsigned long)table_header + table_size);
405 struct acpi_table_header *table_header = NULL;
421 acpi_get_table(id, instance, &table_header);
422 if (!table_header) {
427 count = acpi_parse_entries_array(id, table_size, table_header,
430 acpi_put_table(table_header);