Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ppbus/
Dlpt.c178 ppbus_dma_free(parent, &(sc->sc_inbuf), in lpt_attach()
229 ppbus_dma_free(device_parent(self), &(lpt->sc_inbuf), in lpt_detach()
231 ppbus_dma_free(device_parent(self), &(lpt->sc_outbuf), in lpt_detach()
Dppbus_conf.h137 PARPORT_DMA_FREE_T ppbus_dma_free; member
Dppbus_base.h158 int ppbus_dma_free(device_t, void **, bus_addr_t *, bus_size_t);
Dppbus_base.c302 ppbus_dma_free(device_t dev, void ** buf, bus_addr_t * addr, in ppbus_dma_free() function
308 ppbus->ppbus_dma_free(device_parent(dev), buf, addr, size); in ppbus_dma_free()
Dppbus_conf.c131 ppbus->ppbus_dma_free = sc_link->parport_dma_free; in ppbus_attach()