| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/aspeed-vhub/ |
| H A D | hub.c | 141 static const struct usb_string ast_vhub_str_array[] = { 159 .strings = (struct usb_string *)ast_vhub_str_array 909 struct usb_string *str_array; in ast_vhub_str_container_alloc() 915 size += sizeof(struct usb_string) * AST_VHUB_STR_INDEX_MAX; in ast_vhub_str_container_alloc() 921 str_array = (struct usb_string *)(lang_str + 1); in ast_vhub_str_container_alloc() 929 struct usb_string *src_array = src->strings; in ast_vhub_str_deep_copy() 930 struct usb_string *dest_array = dest->strings; in ast_vhub_str_deep_copy() 977 struct usb_string str_array[AST_VHUB_STR_INDEX_MAX]; in ast_vhub_of_parse_str_desc() 979 .strings = (struct usb_string *)str_array, in ast_vhub_of_parse_str_desc()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/emul/ |
| 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_keyb.c | 48 struct usb_string keyb_strings[STRINGID_COUNT]; 202 struct usb_string *fs; in sandbox_keyb_bind()
|
| H A D | sandbox_flash.c | 72 struct usb_string flash_strings[STRINGID_COUNT]; 383 struct usb_string *fs; in sandbox_flash_bind()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/ |
| H A D | composite.c | 1317 int usb_string_ids_tab(struct usb_composite_dev *cdev, struct usb_string *str) in usb_string_ids_tab() 1340 struct usb_string *s; in copy_gadget_strings() 1349 mem += sizeof(struct usb_string) * (n_strings + 1) * (n_gstrings); in copy_gadget_strings() 1357 struct usb_string *org_s; in copy_gadget_strings() 1368 stash += sizeof(struct usb_string); in copy_gadget_strings() 1377 stash += sizeof(struct usb_string); in copy_gadget_strings() 1401 struct usb_string *usb_gstrings_attach(struct usb_composite_dev *cdev, in usb_gstrings_attach() 1426 struct usb_string *m_s; in usb_gstrings_attach() 1427 struct usb_string *s; in usb_gstrings_attach() 2158 struct usb_string *dev_str = gstr->strings; in __composite_unbind() [all …]
|
| H A D | usbstring.c | 38 struct usb_string *s; in usb_gadget_get_string()
|
| /OK3568_Linux_fs/u-boot/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,
|
| /OK3568_Linux_fs/kernel/include/linux/usb/ |
| H A D | composite.h | 521 struct usb_string *str); 522 extern struct usb_string *usb_gstrings_attach(struct usb_composite_dev *cdev,
|
| H A D | gadget.h | 804 struct usb_string { struct 819 struct usb_string *strings; argument
|
| /OK3568_Linux_fs/u-boot/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()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | usb.su | |
| 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()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A D | f_subset.c | 235 static struct usb_string geth_string_defs[] = { 296 struct usb_string *us; in geth_bind()
|
| H A D | f_obex.c | 52 static struct usb_string obex_string_defs[] = { 306 struct usb_string *us; in obex_bind()
|
| /OK3568_Linux_fs/u-boot/include/linux/usb/ |
| H A D | composite.h | 349 struct usb_string *str);
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/legacy/ |
| H A D | tcm_usb_gadget.c | 43 static struct usb_string usbg_us_strings[] = {
|
| H A D | gmidi.c | 88 static struct usb_string strings_dev[] = {
|
| H A D | ncm.c | 71 static struct usb_string strings_dev[] = {
|
| H A D | mass_storage.c | 65 static struct usb_string strings_dev[] = {
|
| H A D | printer.c | 90 static struct usb_string strings [] = {
|
| H A D | cdc2.c | 62 static struct usb_string strings_dev[] = {
|
| H A D | acm_ms.c | 60 static struct usb_string strings_dev[] = {
|
| /OK3568_Linux_fs/kernel/drivers/media/rc/ |
| H A D | streamzap.c | 385 && usb_string(usbdev, usbdev->descriptor.iManufacturer, in streamzap_probe() 390 && usb_string(usbdev, usbdev->descriptor.iProduct, in streamzap_probe()
|
| /OK3568_Linux_fs/kernel/sound/usb/caiaq/ |
| H A D | device.c | 474 usb_string(usb_dev, usb_dev->descriptor.iManufacturer, in init_card() 477 usb_string(usb_dev, usb_dev->descriptor.iProduct, in init_card()
|