Lines Matching refs:table

38 			 struct acpi_table_header **table);
42 char *signature, struct acpi_table_header **table);
44 static void osl_unmap_table(struct acpi_table_header *table);
59 struct acpi_table_header **table,
67 struct acpi_table_header **table,
156 struct acpi_table_header **table) in acpi_os_get_table_by_address() argument
195 *table = local_table; in acpi_os_get_table_by_address()
221 struct acpi_table_header **table, in acpi_os_get_table_by_name() argument
240 osl_get_bios_table(signature, instance, table, address); in acpi_os_get_table_by_name()
245 instance, table, address); in acpi_os_get_table_by_name()
255 signature, instance, table, in acpi_os_get_table_by_name()
349 struct acpi_table_header **table, in acpi_os_get_table_by_index() argument
379 table, address); in acpi_os_get_table_by_index()
768 struct acpi_table_header **table, in osl_get_bios_table() argument
975 *table = local_table; in osl_get_bios_table()
1055 char *signature, struct acpi_table_header **table) in osl_map_table() argument
1115 *table = mapped_table; in osl_map_table()
1131 static void osl_unmap_table(struct acpi_table_header *table) in osl_unmap_table() argument
1133 if (table) { in osl_unmap_table()
1134 acpi_os_unmap_memory(table, ap_get_table_length(table)); in osl_unmap_table()
1198 struct acpi_table_header **table) in osl_read_table_from_file() argument
1282 *table = local_table; in osl_read_table_from_file()
1310 struct acpi_table_header **table, in osl_get_customized_table() argument
1370 status = osl_read_table_from_file(table_filename, 0, table); in osl_get_customized_table()