Lines Matching refs:rt_dma_controller
22 rt_err_t rt_dma_controller_register(struct rt_dma_controller *ctrl) in rt_dma_controller_register()
60 rt_err_t rt_dma_controller_unregister(struct rt_dma_controller *ctrl) in rt_dma_controller_unregister()
93 struct rt_dma_controller *ctrl; in rt_dma_chan_start()
121 struct rt_dma_controller *ctrl; in rt_dma_chan_stop()
150 struct rt_dma_controller *ctrl; in rt_dma_chan_config()
242 struct rt_dma_controller *ctrl; in rt_dma_prep_memcpy()
305 struct rt_dma_controller *ctrl; in rt_dma_prep_cyclic()
380 struct rt_dma_controller *ctrl; in rt_dma_prep_single()
450 static struct rt_dma_controller *ofw_find_dma_controller(struct rt_device *dev, in ofw_find_dma_controller()
453 struct rt_dma_controller *ctrl = RT_NULL; in ofw_find_dma_controller()
491 struct rt_dma_controller *ctrl = RT_NULL; in rt_dma_chan_request()
505 struct rt_dma_controller *ctrl_tmp; in rt_dma_chan_request()