Symbol: USB_DT_CONFIG
drivers/usb/common/debug.c
115
case USB_DT_CONFIG:
drivers/usb/core/config.c
671
if (config->desc.bDescriptorType != USB_DT_CONFIG ||
drivers/usb/core/config.c
779
header->bDescriptorType == USB_DT_CONFIG)
drivers/usb/core/config.c
948
result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno,
drivers/usb/core/config.c
978
result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno,
drivers/usb/core/hcd.c
208
USB_DT_CONFIG, /* __u8 bDescriptorType; Configuration */
drivers/usb/core/hcd.c
255
USB_DT_CONFIG, /* __u8 bDescriptorType; Configuration */
drivers/usb/core/hcd.c
303
USB_DT_CONFIG, /* __u8 bDescriptorType; Configuration */
drivers/usb/core/hcd.c
566
case USB_DT_CONFIG << 8:
drivers/usb/core/hub.c
5354
length = usb_get_descriptor(udev, USB_DT_CONFIG, index, buf,
drivers/usb/gadget/composite.c
1840
case USB_DT_CONFIG:
drivers/usb/gadget/function/f_fs.c
2544
case USB_DT_CONFIG:
drivers/usb/gadget/legacy/inode.c
1402
case USB_DT_CONFIG:
drivers/usb/gadget/legacy/inode.c
1790
return config->bDescriptorType == USB_DT_CONFIG
drivers/usb/gadget/legacy/inode.c
1852
if (kbuf [1] == USB_DT_CONFIG) {
drivers/usb/gadget/udc/aspeed-vhub/hub.c
100
.bDescriptorType = USB_DT_CONFIG,
drivers/usb/gadget/udc/aspeed-vhub/hub.c
298
case USB_DT_CONFIG:
drivers/usb/gadget/udc/aspeed-vhub/hub.c
459
case USB_DT_CONFIG:
drivers/usb/misc/usbtest.c
1254
req.wValue = cpu_to_le16((USB_DT_CONFIG << 8) | 0);
drivers/usb/misc/usbtest.c
1282
req.wValue = cpu_to_le16((USB_DT_CONFIG << 8) | 0);
drivers/usb/misc/usbtest.c
1310
req.wValue = cpu_to_le16((USB_DT_CONFIG << 8) | 0);
drivers/usb/misc/usbtest.c
1330
req.wValue = cpu_to_le16((USB_DT_CONFIG << 8) | 0);
drivers/usb/misc/usbtest.c
713
case USB_DT_CONFIG:
drivers/usb/misc/usbtest.c
980
retval = usb_get_descriptor(udev, USB_DT_CONFIG, i,
include/uapi/linux/usb/ch9.h
281
#define USB_DT_CS_CONFIG (USB_TYPE_CLASS | USB_DT_CONFIG)