Home
last modified time | relevance | path

Searched refs:usb_composite_dev (Results 1 – 8 of 8) sorted by relevance

/rk3399_rockchip-uboot/include/linux/usb/
H A Dcomposite.h224 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,
[all …]
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dcomposite.c99 struct usb_composite_dev *cdev = function->config->cdev; in usb_function_deactivate()
122 struct usb_composite_dev *cdev = function->config->cdev; in usb_function_activate()
231 static int config_desc(struct usb_composite_dev *cdev, unsigned w_value) in config_desc()
273 static int count_configs(struct usb_composite_dev *cdev, unsigned type) in count_configs()
300 static void device_qual(struct usb_composite_dev *cdev) in device_qual()
317 static void reset_config(struct usb_composite_dev *cdev) in reset_config()
332 static int set_config(struct usb_composite_dev *cdev, in set_config()
451 int usb_add_config(struct usb_composite_dev *cdev, in usb_add_config()
559 static int get_string(struct usb_composite_dev *cdev, in get_string()
645 int usb_string_id(struct usb_composite_dev *cdev) in usb_string_id()
[all …]
H A Dg_dnl.c94 static int g_dnl_unbind(struct usb_composite_dev *cdev) in g_dnl_unbind()
131 static int g_dnl_config_register(struct usb_composite_dev *cdev) in g_dnl_config_register()
196 static int g_dnl_get_bcd_device_number(struct usb_composite_dev *cdev) in g_dnl_get_bcd_device_number()
221 static int g_dnl_bind(struct usb_composite_dev *cdev) in g_dnl_bind()
H A Df_sdp.c473 struct usb_composite_dev *cdev = c->cdev; in sdp_bind()
542 struct usb_composite_dev *cdev = f->config->cdev; in sdp_set_alt()
H A Df_dfu.c250 struct usb_composite_dev *cdev = get_gadget_data(gadget); in handle_dnload()
692 struct usb_composite_dev *cdev = c->cdev; in dfu_bind()
H A Df_thor.c900 struct usb_composite_dev *cdev = f->config->cdev; in thor_eps_setup()
H A Df_mass_storage.c2477 struct usb_composite_dev *cdev) in fsg_common_init()
2781 static int fsg_bind_config(struct usb_composite_dev *cdev, in fsg_bind_config()
H A Df_fastboot.c432 struct usb_composite_dev *cdev = f->config->cdev; in fastboot_set_alt()