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 *,
235 int usb_add_function(struct usb_configuration *, struct usb_function *);
240 int usb_interface_id(struct usb_configuration *, struct usb_function *);
289 struct usb_configuration { struct
300 void (*unbind)(struct usb_configuration *); argument
301 int (*setup)(struct usb_configuration *, argument
324 struct usb_configuration *, argument
325 int (*)(struct usb_configuration *));
328 struct usb_configuration *);
468 struct usb_configuration *config;
473 struct usb_configuration *os_desc_config;
589 struct usb_configuration *usb_get_config(struct usb_composite_dev *cdev,
592 struct usb_configuration *config);
593 void usb_remove_function(struct usb_configuration *c, struct usb_function *f);