Home
last modified time | relevance | path

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

/drivers/dma/dw/
Dcore.c79 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_desc_get()
98 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_desc_put()
116 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_initialize()
151 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_do_single_block()
173 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_dostart()
290 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_get_sent()
541 struct dw_dma *dw = to_dw_dma(chan->device); in dwc_prep_dma_memcpy()
619 struct dw_dma *dw = to_dw_dma(chan->device); in dwc_prep_slave_sg()
786 struct dw_dma *dw = to_dw_dma(chan->device); in dwc_config()
803 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()
Didma32.c48 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in idma32_initialize_chan_xbar()
Dregs.h364 static inline struct dw_dma *to_dw_dma(struct dma_device *ddev) in to_dw_dma() function