Lines Matching defs:qual
785 struct usb_qualifier_descriptor *qual = cdev->req->buf;
787 qual->bLength = sizeof(*qual);
788 qual->bDescriptorType = USB_DT_DEVICE_QUALIFIER;
790 qual->bcdUSB = cdev->desc.bcdUSB;
791 qual->bDeviceClass = cdev->desc.bDeviceClass;
792 qual->bDeviceSubClass = cdev->desc.bDeviceSubClass;
793 qual->bDeviceProtocol = cdev->desc.bDeviceProtocol;
795 qual->bMaxPacketSize0 = cdev->gadget->ep0->maxpacket;
796 qual->bNumConfigurations = count_configs(cdev, USB_DT_DEVICE_QUALIFIER);
797 qual->bRESERVED = 0;