Searched refs:devm_dma_request_chan (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/spi/ |
| H A D | spi-atcspi200.c | 502 spi->host->dma_rx = devm_dma_request_chan(spi->dev, "rx"); in atcspi_configure_dma() 506 spi->host->dma_tx = devm_dma_request_chan(spi->dev, "tx"); in atcspi_configure_dma()
|
| H A D | spi-rzv2h-rspi.c | 781 controller->dma_tx = devm_dma_request_chan(dev, "tx"); in rzv2h_rspi_probe() 790 controller->dma_rx = devm_dma_request_chan(dev, "rx"); in rzv2h_rspi_probe()
|
| /linux/drivers/ata/ |
| H A D | pata_pxa.c | 265 data->dma_chan = devm_dma_request_chan(&pdev->dev, "data"); in pxa_ata_probe()
|
| /linux/include/linux/ |
| H A D | dmaengine.h | 1661 struct dma_chan *devm_dma_request_chan(struct device *dev, const char *name); 1699 static inline struct dma_chan *devm_dma_request_chan(struct device *dev, const char *name) in devm_dma_request_chan() function
|
| /linux/drivers/dma/ |
| H A D | dmaengine.c | 950 struct dma_chan *devm_dma_request_chan(struct device *dev, const char *name) in devm_dma_request_chan() function 965 EXPORT_SYMBOL_GPL(devm_dma_request_chan);
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-mxs.c | 842 i2c->dmach = devm_dma_request_chan(dev, "rx-tx"); in mxs_i2c_probe()
|
| H A D | i2c-imx-lpi2c.c | 1411 dma->chan_tx = devm_dma_request_chan(dev, "tx"); in lpi2c_dma_init() 1420 dma->chan_rx = devm_dma_request_chan(dev, "rx"); in lpi2c_dma_init()
|