USB_DT_CONFIG     114 drivers/usb/common/debug.c 	case USB_DT_CONFIG:
USB_DT_CONFIG     629 drivers/usb/core/config.c 	if (config->desc.bDescriptorType != USB_DT_CONFIG ||
USB_DT_CONFIG     737 drivers/usb/core/config.c 			    header->bDescriptorType == USB_DT_CONFIG)
USB_DT_CONFIG     902 drivers/usb/core/config.c 		result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno,
USB_DT_CONFIG     932 drivers/usb/core/config.c 		result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno,
USB_DT_CONFIG     232 drivers/usb/core/hcd.c 	USB_DT_CONFIG, /* __u8 bDescriptorType; Configuration */
USB_DT_CONFIG     279 drivers/usb/core/hcd.c 	USB_DT_CONFIG, /* __u8 bDescriptorType; Configuration */
USB_DT_CONFIG     327 drivers/usb/core/hcd.c 	USB_DT_CONFIG, /* __u8 bDescriptorType; Configuration */
USB_DT_CONFIG     596 drivers/usb/core/hcd.c 		case USB_DT_CONFIG << 8:
USB_DT_CONFIG    5632 drivers/usb/core/hub.c 		length = usb_get_descriptor(udev, USB_DT_CONFIG, index, buf,
USB_DT_CONFIG    1657 drivers/usb/gadget/composite.c 		case USB_DT_CONFIG:
USB_DT_CONFIG     102 drivers/usb/gadget/config.c 	cp->bDescriptorType = USB_DT_CONFIG;
USB_DT_CONFIG    2070 drivers/usb/gadget/function/f_fs.c 	case USB_DT_CONFIG:
USB_DT_CONFIG    1385 drivers/usb/gadget/legacy/inode.c 		case USB_DT_CONFIG:
USB_DT_CONFIG    1772 drivers/usb/gadget/legacy/inode.c 	return config->bDescriptorType == USB_DT_CONFIG
USB_DT_CONFIG    1833 drivers/usb/gadget/legacy/inode.c 	if (kbuf [1] == USB_DT_CONFIG) {
USB_DT_CONFIG     103 drivers/usb/gadget/udc/aspeed-vhub/hub.c 		.bDescriptorType	= USB_DT_CONFIG,
USB_DT_CONFIG     288 drivers/usb/gadget/udc/aspeed-vhub/hub.c 	case USB_DT_CONFIG:
USB_DT_CONFIG     393 drivers/usb/gadget/udc/aspeed-vhub/hub.c 		case USB_DT_CONFIG:
USB_DT_CONFIG     713 drivers/usb/misc/usbtest.c 	case USB_DT_CONFIG:
USB_DT_CONFIG     980 drivers/usb/misc/usbtest.c 		retval = usb_get_descriptor(udev, USB_DT_CONFIG, i,
USB_DT_CONFIG    1254 drivers/usb/misc/usbtest.c 			req.wValue = cpu_to_le16((USB_DT_CONFIG << 8) | 0);
USB_DT_CONFIG    1282 drivers/usb/misc/usbtest.c 			req.wValue = cpu_to_le16((USB_DT_CONFIG << 8) | 0);
USB_DT_CONFIG    1310 drivers/usb/misc/usbtest.c 			req.wValue = cpu_to_le16((USB_DT_CONFIG << 8) | 0);
USB_DT_CONFIG    1330 drivers/usb/misc/usbtest.c 			req.wValue = cpu_to_le16((USB_DT_CONFIG << 8) | 0);
USB_DT_CONFIG     274 include/uapi/linux/usb/ch9.h #define USB_DT_CS_CONFIG		(USB_TYPE_CLASS | USB_DT_CONFIG)