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