Lines Matching refs:table
72 char *signature, struct acpi_table_header **table);
76 char *signature, struct acpi_table_header **table);
78 static void osl_unmap_table(struct acpi_table_header *table);
93 struct acpi_table_header **table,
101 struct acpi_table_header **table,
190 struct acpi_table_header ** table) in acpi_os_get_table_by_address() argument
229 *table = local_table; in acpi_os_get_table_by_address()
255 struct acpi_table_header ** table, in acpi_os_get_table_by_name() argument
274 osl_get_bios_table(signature, instance, table, address); in acpi_os_get_table_by_name()
279 instance, table, address); in acpi_os_get_table_by_name()
289 signature, instance, table, in acpi_os_get_table_by_name()
383 struct acpi_table_header ** table, in acpi_os_get_table_by_index() argument
413 table, address); in acpi_os_get_table_by_index()
799 struct acpi_table_header **table, in osl_get_bios_table() argument
966 *table = local_table; in osl_get_bios_table()
1046 char *signature, struct acpi_table_header **table) in osl_map_table() argument
1106 *table = mapped_table; in osl_map_table()
1122 static void osl_unmap_table(struct acpi_table_header *table) in osl_unmap_table() argument
1124 if (table) { in osl_unmap_table()
1125 acpi_os_unmap_memory(table, ap_get_table_length(table)); in osl_unmap_table()
1191 char *signature, struct acpi_table_header **table) in osl_read_table_from_file() argument
1272 *table = local_table; in osl_read_table_from_file()
1300 struct acpi_table_header **table, in osl_get_customized_table() argument
1360 status = osl_read_table_from_file(table_filename, 0, NULL, table); in osl_get_customized_table()