Searched refs:ppbus_dma_free (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/sys/dev/ppbus/ |
| D | lpt.c | 178 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()
|
| D | ppbus_conf.h | 137 PARPORT_DMA_FREE_T ppbus_dma_free; member
|
| D | ppbus_base.h | 158 int ppbus_dma_free(device_t, void **, bus_addr_t *, bus_size_t);
|
| D | ppbus_base.c | 302 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()
|
| D | ppbus_conf.c | 131 ppbus->ppbus_dma_free = sc_link->parport_dma_free; in ppbus_attach()
|