Home
last modified time | relevance | path

Searched refs:USB_CONFIG_DESCRIPTOR_SIZE (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/sys/dev/usb/
Dusb_subr.c602 USB_CONFIG_DESCRIPTOR_SIZE, &cd); in usbd_set_config_no()
647 USB_CONFIG_DESCRIPTOR_SIZE, &cd); in usbd_set_config_index()
1410 USB_CONFIG_DESCRIPTOR_SIZE, &cdescr); in usbd_get_cdesc()
Dusb.h212 #define USB_CONFIG_DESCRIPTOR_SIZE 9 macro
Dohci.c2206 USB_CONFIG_DESCRIPTOR_SIZE,
2208 {USB_CONFIG_DESCRIPTOR_SIZE +
2334 totlen = l = min(len, USB_CONFIG_DESCRIPTOR_SIZE); in ohci_root_ctrl_start()
Duhci.c2719 USB_CONFIG_DESCRIPTOR_SIZE,
2721 {USB_CONFIG_DESCRIPTOR_SIZE +
2942 totlen = l = min(len, USB_CONFIG_DESCRIPTOR_SIZE); in uhci_root_ctrl_start()
Dxhci.c2276 USB_CONFIG_DESCRIPTOR_SIZE,
2278 {USB_CONFIG_DESCRIPTOR_SIZE +
2509 totlen = l = min(len, USB_CONFIG_DESCRIPTOR_SIZE); in xhci_root_ctrl_start()
Dehci.c1733 USB_CONFIG_DESCRIPTOR_SIZE,
1735 {USB_CONFIG_DESCRIPTOR_SIZE +
1874 totlen = l = min(len, USB_CONFIG_DESCRIPTOR_SIZE); in ehci_root_ctrl_start()
/openbsd/src/sys/dev/usb/dwc2/
Ddwc2.c566 .bLength = USB_CONFIG_DESCRIPTOR_SIZE,