Home
last modified time | relevance | path

Searched refs:LPASS_MAX_HDMI_DMA_CHANNELS (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/sound/soc/qcom/
Dlpass.h22 #define LPASS_MAX_HDMI_DMA_CHANNELS (4) macro
152 struct snd_pcm_substream *hdmi_substream[LPASS_MAX_HDMI_DMA_CHANNELS];
174 struct regmap_field *hdmitx_ch_msb[LPASS_MAX_HDMI_DMA_CHANNELS];
175 struct regmap_field *hdmitx_ch_lsb[LPASS_MAX_HDMI_DMA_CHANNELS];
178 struct lpass_hdmitx_dmactl *hdmi_tx_dmactl[LPASS_MAX_HDMI_DMA_CHANNELS];
Dlpass-cpu.c661 for (i = 0; i < LPASS_MAX_HDMI_DMA_CHANNELS; i++) { in lpass_hdmi_init_bitfields()
Dlpass-platform.c1063 for (chan = 0; chan < LPASS_MAX_HDMI_DMA_CHANNELS; chan++) { in lpass_platform_hdmiif_irq()