Searched refs:usb_string (Results 1 – 18 of 18) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/emul/ |
| H A D | sandbox_keyb.c | 48 struct usb_string keyb_strings[STRINGID_COUNT]; 202 struct usb_string *fs; in sandbox_keyb_bind()
|
| H A D | usb-emul-uclass.c | 32 static int usb_emul_get_string(struct usb_string *strings, int index, in usb_emul_get_string() 44 struct usb_string *ptr; in usb_emul_get_string() 264 int usb_emul_setup_device(struct udevice *dev, struct usb_string *strings, in usb_emul_setup_device()
|
| H A D | sandbox_flash.c | 72 struct usb_string flash_strings[STRINGID_COUNT]; 383 struct usb_string *fs; in sandbox_flash_bind()
|
| H A D | sandbox_hub.c | 31 static struct usb_string hub_strings[] = {
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | usbstring.c | 108 struct usb_string *s; in usb_gadget_get_string()
|
| H A D | f_dfu.c | 34 struct usb_string *strings; 93 static struct usb_string strings_dfu_generic[] = { 629 f_dfu->strings = calloc(sizeof(struct usb_string), n + 1); in dfu_prepare_strings()
|
| H A D | g_dnl.c | 77 static struct usb_string g_dnl_string_defs[] = {
|
| H A D | storage_common.c | 610 static struct usb_string fsg_strings[] = {
|
| H A D | f_sdp.c | 219 static struct usb_string strings_sdp_generic[] = {
|
| H A D | composite.c | 675 int usb_string_ids_tab(struct usb_composite_dev *cdev, struct usb_string *str) in usb_string_ids_tab()
|
| H A D | f_fastboot.c | 221 static struct usb_string fastboot_string_defs[] = {
|
| H A D | ether.c | 844 static struct usb_string strings[] = {
|
| /rk3399_rockchip-uboot/include/linux/usb/ |
| H A D | composite.h | 349 struct usb_string *str);
|
| H A D | gadget.h | 908 struct usb_string *strings;
|
| H A D | ch9.h | 1054 struct usb_string { struct
|
| /rk3399_rockchip-uboot/include/ |
| H A D | usb.h | 278 int usb_string(struct usb_device *dev, int index, char *buf, size_t size); 627 struct usb_string *strings; 998 int usb_emul_setup_device(struct udevice *dev, struct usb_string *strings,
|
| /rk3399_rockchip-uboot/common/ |
| H A D | usb.c | 816 int usb_string(struct usb_device *dev, int index, char *buf, size_t size) in usb_string() function 1156 usb_string(dev, dev->descriptor.iManufacturer, in usb_select_config() 1159 usb_string(dev, dev->descriptor.iProduct, in usb_select_config() 1162 usb_string(dev, dev->descriptor.iSerialNumber, in usb_select_config()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | usb.c | 146 if (usb_string(dev, index, &buffer[0], 256) > 0) in usb_display_string()
|