/src/sys/dev/usb/ |
usbdivar.h | 54 * ubm_rhctrl - 112 int (*ubm_rhctrl)(struct usbd_bus *, member in struct:usbd_bus_methods
|
usbroothub.c | 560 actlen = bus->ub_methods->ubm_rhctrl(bus, req, buf, buflen); 595 * with the bus's ubm_rhctrl to be useful, and usually at most
|
vhci.c | 89 .ubm_rhctrl = vhci_roothub_ctrl,
|
motg.c | 240 .ubm_rhctrl = motg_roothub_ctrl,
|
ohci.c | 293 .ubm_rhctrl = ohci_roothub_ctrl,
|
uhci.c | 335 .ubm_rhctrl = uhci_roothub_ctrl,
|
ehci.c | 330 .ubm_rhctrl = ehci_roothub_ctrl,
|
xhci.c | 240 .ubm_rhctrl = xhci_roothub_ctrl,
|
/src/sys/rump/dev/lib/libugenhc/ |
ugenhc.c | 895 .ubm_rhctrl = ugenhc_roothub_ctrl,
|
/src/sys/arch/mips/adm5120/dev/ |
ahci.c | 174 .ubm_rhctrl = ahci_roothub_ctrl,
|
/src/sys/external/bsd/dwc2/ |
dwc2.c | 184 .ubm_rhctrl = dwc2_roothub_ctrl,
|
/src/sys/dev/ic/ |
sl811hs.c | 710 .ubm_rhctrl = slhci_roothub_ctrl,
|