Searched refs:nhlt_acpi_table (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/include/sound/ |
D | intel-nhlt.h | 78 struct nhlt_acpi_table { struct 129 struct nhlt_acpi_table *intel_nhlt_init(struct device *dev); 131 void intel_nhlt_free(struct nhlt_acpi_table *addr); 133 int intel_nhlt_get_dmic_geo(struct device *dev, struct nhlt_acpi_table *nhlt); 135 bool intel_nhlt_has_endpoint_type(struct nhlt_acpi_table *nhlt, u8 link_type); 137 int intel_nhlt_ssp_endpoint_mask(struct nhlt_acpi_table *nhlt, u8 device_type); 139 int intel_nhlt_ssp_mclk_mask(struct nhlt_acpi_table *nhlt, int ssp_num); 142 intel_nhlt_get_endpoint_blob(struct device *dev, struct nhlt_acpi_table *nhlt, 148 static inline struct nhlt_acpi_table *intel_nhlt_init(struct device *dev) in intel_nhlt_init() 153 static inline void intel_nhlt_free(struct nhlt_acpi_table *addr) in intel_nhlt_free() [all …]
|
/linux-6.1.9/sound/hda/ |
D | intel-nhlt.c | 7 struct nhlt_acpi_table *intel_nhlt_init(struct device *dev) in intel_nhlt_init() 9 struct nhlt_acpi_table *nhlt; in intel_nhlt_init() 23 void intel_nhlt_free(struct nhlt_acpi_table *nhlt) in intel_nhlt_free() 29 int intel_nhlt_get_dmic_geo(struct device *dev, struct nhlt_acpi_table *nhlt) in intel_nhlt_get_dmic_geo() 119 bool intel_nhlt_has_endpoint_type(struct nhlt_acpi_table *nhlt, u8 link_type) in intel_nhlt_has_endpoint_type() 138 int intel_nhlt_ssp_endpoint_mask(struct nhlt_acpi_table *nhlt, u8 device_type) in intel_nhlt_ssp_endpoint_mask() 171 int intel_nhlt_ssp_mclk_mask(struct nhlt_acpi_table *nhlt, int ssp_num) in intel_nhlt_ssp_mclk_mask() 286 intel_nhlt_get_endpoint_blob(struct device *dev, struct nhlt_acpi_table *nhlt, in intel_nhlt_get_endpoint_blob()
|
D | intel-dsp-config.c | 504 struct nhlt_acpi_table *nhlt; in snd_intel_dsp_check_dmic()
|
/linux-6.1.9/sound/soc/intel/skylake/ |
D | skl-nhlt.c | 33 struct nhlt_acpi_table *nhlt = (struct nhlt_acpi_table *)skl->nhlt; in skl_nhlt_update_topology_bin() 56 struct nhlt_acpi_table *nhlt = (struct nhlt_acpi_table *)skl->nhlt; in platform_id_show() 250 struct nhlt_acpi_table *nhlt = (struct nhlt_acpi_table *)skl->nhlt; in skl_get_clks()
|
D | skl.h | 70 struct nhlt_acpi_table *nhlt; /* nhlt ptr */
|
/linux-6.1.9/sound/soc/sof/intel/ |
D | hda.c | 736 struct nhlt_acpi_table *nhlt; in check_dmic_num() 762 struct nhlt_acpi_table *nhlt; in check_nhlt_ssp_mask() 781 struct nhlt_acpi_table *nhlt; in check_nhlt_ssp_mclk_mask() 1187 struct nhlt_acpi_table *nhlt = hda->nhlt; in hda_dsp_remove()
|
D | hda.h | 523 struct nhlt_acpi_table *nhlt;
|
/linux-6.1.9/sound/soc/intel/avs/ |
D | avs.h | 134 struct nhlt_acpi_table *nhlt;
|
D | path.c | 145 struct nhlt_acpi_table *nhlt = adev->nhlt; in avs_copier_create()
|