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]) {
407 otg_desc[0] = usb_desc;
408 otg_desc[1] = NULL;
428 kfree(otg_desc[0]);
429 otg_desc[0] = NULL;
473 kfree(otg_desc[0]);
474 otg_desc[0] = NULL;