Home | History | Annotate | Download | only in cmd

Lines Matching refs:descriptor

152 	uint packet_size = dev->descriptor.bMaxPacketSize0;
154 if (dev->descriptor.bDescriptorType == USB_DT_DEVICE) {
157 (dev->descriptor.bcdUSB>>8) & 0xff,
158 dev->descriptor.bcdUSB & 0xff);
164 if (dev->descriptor.bDeviceClass) {
166 usb_display_class_sub(dev->descriptor.bDeviceClass,
167 dev->descriptor.bDeviceSubClass,
168 dev->descriptor.bDeviceProtocol);
175 if (dev->descriptor.bcdUSB >= cpu_to_le16(0x0300))
178 packet_size, dev->descriptor.bNumConfigurations);
180 dev->descriptor.idVendor, dev->descriptor.idProduct,
181 (dev->descriptor.bcdDevice>>8) & 0xff,
182 dev->descriptor.bcdDevice & 0xff);