Searched refs:xdma_channel_alloc (Results 1 – 5 of 5) sorted by relevance
691 sc->xchan_tx = xdma_channel_alloc(sc->xdma_tx, caps); in cqspi_attach()697 sc->xchan_rx = xdma_channel_alloc(sc->xdma_rx, caps); in cqspi_attach()
243 xdma_channel_t * xdma_channel_alloc(xdma_controller_t *, uint32_t caps);
210 sc->xchan = xdma_channel_alloc(sc->xdma); in xdmatest_test()
109 xdma_channel_alloc(xdma_controller_t *xdma, uint32_t caps) in xdma_channel_alloc() function
619 DEVMETHOD(xdma_channel_alloc, pl330_channel_alloc),