Searched refs:gfs_otg_desc (Results 1 – 1 of 1) sorted by relevance
91 static const struct usb_descriptor_header *gfs_otg_desc[2]; variable401 if (gadget_is_otg(cdev->gadget) && !gfs_otg_desc[0]) { in gfs_bind()408 gfs_otg_desc[0] = usb_desc; in gfs_bind()409 gfs_otg_desc[1] = NULL; in gfs_bind()432 kfree(gfs_otg_desc[0]); in gfs_bind()433 gfs_otg_desc[0] = NULL; in gfs_bind()475 kfree(gfs_otg_desc[0]); in gfs_unbind()476 gfs_otg_desc[0] = NULL; in gfs_unbind()496 c->descriptors = gfs_otg_desc; in gfs_do_config()