Searched defs:fsg_common (Results 1 – 2 of 2) sorted by relevance
291 struct fsg_common { struct292 struct usb_gadget *gadget;293 struct fsg_dev *fsg, *new_fsg;295 struct usb_ep *ep0; /* Copy of gadget->ep0 */296 struct usb_request *ep0req; /* Copy of cdev->req */297 unsigned int ep0_req_tag;299 struct fsg_buffhd *next_buffhd_to_fill;300 struct fsg_buffhd *next_buffhd_to_drain;301 struct fsg_buffhd buffhds[FSG_NUM_BUFFERS];303 int cmnd_size;[all …]
234 struct fsg_common { struct235 struct usb_gadget *gadget;236 struct usb_composite_dev *cdev;237 struct fsg_dev *fsg;238 wait_queue_head_t io_wait;239 wait_queue_head_t fsg_wait;242 struct rw_semaphore filesem;245 spinlock_t lock;247 struct usb_ep *ep0; /* Copy of gadget->ep0 */248 struct usb_request *ep0req; /* Copy of cdev->req */[all …]