HomeSort by: relevance | last modified time | path
    Searched refs:fdtbus_dma_get_index (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/fdt/
fdt_dma.h 86 fdtbus_dma_get_index(int, u_int, void (*)(void *), void *);
fdt_dma.c 81 fdtbus_dma_get_index(int phandle, u_int index, void (*cb)(void *), void *cbarg) function in typeref:struct:fdtbus_dma *
142 return fdtbus_dma_get_index(phandle, index, cb, cbarg);

Completed in 11 milliseconds