Searched refs:UDESC_CONFIG (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/sys/dev/usb/ |
| D | usb_subr.c | 601 err = usbd_get_desc(dev, UDESC_CONFIG, index, in usbd_set_config_no() 603 if (err || cd.bDescriptorType != UDESC_CONFIG) in usbd_set_config_no() 646 err = usbd_get_desc(dev, UDESC_CONFIG, index, in usbd_set_config_index() 650 if (cd.bDescriptorType != UDESC_CONFIG) in usbd_set_config_index() 658 err = usbd_get_desc(dev, UDESC_CONFIG, index, cdplen, cdp); in usbd_set_config_index() 666 if (cdp->bDescriptorType != UDESC_CONFIG) { in usbd_set_config_index() 1409 err = usbd_get_desc(dev, UDESC_CONFIG, index, in usbd_get_cdesc() 1411 if (err || cdescr.bDescriptorType != UDESC_CONFIG) in usbd_get_cdesc() 1418 err = usbd_get_desc(dev, UDESC_CONFIG, index, len, cdesc); in usbd_get_cdesc()
|
| D | usb.h | 133 #define UDESC_CONFIG 0x02 macro
|
| D | ohci.c | 2207 UDESC_CONFIG, 2329 case UDESC_CONFIG: in ohci_root_ctrl_start()
|
| D | uhci.c | 2720 UDESC_CONFIG, 2937 case UDESC_CONFIG: in uhci_root_ctrl_start()
|
| D | xhci.c | 2277 UDESC_CONFIG, 2504 case UDESC_CONFIG: in xhci_root_ctrl_start()
|
| D | ehci.c | 1734 UDESC_CONFIG, 1869 case UDESC_CONFIG: in ehci_root_ctrl_start()
|
| D | uvideo.c | 2572 case UDESC_CONFIG: in uvideo_dump_desc_all()
|
| /openbsd/src/usr.sbin/tcpdump/ |
| D | print-usbpcap.c | 142 case UDESC_CONFIG: in usbpcap_print_descriptor()
|
| /openbsd/src/sys/dev/usb/dwc2/ |
| D | dwc2.c | 567 .bDescriptorType = UDESC_CONFIG, 666 case C(0, UDESC_CONFIG): in dwc2_root_ctrl_start()
|