Lines Matching refs:usb_composite_dev
325 struct usb_composite_dev *cdev;
339 int usb_add_config(struct usb_composite_dev *,
343 void usb_remove_config(struct usb_composite_dev *,
397 int (*bind)(struct usb_composite_dev *cdev);
398 int (*unbind)(struct usb_composite_dev *);
400 void (*disconnect)(struct usb_composite_dev *);
403 void (*suspend)(struct usb_composite_dev *);
404 void (*resume)(struct usb_composite_dev *);
425 extern void usb_composite_setup_continue(struct usb_composite_dev *cdev);
427 struct usb_composite_dev *cdev);
428 extern int composite_os_desc_req_prepare(struct usb_composite_dev *cdev,
430 void composite_dev_cleanup(struct usb_composite_dev *cdev);
463 struct usb_composite_dev { struct
513 extern int usb_string_id(struct usb_composite_dev *c); argument
514 extern int usb_string_ids_tab(struct usb_composite_dev *c,
516 extern struct usb_string *usb_gstrings_attach(struct usb_composite_dev *cdev,
519 extern int usb_string_ids_n(struct usb_composite_dev *c, unsigned n);
565 void usb_composite_overwrite_options(struct usb_composite_dev *cdev,
601 struct usb_configuration *usb_get_config(struct usb_composite_dev *cdev,
603 int usb_add_config_only(struct usb_composite_dev *cdev,