Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Ddmaengine.h1630 static inline struct device *dmaengine_get_dma_device(struct dma_chan *chan) in dmaengine_get_dma_device() function
/openbmc/linux/Documentation/driver-api/dmaengine/
H A Dclient.rst123 struct device *dma_dev = dmaengine_get_dma_device(chan);
/openbmc/linux/drivers/dma/ti/
H A Dk3-udma.c1642 ring_cfg.dma_dev = dmaengine_get_dma_device(&uc->vc.chan); in bcdma_alloc_bchan_resources()
1710 ring_cfg.dma_dev = dmaengine_get_dma_device(&uc->vc.chan); in udma_alloc_tx_resources()
1807 ring_cfg.dma_dev = dmaengine_get_dma_device(&uc->vc.chan); in udma_alloc_rx_resources()
2476 uc->dma_dev = dmaengine_get_dma_device(chan); in bcdma_alloc_chan_resources()
2669 uc->dma_dev = dmaengine_get_dma_device(chan); in pktdma_alloc_chan_resources()
/openbmc/linux/drivers/dma/
H A Ddmatest.c609 dma_dev = dmaengine_get_dma_device(chan); in dmatest_func()
/openbmc/linux/drivers/crypto/
H A Dsa2ul.c1127 ddev = dmaengine_get_dma_device(pdata->dma_tx); in sa_run()