Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dma/dw/
Dcore.c106 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_desc_get()
125 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_desc_put()
179 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_initialize()
219 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in bytes2block()
239 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in block2bytes()
253 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_do_single_block()
275 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_dostart()
642 struct dw_dma *dw = to_dw_dma(chan->device); in dwc_prep_dma_memcpy()
718 struct dw_dma *dw = to_dw_dma(chan->device); in dwc_prep_slave_sg()
878 struct dw_dma *dw = to_dw_dma(chan->device); in dwc_config()
[all …]
Dregs.h335 static inline struct dw_dma *to_dw_dma(struct dma_device *ddev) in to_dw_dma() function