Home
last modified time | relevance | path

Searched defs:fsg_common (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Df_mass_storage.c293 struct fsg_common { struct
294 struct usb_gadget *gadget;
295 struct fsg_dev *fsg, *new_fsg;
297 struct usb_ep *ep0; /* Copy of gadget->ep0 */
298 struct usb_request *ep0req; /* Copy of cdev->req */
299 unsigned int ep0_req_tag;
301 struct fsg_buffhd *next_buffhd_to_fill;
302 struct fsg_buffhd *next_buffhd_to_drain;
303 struct fsg_buffhd buffhds[FSG_NUM_BUFFERS];
305 int cmnd_size;
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_mass_storage.c262 struct fsg_common { struct
263 struct usb_gadget *gadget;
264 struct usb_composite_dev *cdev;
265 struct fsg_dev *fsg;
266 wait_queue_head_t io_wait;
267 wait_queue_head_t fsg_wait;
270 struct rw_semaphore filesem;
273 spinlock_t lock;
275 struct usb_ep *ep0; /* Copy of gadget->ep0 */
276 struct usb_request *ep0req; /* Copy of cdev->req */
[all …]