Home
last modified time | relevance | path

Searched refs:allocx (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/sys/dev/usb/
Dusbdivar.h67 struct usbd_xfer * (*allocx)(struct usbd_bus *); member
Dusbdi.c410 xfer = dev->bus->methods->allocx(dev->bus); in usbd_alloc_xfer()
Dohci.c237 .allocx = ohci_allocx,
Duhci.c254 .allocx = uhci_allocx,
Dxhci.c165 .allocx = xhci_allocx,
Dehci.c225 .allocx = ehci_allocx,
/openbsd/src/sys/dev/usb/dwc2/
Ddwc2.c143 .allocx = dwc2_allocx,