Searched defs:fsg_common (Results 1 – 1 of 1) sorted by relevance
235 struct fsg_common { struct236 struct usb_gadget *gadget;237 struct usb_composite_dev *cdev;238 struct fsg_dev *fsg;239 wait_queue_head_t io_wait;240 wait_queue_head_t fsg_wait;243 struct rw_semaphore filesem;246 spinlock_t lock;248 struct usb_ep *ep0; /* Copy of gadget->ep0 */249 struct usb_request *ep0req; /* Copy of cdev->req */[all …]