Searched defs:usb_configuration (Results 1 – 2 of 2) sorted by relevance
92661 struct usb_configuration { struct92665 void (*unbind)(struct usb_configuration *); argument92666 int (*setup)(struct usb_configuration *, const struct usb_ctrlrequest *); argument92667 u8 bConfigurationValue;92668 u8 iConfiguration;92669 u8 bmAttributes;92670 u16 MaxPower;92671 struct usb_composite_dev *cdev;92672 struct list_head list;92673 struct list_head functions;[all …]
102357 struct usb_configuration { struct102361 void (*unbind)(struct usb_configuration *); argument102362 int (*setup)(struct usb_configuration *, const struct usb_ctrlrequest *); argument102363 u8 bConfigurationValue;102364 u8 iConfiguration;102365 u8 bmAttributes;102366 u16 MaxPower;102367 struct usb_composite_dev *cdev;102368 struct list_head list;102369 struct list_head functions;[all …]