Lines Matching refs:nhlt
3 * skl-nhlt.c - Intel SKL Platform NHLT parsing
12 #include <sound/intel-nhlt.h>
91 struct nhlt_acpi_table *nhlt = skl->nhlt;
97 epnt = (struct nhlt_endpoint *)nhlt->desc;
99 dev_dbg(dev, "endpoint count =%d\n", nhlt->endpoint_count);
101 for (j = 0; j < nhlt->endpoint_count; j++) {
135 struct nhlt_acpi_table *nhlt = (struct nhlt_acpi_table *)skl->nhlt;
140 nhlt->header.oem_id, nhlt->header.oem_table_id,
141 nhlt->header.oem_revision);
144 skl->pci_id, nhlt->header.oem_id, nhlt->header.oem_table_id,
145 nhlt->header.oem_revision, "-tplg.bin");
158 struct nhlt_acpi_table *nhlt = (struct nhlt_acpi_table *)skl->nhlt;
162 nhlt->header.oem_id, nhlt->header.oem_table_id,
163 nhlt->header.oem_revision);
185 if (skl->nhlt)
352 struct nhlt_acpi_table *nhlt = (struct nhlt_acpi_table *)skl->nhlt;
358 epnt = (struct nhlt_endpoint *)nhlt->desc;
359 for (i = 0; i < nhlt->endpoint_count; i++) {