Home
last modified time | relevance | path

Searched refs:UDESC_HUB (Results 1 – 5 of 5) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/dwc2/
H A Ddwc2.h200 #define USB_DT_HUB UDESC_HUB
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/usb/
H A Dusbroothub.c234 .bDescriptorType = UDESC_HUB,
H A Dusb.h158 #define UDESC_HUB 0x29 macro
H A Duhub.c194 USETW2(req.wValue, UDESC_HUB, 0); in usbd_get_hub_desc()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dsl811hs.c3354 if (value == (UDESC_HUB<<8)) { in slhci_roothub_ctrl()