Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/dma/dw/
Dcore.c82 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_desc_get()
101 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_desc_put()
119 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_initialize()
159 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_do_single_block()
181 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_dostart()
298 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_get_sent()
549 struct dw_dma *dw = to_dw_dma(chan->device); in dwc_prep_dma_memcpy()
627 struct dw_dma *dw = to_dw_dma(chan->device); in dwc_prep_slave_sg()
790 struct dw_dma *dw = to_dw_dma(chan->device); in dwc_config()
802 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_chan_pause()
[all …]
Ddw.c16 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dw_dma_initialize_chan()
Dregs.h361 static inline struct dw_dma *to_dw_dma(struct dma_device *ddev) in to_dw_dma() function