Lines Matching refs:usb_composite_dev
316 struct usb_composite_dev *cdev;
330 int usb_add_config(struct usb_composite_dev *,
334 void usb_remove_config(struct usb_composite_dev *,
388 int (*bind)(struct usb_composite_dev *cdev);
389 int (*unbind)(struct usb_composite_dev *);
391 void (*disconnect)(struct usb_composite_dev *);
394 void (*suspend)(struct usb_composite_dev *);
395 void (*resume)(struct usb_composite_dev *);
416 extern void usb_composite_setup_continue(struct usb_composite_dev *cdev);
418 struct usb_composite_dev *cdev);
419 extern int composite_os_desc_req_prepare(struct usb_composite_dev *cdev,
421 void composite_dev_cleanup(struct usb_composite_dev *cdev);
454 struct usb_composite_dev { struct
502 extern int usb_string_id(struct usb_composite_dev *c); argument
503 extern int usb_string_ids_tab(struct usb_composite_dev *c,
505 extern struct usb_string *usb_gstrings_attach(struct usb_composite_dev *cdev,
508 extern int usb_string_ids_n(struct usb_composite_dev *c, unsigned n);
554 void usb_composite_overwrite_options(struct usb_composite_dev *cdev,
590 struct usb_configuration *usb_get_config(struct usb_composite_dev *cdev,
592 int usb_add_config_only(struct usb_composite_dev *cdev,