Lines Matching refs:usb_configuration
61 struct usb_configuration;
199 struct usb_configuration *config;
211 int (*bind)(struct usb_configuration *,
213 void (*unbind)(struct usb_configuration *,
245 int usb_add_function(struct usb_configuration *, struct usb_function *);
250 int usb_interface_id(struct usb_configuration *, struct usb_function *);
302 struct usb_configuration { struct
313 void (*unbind)(struct usb_configuration *); argument
314 int (*setup)(struct usb_configuration *, argument
338 struct usb_configuration *, argument
339 int (*)(struct usb_configuration *));
342 struct usb_configuration *);
483 struct usb_configuration *config;
488 struct usb_configuration *os_desc_config;
605 struct usb_configuration *usb_get_config(struct usb_composite_dev *cdev,
608 struct usb_configuration *config);
609 void usb_remove_function(struct usb_configuration *c, struct usb_function *f);