Lines Matching refs:usb_composite_dev
320 struct usb_composite_dev *cdev;
334 int usb_add_config(struct usb_composite_dev *,
338 void usb_remove_config(struct usb_composite_dev *,
392 int (*bind)(struct usb_composite_dev *cdev);
393 int (*unbind)(struct usb_composite_dev *);
395 void (*disconnect)(struct usb_composite_dev *);
398 void (*suspend)(struct usb_composite_dev *);
399 void (*resume)(struct usb_composite_dev *);
420 extern void usb_composite_setup_continue(struct usb_composite_dev *cdev);
422 struct usb_composite_dev *cdev);
423 extern int composite_os_desc_req_prepare(struct usb_composite_dev *cdev,
425 void composite_dev_cleanup(struct usb_composite_dev *cdev);
475 struct usb_composite_dev { struct
516 extern int usb_string_id(struct usb_composite_dev *c); argument
517 extern int usb_string_ids_tab(struct usb_composite_dev *c,
519 extern struct usb_string *usb_gstrings_attach(struct usb_composite_dev *cdev,
522 extern int usb_string_ids_n(struct usb_composite_dev *c, unsigned n);
566 void usb_composite_overwrite_options(struct usb_composite_dev *cdev,
602 struct usb_configuration *usb_get_config(struct usb_composite_dev *cdev,
604 int usb_add_config_only(struct usb_composite_dev *cdev,