Searched refs:USB_CONFIG_DESCRIPTOR_SIZE (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/sys/dev/usb/ |
| D | usb_subr.c | 602 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()
|
| D | usb.h | 212 #define USB_CONFIG_DESCRIPTOR_SIZE 9 macro
|
| D | ohci.c | 2206 USB_CONFIG_DESCRIPTOR_SIZE, 2208 {USB_CONFIG_DESCRIPTOR_SIZE + 2334 totlen = l = min(len, USB_CONFIG_DESCRIPTOR_SIZE); in ohci_root_ctrl_start()
|
| D | uhci.c | 2719 USB_CONFIG_DESCRIPTOR_SIZE, 2721 {USB_CONFIG_DESCRIPTOR_SIZE + 2942 totlen = l = min(len, USB_CONFIG_DESCRIPTOR_SIZE); in uhci_root_ctrl_start()
|
| D | xhci.c | 2276 USB_CONFIG_DESCRIPTOR_SIZE, 2278 {USB_CONFIG_DESCRIPTOR_SIZE + 2509 totlen = l = min(len, USB_CONFIG_DESCRIPTOR_SIZE); in xhci_root_ctrl_start()
|
| D | ehci.c | 1733 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/ |
| D | dwc2.c | 566 .bLength = USB_CONFIG_DESCRIPTOR_SIZE,
|