Lines Matching refs:table
132 static acpi_status ae_local_load_table(struct acpi_table_header *table) in ae_local_load_table() argument
141 if (!table) { in ae_local_load_table()
145 table_info.pointer = table; in ae_local_load_table()
205 struct acpi_table_header *table; in acpi_db_get_table_from_file() local
208 status = acpi_ut_read_table_from_file(filename, &table); in acpi_db_get_table_from_file()
214 is_aml_table = acpi_ut_is_aml_table(table); in acpi_db_get_table_from_file()
219 table->signature)); in acpi_db_get_table_from_file()
228 status = ae_local_load_table(table); in acpi_db_get_table_from_file()
233 table->signature); in acpi_db_get_table_from_file()
242 acpi_tb_print_table_header(0, table); in acpi_db_get_table_from_file()
246 table->signature); in acpi_db_get_table_from_file()
251 *return_table = table; in acpi_db_get_table_from_file()