Searched refs:usb_configuration (Results 1 – 12 of 12) sorted by relevance
| /rk3399_rockchip-uboot/include/linux/usb/ |
| H A D | composite.h | 39 struct usb_configuration; 104 struct usb_configuration *config; 113 int (*bind)(struct usb_configuration *, 115 void (*unbind)(struct usb_configuration *, 135 int usb_add_function(struct usb_configuration *, struct usb_function *); 140 int usb_interface_id(struct usb_configuration *, struct usb_function *); 202 struct usb_configuration { struct 213 int (*bind)(struct usb_configuration *); argument 214 void (*unbind)(struct usb_configuration *); argument 215 int (*setup)(struct usb_configuration *, argument [all …]
|
| /rk3399_rockchip-uboot/include/ |
| H A D | thor.h | 18 int thor_add(struct usb_configuration *c);
|
| H A D | g_dnl.h | 28 typedef int (*g_dnl_bind_callback_f)(struct usb_configuration *);
|
| H A D | usb_mass_storage.h | 35 int fsg_add(struct usb_configuration *c);
|
| H A D | dfu.h | 300 int dfu_add(struct usb_configuration *c);
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | composite.c | 40 int usb_add_function(struct usb_configuration *config, in usb_add_function() 159 int usb_interface_id(struct usb_configuration *config, in usb_interface_id() 172 static int config_buf(struct usb_configuration *config, in config_buf() 237 struct usb_configuration *c; in config_desc() 278 struct usb_configuration *c; in count_configs() 340 struct usb_configuration *c = NULL; in set_config() 452 struct usb_configuration *config) in usb_add_config() 455 struct usb_configuration *c; in usb_add_config() 565 struct usb_configuration *c; in get_string() 806 struct usb_configuration *c; in composite_setup() [all …]
|
| H A D | g_dnl.c | 117 static int g_dnl_do_config(struct usb_configuration *c) in g_dnl_do_config() 133 struct usb_configuration *config; in g_dnl_config_register()
|
| H A D | f_sdp.c | 470 static int sdp_bind(struct usb_configuration *c, struct usb_function *f) in sdp_bind() 499 static void sdp_unbind(struct usb_configuration *c, struct usb_function *f) in sdp_unbind() 580 static int sdp_bind_config(struct usb_configuration *c) in sdp_bind_config() 776 int sdp_add(struct usb_configuration *c) in sdp_add()
|
| H A D | f_dfu.c | 690 static int dfu_bind(struct usb_configuration *c, struct usb_function *f) in dfu_bind() 736 static void dfu_unbind(struct usb_configuration *c, struct usb_function *f) in dfu_unbind() 795 static int dfu_bind_config(struct usb_configuration *c) in dfu_bind_config() 822 int dfu_add(struct usb_configuration *c) in dfu_add()
|
| H A D | f_thor.c | 747 static int thor_func_bind(struct usb_configuration *c, struct usb_function *f) in thor_func_bind() 861 static void thor_unbind(struct usb_configuration *c, struct usb_function *f) in thor_unbind() 995 static int thor_func_init(struct usb_configuration *c) in thor_func_init() 1022 int thor_add(struct usb_configuration *c) in thor_add()
|
| H A D | f_mass_storage.c | 2678 static void fsg_unbind(struct usb_configuration *c, struct usb_function *f) in fsg_unbind() 2693 static int fsg_bind(struct usb_configuration *c, struct usb_function *f) in fsg_bind() 2782 struct usb_configuration *c, in fsg_bind_config() 2815 int fsg_add(struct usb_configuration *c) in fsg_add()
|
| H A D | f_fastboot.c | 331 static int fastboot_bind(struct usb_configuration *c, struct usb_function *f) in fastboot_bind() 385 static void fastboot_unbind(struct usb_configuration *c, struct usb_function *f) in fastboot_unbind() 482 static int fastboot_add(struct usb_configuration *c) in fastboot_add()
|