Lines Matching refs:nhlt

67 void skl_nhlt_free(struct nhlt_acpi_table *nhlt)  in skl_nhlt_free()  argument
69 memunmap((void *) nhlt); in skl_nhlt_free()
147 struct nhlt_acpi_table *nhlt = skl->nhlt; in skl_get_ep_blob() local
153 epnt = (struct nhlt_endpoint *)nhlt->desc; in skl_get_ep_blob()
155 dev_dbg(dev, "endpoint count =%d\n", nhlt->endpoint_count); in skl_get_ep_blob()
157 for (j = 0; j < nhlt->endpoint_count; j++) { in skl_get_ep_blob()
176 struct nhlt_acpi_table *nhlt = (struct nhlt_acpi_table *)skl->nhlt; in skl_get_dmic_geo() local
183 epnt = (struct nhlt_endpoint *)nhlt->desc; in skl_get_dmic_geo()
185 for (j = 0; j < nhlt->endpoint_count; j++) { in skl_get_dmic_geo()
230 struct nhlt_acpi_table *nhlt = (struct nhlt_acpi_table *)skl->nhlt; in skl_nhlt_update_topology_bin() local
235 nhlt->header.oem_id, nhlt->header.oem_table_id, in skl_nhlt_update_topology_bin()
236 nhlt->header.oem_revision); in skl_nhlt_update_topology_bin()
239 skl->pci_id, nhlt->header.oem_id, nhlt->header.oem_table_id, in skl_nhlt_update_topology_bin()
240 nhlt->header.oem_revision, "-tplg.bin"); in skl_nhlt_update_topology_bin()
253 struct nhlt_acpi_table *nhlt = (struct nhlt_acpi_table *)skl->nhlt; in skl_nhlt_platform_id_show() local
257 nhlt->header.oem_id, nhlt->header.oem_table_id, in skl_nhlt_platform_id_show()
258 nhlt->header.oem_revision); in skl_nhlt_platform_id_show()
432 struct nhlt_acpi_table *nhlt = (struct nhlt_acpi_table *)skl->nhlt; in skl_get_clks() local
438 epnt = (struct nhlt_endpoint *)nhlt->desc; in skl_get_clks()
439 for (i = 0; i < nhlt->endpoint_count; i++) { in skl_get_clks()