Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/gadget/
Df_mass_storage.c291 struct fsg_common { struct
292 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 …]