Searched defs:fsg_common (Results 1 – 2 of 2) sorted by relevance
93354 struct fsg_common { struct93355 struct usb_gadget *gadget;93356 struct usb_composite_dev *cdev;93357 struct fsg_dev *fsg;93358 wait_queue_head_t io_wait;93359 wait_queue_head_t fsg_wait;93360 struct rw_semaphore filesem;93361 spinlock_t lock;93362 struct usb_ep *ep0;93363 struct usb_request *ep0req;[all …]
103050 struct fsg_common { struct103051 struct usb_gadget *gadget;103052 struct usb_composite_dev *cdev;103053 struct fsg_dev *fsg;103054 wait_queue_head_t io_wait;103055 wait_queue_head_t fsg_wait;103056 struct rw_semaphore filesem;103057 spinlock_t lock;103058 struct usb_ep *ep0;103059 struct usb_request *ep0req;[all …]