Home
last modified time | relevance | path

Searched refs:gfs_otg_desc (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/legacy/
Dg_ffs.c87 static const struct usb_descriptor_header *gfs_otg_desc[2]; variable
394 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()