Searched defs:fsg_dev (Results 1 – 2 of 2) sorted by relevance
369 struct fsg_dev { struct370 struct usb_function function;371 struct usb_gadget *gadget; /* Copy of cdev->gadget */372 struct fsg_common *common;374 u16 interface_number;376 unsigned int bulk_in_enabled:1;400 static inline struct fsg_dev *fsg_from_func(struct usb_function *f) in fsg_from_func() argument
292 struct fsg_dev { struct293 struct usb_function function;294 struct usb_gadget *gadget; /* Copy of cdev->gadget */295 struct fsg_common *common;297 u16 interface_number;321 static inline struct fsg_dev *fsg_from_func(struct usb_function *f) in fsg_from_func() argument