Lines Matching defs:otg_desc
77 static const struct usb_descriptor_header *otg_desc[2];
139 c->descriptors = otg_desc;
221 c->descriptors = otg_desc;
398 if (gadget_is_otg(gadget) && !otg_desc[0]) {
405 otg_desc[0] = usb_desc;
406 otg_desc[1] = NULL;
426 kfree(otg_desc[0]);
427 otg_desc[0] = NULL;
471 kfree(otg_desc[0]);
472 otg_desc[0] = NULL;