Lines Matching refs:usb_configuration
57 struct usb_configuration;
190 struct usb_configuration *config;
202 int (*bind)(struct usb_configuration *,
204 void (*unbind)(struct usb_configuration *,
233 int usb_add_function(struct usb_configuration *, struct usb_function *);
238 int usb_interface_id(struct usb_configuration *, struct usb_function *);
287 struct usb_configuration { struct
298 void (*unbind)(struct usb_configuration *); argument
299 int (*setup)(struct usb_configuration *, argument
322 struct usb_configuration *, argument
323 int (*)(struct usb_configuration *));
326 struct usb_configuration *);
466 struct usb_configuration *config;
471 struct usb_configuration *os_desc_config;
587 struct usb_configuration *usb_get_config(struct usb_composite_dev *cdev,
590 struct usb_configuration *config);
591 void usb_remove_function(struct usb_configuration *c, struct usb_function *f);