Lines Matching refs:usb_composite_dev
323 struct usb_composite_dev *cdev;
337 int usb_add_config(struct usb_composite_dev *,
341 void usb_remove_config(struct usb_composite_dev *,
395 int (*bind)(struct usb_composite_dev *cdev);
396 int (*unbind)(struct usb_composite_dev *);
398 void (*disconnect)(struct usb_composite_dev *);
401 void (*suspend)(struct usb_composite_dev *);
402 void (*resume)(struct usb_composite_dev *);
423 extern void usb_composite_setup_continue(struct usb_composite_dev *cdev);
425 struct usb_composite_dev *cdev);
426 extern int composite_os_desc_req_prepare(struct usb_composite_dev *cdev,
428 void composite_dev_cleanup(struct usb_composite_dev *cdev);
478 struct usb_composite_dev { struct
519 extern int usb_string_id(struct usb_composite_dev *c); argument
520 extern int usb_string_ids_tab(struct usb_composite_dev *c,
522 extern struct usb_string *usb_gstrings_attach(struct usb_composite_dev *cdev,
525 extern int usb_string_ids_n(struct usb_composite_dev *c, unsigned n);
571 void usb_composite_overwrite_options(struct usb_composite_dev *cdev,
607 struct usb_configuration *usb_get_config(struct usb_composite_dev *cdev,
609 int usb_add_config_only(struct usb_composite_dev *cdev,