Searched refs:qual (Results 1 – 2 of 2) sorted by relevance
337 struct usb_qualifier_descriptor *qual = cdev->req->buf; in device_qual() local339 qual->bLength = sizeof(*qual); in device_qual()340 qual->bDescriptorType = USB_DT_DEVICE_QUALIFIER; in device_qual()342 qual->bcdUSB = cdev->desc.bcdUSB; in device_qual()343 qual->bDeviceClass = cdev->desc.bDeviceClass; in device_qual()344 qual->bDeviceSubClass = cdev->desc.bDeviceSubClass; in device_qual()345 qual->bDeviceProtocol = cdev->desc.bDeviceProtocol; in device_qual()347 qual->bMaxPacketSize0 = cdev->gadget->ep0->maxpacket; in device_qual()348 qual->bNumConfigurations = count_configs(cdev, USB_DT_DEVICE_QUALIFIER); in device_qual()349 qual->bRESERVED = 0; in device_qual()
39 warning-3 += -Wcast-qual
Completed in 4 milliseconds