Home
last modified time | relevance | path

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

/linux/drivers/dma/idxd/
H A Ddma.c272 rc = dma_async_device_channel_register(dma, chan, NULL); in idxd_register_dma_channel()
/linux/drivers/dma/
H A Ddmaengine.c1122 int dma_async_device_channel_register(struct dma_device *device, in dma_async_device_channel_register() function
1135 EXPORT_SYMBOL_GPL(dma_async_device_channel_register);
/linux/include/linux/
H A Ddmaengine.h1620 int dma_async_device_channel_register(struct dma_device *device,
/linux/drivers/dma/stm32/
H A Dstm32-dma3.c1832 ret = dma_async_device_channel_register(&ddata->dma_dev, &chan->vchan.chan, name); in stm32_dma3_probe()