Searched defs:fsg_common (Results 1 – 1 of 1) sorted by relevance
233 struct fsg_common { struct234 struct usb_gadget *gadget;235 struct usb_composite_dev *cdev;236 struct fsg_dev *fsg;237 wait_queue_head_t io_wait;238 wait_queue_head_t fsg_wait;241 struct rw_semaphore filesem;244 spinlock_t lock;246 struct usb_ep *ep0; /* Copy of gadget->ep0 */247 struct usb_request *ep0req; /* Copy of cdev->req */[all …]