Home
last modified time | relevance | path

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

/freebsd/sys/dev/xilinx/
H A Dif_xae.c780 xdma_put(sc->xdma_tx); in get_xdma_std()
1068 xdma_put(sc->xdma_tx); in xae_detach()
1069 xdma_put(sc->xdma_rx); in xae_detach()
/freebsd/sys/dev/xdma/
H A Dxdma.h235 int xdma_put(xdma_controller_t *xdma);
H A Dxdma_fdt_test.c279 err = xdma_put(sc->xdma); in xdmatest_verify()
H A Dxdma.c538 xdma_put(xdma_controller_t *xdma) in xdma_put() function