Lines Matching refs:strings
1081 sp = composite->strings; in get_string()
1086 sp = c->strings; in get_string()
1091 sp = f->strings; in get_string()
1138 if (composite->strings) { in get_string()
1139 len = lookup_string(composite->strings, buf, language, id); in get_string()
1144 if (c->strings) { in get_string()
1145 len = lookup_string(c->strings, buf, language, id); in get_string()
1150 if (!f->strings) in get_string()
1152 len = lookup_string(f->strings, buf, language, id); in get_string()
1249 gs->strings = stash; in copy_gadget_strings()
1250 org_s = sp[n_gs]->strings; in copy_gadget_strings()
1307 ret = usb_string_ids_tab(cdev, n_gs[0]->strings); in usb_gstrings_attach()
1316 m_s = n_gs[0]->strings; in usb_gstrings_attach()
1317 s = n_gs[i]->strings; in usb_gstrings_attach()
1325 return n_gs[0]->strings; in usb_gstrings_attach()
2046 struct usb_gadget_strings *gstr = cdev->driver->strings[0]; in __composite_unbind()
2047 struct usb_string *dev_str = gstr->strings; in __composite_unbind()
2440 struct usb_gadget_strings *gstr = cdev->driver->strings[0]; in usb_composite_overwrite_options()
2441 struct usb_string *dev_str = gstr->strings; in usb_composite_overwrite_options()