Home
last modified time | relevance | path

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

/linux/drivers/dma/dw/ !
H A 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 …]
H A Dacpi.c11 struct dw_dma *dw = to_dw_dma(chan->device); in dw_dma_acpi_filter()
H A Ddw.c16 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dw_dma_initialize_chan()
H A Didma32.c48 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in idma32_initialize_chan_xbar()
H A Dregs.h363 static inline struct dw_dma *to_dw_dma(struct dma_device *ddev) in to_dw_dma() function