/src/sys/dev/usb/ |
usbdivar.h | 49 * ubm_allocx - 104 struct usbd_xfer *(*ubm_allocx)(struct usbd_bus *, unsigned int); member in struct:usbd_bus_methods
|
vhci.c | 86 .ubm_allocx = vhci_allocx,
|
usbdi.c | 612 xfer = dev->ud_bus->ub_methods->ubm_allocx(dev->ud_bus, nframes);
|
motg.c | 235 .ubm_allocx = motg_allocx,
|
ohci.c | 288 .ubm_allocx = ohci_allocx,
|
uhci.c | 330 .ubm_allocx = uhci_allocx,
|
xhci.c | 234 .ubm_allocx = xhci_allocx,
|
ehci.c | 325 .ubm_allocx = ehci_allocx,
|
/src/sys/rump/dev/lib/libugenhc/ |
ugenhc.c | 892 .ubm_allocx = ugenhc_allocx,
|
/src/sys/arch/mips/adm5120/dev/ |
ahci.c | 170 .ubm_allocx = ahci_allocx,
|
/src/sys/external/bsd/dwc2/ |
dwc2.c | 179 .ubm_allocx = dwc2_allocx,
|
/src/sys/dev/ic/ |
sl811hs.c | 707 .ubm_allocx = slhci_allocx,
|