Searched refs:ppbus_dma_free (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/dev/ppbus/
H A Dppbus_conf.h137 PARPORT_DMA_FREE_T ppbus_dma_free; member in struct:ppbus_softc
H A Dppbus_base.h158 int ppbus_dma_free(device_t, void **, bus_addr_t *, bus_size_t);
H A Dlpt.c178 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),
H A Dppbus_base.c302 ppbus_dma_free(device_t dev, void ** buf, bus_addr_t * addr, function
308 ppbus->ppbus_dma_free(device_parent(dev), buf, addr, size);
H A Dppbus_conf.c131 ppbus->ppbus_dma_free = sc_link->parport_dma_free;

Completed in 182 milliseconds