Searched defs:fsg_common (Results 1 – 1 of 1) sorted by relevance
258 struct fsg_common { struct259 struct usb_gadget *gadget;260 struct usb_composite_dev *cdev;261 struct fsg_dev *fsg, *new_fsg;262 wait_queue_head_t fsg_wait;265 struct rw_semaphore filesem;268 spinlock_t lock;270 struct usb_ep *ep0; /* Copy of gadget->ep0 */271 struct usb_request *ep0req; /* Copy of cdev->req */272 unsigned int ep0_req_tag;[all …]