Searched defs:fsg_common (Results 1 – 3 of 3) sorted by relevance
252 struct fsg_common { struct253 struct usb_gadget *gadget;254 struct usb_composite_dev *cdev;255 struct fsg_dev *fsg, *new_fsg;256 wait_queue_head_t fsg_wait;259 struct rw_semaphore filesem;262 spinlock_t lock;264 struct usb_ep *ep0; /* Copy of gadget->ep0 */265 struct usb_request *ep0req; /* Copy of cdev->req */266 unsigned int ep0_req_tag;[all …]
109 static struct fsg_common fsg_common; variable
134 static struct fsg_common fsg_common; variable