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()
802 struct acpi_table_header **table, in osl_get_bios_table() argument
969 *table = local_table; in osl_get_bios_table()
1049 char *signature, struct acpi_table_header **table) in osl_map_table() argument
1109 *table = mapped_table; in osl_map_table()
1125 static void osl_unmap_table(struct acpi_table_header *table) in osl_unmap_table() argument
1127 if (table) { in osl_unmap_table()
1128 acpi_os_unmap_memory(table, ap_get_table_length(table)); in osl_unmap_table()
1194 char *signature, struct acpi_table_header **table) in osl_read_table_from_file() argument
1275 *table = local_table; in osl_read_table_from_file()
1303 struct acpi_table_header **table, in osl_get_customized_table() argument
1363 status = osl_read_table_from_file(table_filename, 0, NULL, table); in osl_get_customized_table()