Searched refs:gfs_otg_desc (Results 1 – 1 of 1) sorted by relevance
87 static const struct usb_descriptor_header *gfs_otg_desc[2]; variable394 if (gadget_is_otg(cdev->gadget) && !gfs_otg_desc[0]) { in gfs_bind()401 gfs_otg_desc[0] = usb_desc; in gfs_bind()402 gfs_otg_desc[1] = NULL; in gfs_bind()425 kfree(gfs_otg_desc[0]); in gfs_bind()426 gfs_otg_desc[0] = NULL; in gfs_bind()468 kfree(gfs_otg_desc[0]); in gfs_unbind()469 gfs_otg_desc[0] = NULL; in gfs_unbind()489 c->descriptors = gfs_otg_desc; in gfs_do_config()