Searched defs:fsg_common (Results 1 – 1 of 1) sorted by relevance
262 struct fsg_common { struct263 struct usb_gadget *gadget;264 struct usb_composite_dev *cdev;265 struct fsg_dev *fsg;266 wait_queue_head_t io_wait;267 wait_queue_head_t fsg_wait;270 struct rw_semaphore filesem;273 spinlock_t lock;275 struct usb_ep *ep0; /* Copy of gadget->ep0 */276 struct usb_request *ep0req; /* Copy of cdev->req */[all …]