Searched refs:acpi_gbl_nhlt (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/acpi/ |
D | nhlt.c | 19 static struct acpi_table_nhlt *acpi_gbl_nhlt; variable 39 status = acpi_get_table(ACPI_SIG_NHLT, 0, (struct acpi_table_header **)(&acpi_gbl_nhlt)); in acpi_nhlt_get_gbl_table() 40 if (!acpi_gbl_nhlt) in acpi_nhlt_get_gbl_table() 41 acpi_gbl_nhlt = &empty_nhlt; in acpi_nhlt_get_gbl_table() 51 acpi_put_table((struct acpi_table_header *)acpi_gbl_nhlt); in acpi_nhlt_put_gbl_table() 123 return acpi_nhlt_tb_find_endpoint(acpi_gbl_nhlt, link_type, dev_type, dir, bus_id); in acpi_nhlt_find_endpoint() 223 return acpi_nhlt_tb_find_fmtcfg(acpi_gbl_nhlt, link_type, dev_type, dir, bus_id, in acpi_nhlt_find_fmtcfg()
|