UDESC_CONFIG 1576 dev/usb/ehci.c UDESC_CONFIG,
UDESC_CONFIG 1730 dev/usb/ehci.c case UDESC_CONFIG:
UDESC_CONFIG 2304 dev/usb/ohci.c UDESC_CONFIG,
UDESC_CONFIG 2441 dev/usb/ohci.c case UDESC_CONFIG:
UDESC_CONFIG 2917 dev/usb/uhci.c UDESC_CONFIG,
UDESC_CONFIG 3149 dev/usb/uhci.c case UDESC_CONFIG:
UDESC_CONFIG 643 dev/usb/usb_subr.c err = usbd_get_desc(dev, UDESC_CONFIG, index, len, cdp);
UDESC_CONFIG 651 dev/usb/usb_subr.c if (cdp->bDescriptorType != UDESC_CONFIG) {
UDESC_CONFIG 87 dev/usb/usbdi_util.c err = usbd_get_desc(dev, UDESC_CONFIG, confidx,
UDESC_CONFIG 91 dev/usb/usbdi_util.c if (d->bDescriptorType != UDESC_CONFIG) {
UDESC_CONFIG 104 dev/usb/usbdi_util.c return (usbd_get_desc(dev, UDESC_CONFIG, conf, size, d));
UDESC_CONFIG 326 dev/usb/usbf.c case UDESC_CONFIG:
UDESC_CONFIG 616 dev/usb/usbf.c { UDESC_CONFIG, "Configuration" },
UDESC_CONFIG 418 dev/usb/usbf_subr.c cd->bDescriptorType = UDESC_CONFIG;