Searched refs:to_dw_dma (Results 1 – 3 of 3) sorted by relevance
82 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()154 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_do_single_block()176 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_dostart()293 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_get_sent()544 struct dw_dma *dw = to_dw_dma(chan->device); in dwc_prep_dma_memcpy()622 struct dw_dma *dw = to_dw_dma(chan->device); in dwc_prep_slave_sg()789 struct dw_dma *dw = to_dw_dma(chan->device); in dwc_config()806 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_chan_pause()[all …]
16 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dw_dma_initialize_chan()
364 static inline struct dw_dma *to_dw_dma(struct dma_device *ddev) in to_dw_dma() function