Searched defs:fsg_common (Results 1 – 3 of 3) sorted by relevance
347 struct fsg_common { struct348 struct usb_gadget *gadget;349 struct usb_composite_dev *cdev;350 struct fsg_dev *fsg, *new_fsg;351 wait_queue_head_t fsg_wait;354 struct rw_semaphore filesem;357 spinlock_t lock;359 struct usb_ep *ep0; /* Copy of gadget->ep0 */360 struct usb_request *ep0req; /* Copy of cdev->req */361 unsigned int ep0_req_tag;[all …]
121 static struct fsg_common fsg_common; variable
149 static struct fsg_common fsg_common; variable