Home
last modified time | relevance | path

Searched refs:nhlt_acpi_table (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/include/sound/
Dintel-nhlt.h80 struct nhlt_acpi_table { struct
124 struct nhlt_acpi_table *intel_nhlt_init(struct device *dev);
126 void intel_nhlt_free(struct nhlt_acpi_table *addr);
128 int intel_nhlt_get_dmic_geo(struct device *dev, struct nhlt_acpi_table *nhlt);
132 struct nhlt_acpi_table;
134 static inline struct nhlt_acpi_table *intel_nhlt_init(struct device *dev) in intel_nhlt_init()
139 static inline void intel_nhlt_free(struct nhlt_acpi_table *addr) in intel_nhlt_free()
144 struct nhlt_acpi_table *nhlt) in intel_nhlt_get_dmic_geo()
/Linux-v5.4/sound/hda/
Dintel-nhlt.c14 struct nhlt_acpi_table *intel_nhlt_init(struct device *dev) in intel_nhlt_init()
19 struct nhlt_acpi_table *nhlt_table = NULL; in intel_nhlt_init()
40 nhlt_table = (struct nhlt_acpi_table *) in intel_nhlt_init()
56 void intel_nhlt_free(struct nhlt_acpi_table *nhlt) in intel_nhlt_free()
62 int intel_nhlt_get_dmic_geo(struct device *dev, struct nhlt_acpi_table *nhlt) in intel_nhlt_get_dmic_geo()
/Linux-v5.4/sound/soc/intel/skylake/
Dskl-nhlt.c91 struct nhlt_acpi_table *nhlt = skl->nhlt; in skl_get_ep_blob()
135 struct nhlt_acpi_table *nhlt = (struct nhlt_acpi_table *)skl->nhlt; in skl_nhlt_update_topology_bin()
158 struct nhlt_acpi_table *nhlt = (struct nhlt_acpi_table *)skl->nhlt; in skl_nhlt_platform_id_show()
337 struct nhlt_acpi_table *nhlt = (struct nhlt_acpi_table *)skl->nhlt; in skl_get_clks()
Dskl.h70 struct nhlt_acpi_table *nhlt; /* nhlt ptr */
/Linux-v5.4/sound/soc/sof/intel/
Dhda.c302 struct nhlt_acpi_table *nhlt; in check_nhlt_dmic()
/Linux-v5.4/sound/pci/hda/
Dhda_intel.c2025 struct nhlt_acpi_table *nhlt; in azx_check_dmic()