Searched defs:fsg_common (Results 1 – 1 of 1) sorted by relevance
234 struct fsg_common { struct235 struct usb_gadget *gadget;236 struct usb_composite_dev *cdev;237 struct fsg_dev *fsg;238 wait_queue_head_t io_wait;239 wait_queue_head_t fsg_wait;242 struct rw_semaphore filesem;245 spinlock_t lock;247 struct usb_ep *ep0; /* Copy of gadget->ep0 */248 struct usb_request *ep0req; /* Copy of cdev->req */[all …]