nhlt 128 include/sound/intel-nhlt.h int intel_nhlt_get_dmic_geo(struct device *dev, struct nhlt_acpi_table *nhlt); nhlt 144 include/sound/intel-nhlt.h struct nhlt_acpi_table *nhlt) nhlt 56 sound/hda/intel-nhlt.c void intel_nhlt_free(struct nhlt_acpi_table *nhlt) nhlt 58 sound/hda/intel-nhlt.c memunmap((void *)nhlt); nhlt 62 sound/hda/intel-nhlt.c int intel_nhlt_get_dmic_geo(struct device *dev, struct nhlt_acpi_table *nhlt) nhlt 70 sound/hda/intel-nhlt.c if (!nhlt) nhlt 73 sound/hda/intel-nhlt.c epnt = (struct nhlt_endpoint *)nhlt->desc; nhlt 75 sound/hda/intel-nhlt.c for (j = 0; j < nhlt->endpoint_count; j++) { nhlt 2041 sound/pci/hda/hda_intel.c struct nhlt_acpi_table *nhlt; nhlt 2046 sound/pci/hda/hda_intel.c nhlt = intel_nhlt_init(&pci->dev); nhlt 2047 sound/pci/hda/hda_intel.c if (nhlt) { nhlt 2048 sound/pci/hda/hda_intel.c if (intel_nhlt_get_dmic_geo(&pci->dev, nhlt)) { nhlt 2052 sound/pci/hda/hda_intel.c intel_nhlt_free(nhlt); nhlt 91 sound/soc/intel/skylake/skl-nhlt.c struct nhlt_acpi_table *nhlt = skl->nhlt; nhlt 97 sound/soc/intel/skylake/skl-nhlt.c epnt = (struct nhlt_endpoint *)nhlt->desc; nhlt 99 sound/soc/intel/skylake/skl-nhlt.c dev_dbg(dev, "endpoint count =%d\n", nhlt->endpoint_count); nhlt 101 sound/soc/intel/skylake/skl-nhlt.c for (j = 0; j < nhlt->endpoint_count; j++) { nhlt 135 sound/soc/intel/skylake/skl-nhlt.c struct nhlt_acpi_table *nhlt = (struct nhlt_acpi_table *)skl->nhlt; nhlt 140 sound/soc/intel/skylake/skl-nhlt.c nhlt->header.oem_id, nhlt->header.oem_table_id, nhlt 141 sound/soc/intel/skylake/skl-nhlt.c nhlt->header.oem_revision); nhlt 144 sound/soc/intel/skylake/skl-nhlt.c skl->pci_id, nhlt->header.oem_id, nhlt->header.oem_table_id, nhlt 145 sound/soc/intel/skylake/skl-nhlt.c nhlt->header.oem_revision, "-tplg.bin"); nhlt 158 sound/soc/intel/skylake/skl-nhlt.c struct nhlt_acpi_table *nhlt = (struct nhlt_acpi_table *)skl->nhlt; nhlt 162 sound/soc/intel/skylake/skl-nhlt.c nhlt->header.oem_id, nhlt->header.oem_table_id, nhlt 163 sound/soc/intel/skylake/skl-nhlt.c nhlt->header.oem_revision); nhlt 337 sound/soc/intel/skylake/skl-nhlt.c struct nhlt_acpi_table *nhlt = (struct nhlt_acpi_table *)skl->nhlt; nhlt 343 sound/soc/intel/skylake/skl-nhlt.c epnt = (struct nhlt_endpoint *)nhlt->desc; nhlt 344 sound/soc/intel/skylake/skl-nhlt.c for (i = 0; i < nhlt->endpoint_count; i++) { nhlt 523 sound/soc/intel/skylake/skl.c skl->nhlt); nhlt 1035 sound/soc/intel/skylake/skl.c skl->nhlt = intel_nhlt_init(bus->dev); nhlt 1037 sound/soc/intel/skylake/skl.c if (skl->nhlt == NULL) { nhlt 1101 sound/soc/intel/skylake/skl.c intel_nhlt_free(skl->nhlt); nhlt 1150 sound/soc/intel/skylake/skl.c intel_nhlt_free(skl->nhlt); nhlt 70 sound/soc/intel/skylake/skl.h struct nhlt_acpi_table *nhlt; /* nhlt ptr */ nhlt 303 sound/soc/sof/intel/hda.c struct nhlt_acpi_table *nhlt; nhlt 306 sound/soc/sof/intel/hda.c nhlt = intel_nhlt_init(sdev->dev); nhlt 307 sound/soc/sof/intel/hda.c if (nhlt) { nhlt 308 sound/soc/sof/intel/hda.c dmic_num = intel_nhlt_get_dmic_geo(sdev->dev, nhlt); nhlt 309 sound/soc/sof/intel/hda.c intel_nhlt_free(nhlt);