Lines Matching refs:nhlt
91 struct nhlt_acpi_table *nhlt = skl->nhlt; in skl_get_ep_blob() local
97 epnt = (struct nhlt_endpoint *)nhlt->desc; in skl_get_ep_blob()
99 dev_dbg(dev, "endpoint count =%d\n", nhlt->endpoint_count); in skl_get_ep_blob()
101 for (j = 0; j < nhlt->endpoint_count; j++) { in skl_get_ep_blob()
135 struct nhlt_acpi_table *nhlt = (struct nhlt_acpi_table *)skl->nhlt; in skl_nhlt_update_topology_bin() local
140 nhlt->header.oem_id, nhlt->header.oem_table_id, in skl_nhlt_update_topology_bin()
141 nhlt->header.oem_revision); in skl_nhlt_update_topology_bin()
144 skl->pci_id, nhlt->header.oem_id, nhlt->header.oem_table_id, in skl_nhlt_update_topology_bin()
145 nhlt->header.oem_revision, "-tplg.bin"); in skl_nhlt_update_topology_bin()
158 struct nhlt_acpi_table *nhlt = (struct nhlt_acpi_table *)skl->nhlt; in skl_nhlt_platform_id_show() local
162 nhlt->header.oem_id, nhlt->header.oem_table_id, in skl_nhlt_platform_id_show()
163 nhlt->header.oem_revision); in skl_nhlt_platform_id_show()
337 struct nhlt_acpi_table *nhlt = (struct nhlt_acpi_table *)skl->nhlt; in skl_get_clks() local
343 epnt = (struct nhlt_endpoint *)nhlt->desc; in skl_get_clks()
344 for (i = 0; i < nhlt->endpoint_count; i++) { in skl_get_clks()