Lines Matching refs:usb_composite_dev
224 struct usb_composite_dev *cdev;
237 int usb_add_config(struct usb_composite_dev *,
280 int (*bind)(struct usb_composite_dev *);
281 int (*unbind)(struct usb_composite_dev *);
283 void (*disconnect)(struct usb_composite_dev *);
286 void (*suspend)(struct usb_composite_dev *);
287 void (*resume)(struct usb_composite_dev *);
326 struct usb_composite_dev { struct
347 extern int usb_string_id(struct usb_composite_dev *c); argument
348 extern int usb_string_ids_tab(struct usb_composite_dev *c,
350 extern int usb_string_ids_n(struct usb_composite_dev *c, unsigned n);