Home
last modified time | relevance | path

Searched refs:allocm (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/sys/dev/
Daudio_if.h119 void *(*allocm)(void *, int, size_t, int, int); member
Daudio.c566 if (hw->allocm)
567 r->start = hw->allocm(hdl, direction, r->bufsize, M_DEVBUF,
/mirbsd/src/sys/dev/usb/
Dusbdivar.h61 usbd_status (*allocm)(struct usbd_bus *, usb_dma_t *, member
Dusbdi.c307 err = bus->methods->allocm(bus, dmap, size); in usbd_transfer()
364 err = bus->methods->allocm(bus, &xfer->dmabuf, size); in usbd_alloc_buffer()