Lines Matching refs:usb_composite_dev
308 struct usb_composite_dev *cdev;
321 int usb_add_config(struct usb_composite_dev *,
325 void usb_remove_config(struct usb_composite_dev *,
379 int (*bind)(struct usb_composite_dev *cdev);
380 int (*unbind)(struct usb_composite_dev *);
382 void (*disconnect)(struct usb_composite_dev *);
385 void (*suspend)(struct usb_composite_dev *);
386 void (*resume)(struct usb_composite_dev *);
407 extern void usb_composite_setup_continue(struct usb_composite_dev *cdev);
409 struct usb_composite_dev *cdev);
410 extern int composite_os_desc_req_prepare(struct usb_composite_dev *cdev,
412 void composite_dev_cleanup(struct usb_composite_dev *cdev);
461 struct usb_composite_dev { struct
501 extern int usb_string_id(struct usb_composite_dev *c); argument
502 extern int usb_string_ids_tab(struct usb_composite_dev *c,
504 extern struct usb_string *usb_gstrings_attach(struct usb_composite_dev *cdev,
507 extern int usb_string_ids_n(struct usb_composite_dev *c, unsigned n);
551 void usb_composite_overwrite_options(struct usb_composite_dev *cdev,
587 struct usb_configuration *usb_get_config(struct usb_composite_dev *cdev,
589 int usb_add_config_only(struct usb_composite_dev *cdev,