Searched defs:fsg_dev (Results 1 – 2 of 2) sorted by relevance
371 struct fsg_dev { struct372 struct usb_function function;373 struct usb_gadget *gadget; /* Copy of cdev->gadget */374 struct fsg_common *common;376 u16 interface_number;378 unsigned int bulk_in_enabled:1;402 static inline struct fsg_dev *fsg_from_func(struct usb_function *f) in fsg_from_func() argument
320 struct fsg_dev { struct321 struct usb_function function;322 struct usb_gadget *gadget; /* Copy of cdev->gadget */323 struct fsg_common *common;325 u16 interface_number;349 static inline struct fsg_dev *fsg_from_func(struct usb_function *f) in fsg_from_func() argument