Lines Matching refs:table_header
276 * @table_header: where does the table start?
295 struct acpi_table_header *table_header,
305 table_end = (unsigned long)table_header + table_header->length;
311 ((unsigned long)table_header + table_size);
360 struct acpi_table_header *table_header = NULL;
376 acpi_get_table(id, instance, &table_header);
377 if (!table_header) {
382 count = acpi_parse_entries_array(id, table_size, table_header,
385 acpi_put_table(table_header);