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 *);
299 struct usb_configuration { struct
310 void (*unbind)(struct usb_configuration *); argument
311 int (*setup)(struct usb_configuration *, argument
335 struct usb_configuration *, argument
336 int (*)(struct usb_configuration *));
339 struct usb_configuration *);
480 struct usb_configuration *config;
485 struct usb_configuration *os_desc_config;
602 struct usb_configuration *usb_get_config(struct usb_composite_dev *cdev,
605 struct usb_configuration *config);
606 void usb_remove_function(struct usb_configuration *c, struct usb_function *f);