Searched refs:lpaif_dmactl (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/sound/soc/qcom/ |
D | lpass.h | 75 struct lpaif_dmactl { struct 162 struct lpaif_dmactl *rd_dmactl; 163 struct lpaif_dmactl *wr_dmactl; 164 struct lpaif_dmactl *hdmi_rd_dmactl; 167 struct lpaif_dmactl *rxtx_rd_dmactl; 168 struct lpaif_dmactl *rxtx_wr_dmactl; 169 struct lpaif_dmactl *va_wr_dmactl;
|
D | lpass-cdc-dma.c | 33 struct lpaif_dmactl **dmactl, int *id) in __lpass_get_dmactl_handle() 127 struct lpaif_dmactl *dmactl = NULL; in __lpass_platform_codec_intf_init() 218 struct lpaif_dmactl *dmactl = NULL; in lpass_cdc_dma_daiops_hw_params() 261 struct lpaif_dmactl *dmactl; in lpass_cdc_dma_daiops_trigger()
|
D | lpass-platform.c | 104 struct lpaif_dmactl *rd_dmactl, *wr_dmactl; in lpass_platform_alloc_rxtx_dmactl_fields() 132 struct lpaif_dmactl *wr_dmactl; in lpass_platform_alloc_va_dmactl_fields() 149 struct lpaif_dmactl *rd_dmactl, *wr_dmactl; in lpass_platform_alloc_dmactl_fields() 152 drvdata->rd_dmactl = devm_kzalloc(dev, sizeof(struct lpaif_dmactl), in lpass_platform_alloc_dmactl_fields() 157 drvdata->wr_dmactl = devm_kzalloc(dev, sizeof(struct lpaif_dmactl), in lpass_platform_alloc_dmactl_fields() 179 struct lpaif_dmactl *rd_dmactl; in lpass_platform_alloc_hdmidmactl_fields() 181 rd_dmactl = devm_kzalloc(dev, sizeof(struct lpaif_dmactl), GFP_KERNEL); in lpass_platform_alloc_hdmidmactl_fields() 321 static struct lpaif_dmactl *__lpass_get_dmactl_handle(const struct snd_pcm_substream *substream, in __lpass_get_dmactl_handle() 327 struct lpaif_dmactl *dmactl = NULL; in __lpass_get_dmactl_handle() 428 struct lpaif_dmactl *dmactl; in lpass_platform_pcmops_hw_params() [all …]
|