Home
last modified time | relevance | path

Searched defs:fsg_common (Results 1 – 3 of 3) sorted by relevance

/drivers/usb/gadget/
Df_mass_storage.c252 struct fsg_common { struct
253 struct usb_gadget *gadget;
254 struct usb_composite_dev *cdev;
255 struct fsg_dev *fsg, *new_fsg;
256 wait_queue_head_t fsg_wait;
259 struct rw_semaphore filesem;
262 spinlock_t lock;
264 struct usb_ep *ep0; /* Copy of gadget->ep0 */
265 struct usb_request *ep0req; /* Copy of cdev->req */
266 unsigned int ep0_req_tag;
[all …]
Dacm_ms.c109 static struct fsg_common fsg_common; variable
Dmulti.c134 static struct fsg_common fsg_common; variable