Home
last modified time | relevance | path

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

/Linux-v5.10/sound/soc/qcom/
Dlpass.h21 #define LPASS_MAX_HDMI_DMA_CHANNELS (4) macro
93 struct snd_pcm_substream *hdmi_substream[LPASS_MAX_HDMI_DMA_CHANNELS];
107 struct regmap_field *hdmitx_ch_msb[LPASS_MAX_HDMI_DMA_CHANNELS];
108 struct regmap_field *hdmitx_ch_lsb[LPASS_MAX_HDMI_DMA_CHANNELS];
111 struct lpass_hdmitx_dmactl *hdmi_tx_dmactl[LPASS_MAX_HDMI_DMA_CHANNELS];
Dlpass-cpu.c544 for (i = 0; i < LPASS_MAX_HDMI_DMA_CHANNELS; i++) { in lpass_hdmi_init_bitfields()
Dlpass-platform.c773 for (chan = 0; chan < LPASS_MAX_HDMI_DMA_CHANNELS; chan++) { in lpass_platform_hdmiif_irq()