Lines Matching refs:th
81 struct acpi_table_header *th) in acpi_to_sfi_th() argument
83 return (struct sfi_table_header *)th; in acpi_to_sfi_th()
87 struct sfi_table_header *th) in sfi_to_acpi_th() argument
89 return (struct acpi_table_header *)th; in sfi_to_acpi_th()
97 static int __init sfi_acpi_parse_xsdt(struct sfi_table_header *th) in sfi_acpi_parse_xsdt() argument
103 xsdt_va = (struct acpi_table_xsdt *)th; in sfi_acpi_parse_xsdt()
181 struct acpi_table_header *th = NULL; in sfi_acpi_table_show() local
189 th = sfi_acpi_get_table(&key); in sfi_acpi_table_show()
190 if (!th) in sfi_acpi_table_show()
194 th, th->length); in sfi_acpi_table_show()
195 sfi_acpi_put_table(th); in sfi_acpi_table_show()