Searched refs:usb_composite_dev (Results 1 – 9 of 9) sorted by relevance
274 struct usb_composite_dev *cdev;287 int usb_add_config(struct usb_composite_dev *,332 int (*bind)(struct usb_composite_dev *);333 int (*unbind)(struct usb_composite_dev *);335 void (*disconnect)(struct usb_composite_dev *);338 void (*suspend)(struct usb_composite_dev *);339 void (*resume)(struct usb_composite_dev *);385 struct usb_composite_dev { struct412 extern int usb_string_id(struct usb_composite_dev *c); argument413 extern int usb_string_ids_tab(struct usb_composite_dev *c,[all …]
101 static int g_dnl_unbind(struct usb_composite_dev *cdev) in g_dnl_unbind()138 static int g_dnl_config_register(struct usb_composite_dev *cdev) in g_dnl_config_register()203 static int g_dnl_get_bcd_device_number(struct usb_composite_dev *cdev) in g_dnl_get_bcd_device_number()228 static int g_dnl_bind(struct usb_composite_dev *cdev) in g_dnl_bind()
122 struct usb_composite_dev *cdev = function->config->cdev; in usb_function_deactivate()145 struct usb_composite_dev *cdev = function->config->cdev; in usb_function_activate()335 static void device_qual(struct usb_composite_dev *cdev) in device_qual()352 static void reset_config(struct usb_composite_dev *cdev) in reset_config()367 static int set_config(struct usb_composite_dev *cdev, in set_config()482 int usb_add_config(struct usb_composite_dev *cdev, in usb_add_config()608 static int get_string(struct usb_composite_dev *cdev, in get_string()704 int usb_string_id(struct usb_composite_dev *cdev) in usb_string_id()786 static int bos_desc(struct usb_composite_dev *cdev) in bos_desc()1013 struct usb_composite_dev *cdev = get_gadget_data(gadget); in composite_setup()[all …]
251 struct usb_composite_dev *cdev = get_gadget_data(gadget); in handle_dnload()716 struct usb_composite_dev *cdev = c->cdev; in dfu_bind()
527 struct usb_composite_dev *cdev = c->cdev; in sdp_bind()620 struct usb_composite_dev *cdev = f->config->cdev; in sdp_set_alt()
320 struct usb_composite_dev *cdev = f->config->cdev; in fastboot_set_alt()
906 struct usb_composite_dev *cdev = f->config->cdev; in thor_eps_setup()
247 struct usb_composite_dev *cdev = f->config->cdev; in rockusb_set_alt()
2440 struct usb_composite_dev *cdev) in fsg_common_init()2715 static int fsg_bind_config(struct usb_composite_dev *cdev, in fsg_bind_config()
Completed in 33 milliseconds