Home
last modified time | relevance | path

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

/linux-3.3/drivers/usb/gadget/
Df_mass_storage.c347 struct fsg_common { struct
348 struct usb_gadget *gadget;
349 struct usb_composite_dev *cdev;
350 struct fsg_dev *fsg, *new_fsg;
351 wait_queue_head_t fsg_wait;
354 struct rw_semaphore filesem;
357 spinlock_t lock;
359 struct usb_ep *ep0; /* Copy of gadget->ep0 */
360 struct usb_request *ep0req; /* Copy of cdev->req */
361 unsigned int ep0_req_tag;
[all …]
Dacm_ms.c121 static struct fsg_common fsg_common; variable
Dmulti.c149 static struct fsg_common fsg_common; variable