Lines Matching refs:table_header
347 struct acpi_table_header *table_header = NULL;
352 &table_header);
356 rc = memory_read_from_buffer(buf, count, &offset, table_header,
357 table_header->length);
358 acpi_put_table(table_header);
364 struct acpi_table_header *table_header)
371 ACPI_COPY_NAMESEG(table_attr->name, table_header->signature);
385 ACPI_COPY_NAMESEG(table_attr->filename, table_header->signature);
389 (table_header->signature, 2, &header))) {
395 table_attr->attr.size = table_header->length;
514 struct acpi_table_header *table_header = NULL;
532 status = acpi_get_table_by_index(table_index, &table_header);
545 table_attr, table_header);
551 acpi_table_data_init(table_header);