Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/dma/dw/
Dcore.c80 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_desc_get()
99 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_desc_put()
117 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_initialize()
152 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_do_single_block()
174 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_dostart()
291 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_get_sent()
542 struct dw_dma *dw = to_dw_dma(chan->device); in dwc_prep_dma_memcpy()
620 struct dw_dma *dw = to_dw_dma(chan->device); in dwc_prep_slave_sg()
802 struct dw_dma *dw = to_dw_dma(chan->device); in dwc_verify_p_buswidth()
834 struct dw_dma *dw = to_dw_dma(chan->device); in dwc_verify_m_buswidth()
[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.h363 static inline struct dw_dma *to_dw_dma(struct dma_device *ddev) in to_dw_dma() function