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

  /src/sys/dev/ppbus/
ppbus_conf.h 137 PARPORT_DMA_FREE_T ppbus_dma_free; member in struct:ppbus_softc
ppbus_base.h 158 int ppbus_dma_free(device_t, void **, bus_addr_t *, bus_size_t);
lpt.c 178 ppbus_dma_free(parent, &(sc->sc_inbuf),
229 ppbus_dma_free(device_parent(self), &(lpt->sc_inbuf),
231 ppbus_dma_free(device_parent(self), &(lpt->sc_outbuf),
ppbus_base.c 302 ppbus_dma_free(device_t dev, void ** buf, bus_addr_t * addr, function in typeref:typename:int
308 ppbus->ppbus_dma_free(device_parent(dev), buf, addr, size);
ppbus_conf.c 131 ppbus->ppbus_dma_free = sc_link->parport_dma_free;

Completed in 13 milliseconds