Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/usb/
H A Dusb.h345 uByte bDescLength; member
375 uByte bDescLength; member
H A Dohci.c2485 hubd.bDescLength = USB_HUB_DESCRIPTOR_SIZE + i; in ohci_root_ctrl_start()
2486 l = min(len, hubd.bDescLength); in ohci_root_ctrl_start()
H A Dxhci.c2658 hubd.bDescLength = USB_HUB_DESCRIPTOR_SIZE + i; in xhci_root_ctrl_start()
2659 l = min(len, hubd.bDescLength); in xhci_root_ctrl_start()
H A Dehci.c2019 hubd.bDescLength = USB_HUB_DESCRIPTOR_SIZE + i; in ehci_root_ctrl_start()
2020 l = min(len, hubd.bDescLength); in ehci_root_ctrl_start()
/openbsd-src/sys/dev/usb/dwc2/
H A Ddwc2_hcd.c3587 hub_desc->bDescLength = 9; in dwc2_hcd_hub_control()