Home
last modified time | relevance | path

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

/netbsd/sys/dev/usb/
H A Dusbroothub.c331 .bDescLength = USB_HUB_DESCRIPTOR_SIZE,
H A Dvhci.c556 hubd.bDescLength = USB_HUB_DESCRIPTOR_SIZE; in vhci_roothub_ctrl()
557 totlen = uimin(totlen, hubd.bDescLength); in vhci_roothub_ctrl()
H A Dusb.h497 uByte bDescLength; member
H A Duhub.c235 hd->bDescLength = USB_HUB_DESCRIPTOR_SIZE + in usbd_get_hub_desc()
H A Dohci.c2522 hubd.bDescLength = USB_HUB_DESCRIPTOR_SIZE + i; in ohci_roothub_ctrl()
2523 totlen = uimin(totlen, hubd.bDescLength); in ohci_roothub_ctrl()
H A Dxhci.c4151 hubd.bDescLength = USB_HUB_DESCRIPTOR_SIZE + i; in xhci_roothub_ctrl_locked()
4152 totlen = uimin(totlen, hubd.bDescLength); in xhci_roothub_ctrl_locked()
H A Dehci.c2524 hubd.bDescLength = USB_HUB_DESCRIPTOR_SIZE + i; in ehci_roothub_ctrl_locked()
2525 totlen = uimin(totlen, hubd.bDescLength); in ehci_roothub_ctrl_locked()
/netbsd/sys/external/bsd/dwc2/dist/
H A Ddwc2_hcd.c1673 hub_desc->bDescLength = 9; in dwc2_hcd_hub_control()