HomeSort by: relevance | last modified time | path
    Searched refs:ub_rhaddr (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/dev/usb/
usbdivar.h 188 uint8_t ub_rhaddr; /* roothub address */ member in struct:usbd_bus
usbroothub.c 526 bus->ub_rhaddr = value;
vhci.c 400 if (addr == bus->ub_rhaddr) {
ohci.c 2096 addr, ed->bEndpointAddress, bus->ub_rhaddr);
2105 if (addr == bus->ub_rhaddr) {
uhci.c 3393 bus->ub_rhaddr);
3402 if (pipe->up_dev->ud_addr == bus->ub_rhaddr) {
motg.c 525 uint8_t rhaddr = pipe->up_dev->ud_bus->ub_rhaddr;
ehci.c 1963 uint8_t rhaddr = dev->ud_bus->ub_rhaddr;
xhci.c 3776 uint8_t rhaddr = dev->ud_bus->ub_rhaddr;
  /src/sys/rump/dev/lib/libugenhc/
ugenhc.c 771 uint8_t rhaddr = dev->ud_bus->ub_rhaddr;
  /src/sys/arch/mips/adm5120/dev/
ahci.c 360 uint8_t rhaddr = dev->ud_bus->ub_rhaddr;
  /src/sys/external/bsd/dwc2/
dwc2.c 386 if (addr == dev->ud_bus->ub_rhaddr) {
  /src/sys/dev/ic/
sl811hs.c 1035 rhaddr = dev->ud_bus->ub_rhaddr;

Completed in 35 milliseconds