Lines Matching refs:usb_configuration
47 struct usb_configuration;
185 struct usb_configuration *config;
197 int (*bind)(struct usb_configuration *,
199 void (*unbind)(struct usb_configuration *,
231 int usb_add_function(struct usb_configuration *, struct usb_function *);
236 int usb_interface_id(struct usb_configuration *, struct usb_function *);
288 struct usb_configuration { struct
299 void (*unbind)(struct usb_configuration *); argument
300 int (*setup)(struct usb_configuration *, argument
324 struct usb_configuration *, argument
325 int (*)(struct usb_configuration *));
328 struct usb_configuration *);
469 struct usb_configuration *config;
474 struct usb_configuration *os_desc_config;
593 struct usb_configuration *usb_get_config(struct usb_composite_dev *cdev,
596 struct usb_configuration *config);
597 void usb_remove_function(struct usb_configuration *c, struct usb_function *f);