Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/qcom/
Dlpass.h75 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;
Dlpass-cdc-dma.c34 struct lpaif_dmactl **dmactl, int *id) in __lpass_get_dmactl_handle()
128 struct lpaif_dmactl *dmactl = NULL; in __lpass_platform_codec_intf_init()
219 struct lpaif_dmactl *dmactl = NULL; in lpass_cdc_dma_daiops_hw_params()
262 struct lpaif_dmactl *dmactl = NULL; in lpass_cdc_dma_daiops_trigger()
Dlpass-platform.c105 struct lpaif_dmactl *rd_dmactl, *wr_dmactl; in lpass_platform_alloc_rxtx_dmactl_fields()
133 struct lpaif_dmactl *wr_dmactl; in lpass_platform_alloc_va_dmactl_fields()
150 struct lpaif_dmactl *rd_dmactl, *wr_dmactl; in lpass_platform_alloc_dmactl_fields()
153 drvdata->rd_dmactl = devm_kzalloc(dev, sizeof(struct lpaif_dmactl), in lpass_platform_alloc_dmactl_fields()
158 drvdata->wr_dmactl = devm_kzalloc(dev, sizeof(struct lpaif_dmactl), in lpass_platform_alloc_dmactl_fields()
180 struct lpaif_dmactl *rd_dmactl; in lpass_platform_alloc_hdmidmactl_fields()
182 rd_dmactl = devm_kzalloc(dev, sizeof(struct lpaif_dmactl), GFP_KERNEL); in lpass_platform_alloc_hdmidmactl_fields()
322 static struct lpaif_dmactl *__lpass_get_dmactl_handle(const struct snd_pcm_substream *substream, in __lpass_get_dmactl_handle()
328 struct lpaif_dmactl *dmactl = NULL; in __lpass_get_dmactl_handle()
429 struct lpaif_dmactl *dmactl; in lpass_platform_pcmops_hw_params()
[all …]