Home
last modified time | relevance | path

Searched refs:intel_nhlt_ssp_endpoint_mask (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/sound/
H A Dintel-nhlt.h137 int intel_nhlt_ssp_endpoint_mask(struct nhlt_acpi_table *nhlt, u8 device_type);
169 static inline int intel_nhlt_ssp_endpoint_mask(struct nhlt_acpi_table *nhlt, u8 device_type) in intel_nhlt_ssp_endpoint_mask() function
/openbmc/linux/sound/hda/
H A Dintel-nhlt.c138 int intel_nhlt_ssp_endpoint_mask(struct nhlt_acpi_table *nhlt, u8 device_type) in intel_nhlt_ssp_endpoint_mask() function
158 EXPORT_SYMBOL(intel_nhlt_ssp_endpoint_mask);
H A Dintel-dsp-config.c575 intel_nhlt_ssp_endpoint_mask(nhlt, NHLT_DEVICE_I2S)) in snd_intel_dsp_find_config()
/openbmc/linux/sound/soc/sof/intel/
H A Dhda.c899 ssp_mask = intel_nhlt_ssp_endpoint_mask(nhlt, NHLT_DEVICE_I2S); in check_nhlt_ssp_mask()