Searched defs:fsg_dev (Results 1 – 1 of 1) sorted by relevance
291 struct fsg_dev { struct292 struct usb_function function;293 struct usb_gadget *gadget; /* Copy of cdev->gadget */294 struct fsg_common *common;296 u16 interface_number;320 static inline struct fsg_dev *fsg_from_func(struct usb_function *f) in fsg_from_func() argument