Lines Matching refs:strings
1267 sp = composite->strings; in get_string()
1272 sp = c->strings; in get_string()
1277 sp = f->strings; in get_string()
1324 if (composite->strings) { in get_string()
1325 len = lookup_string(composite->strings, buf, language, id); in get_string()
1330 if (c->strings) { in get_string()
1331 len = lookup_string(c->strings, buf, language, id); in get_string()
1336 if (!f->strings) in get_string()
1338 len = lookup_string(f->strings, buf, language, id); in get_string()
1435 gs->strings = stash; in copy_gadget_strings()
1436 org_s = sp[n_gs]->strings; in copy_gadget_strings()
1493 ret = usb_string_ids_tab(cdev, n_gs[0]->strings); in usb_gstrings_attach()
1502 m_s = n_gs[0]->strings; in usb_gstrings_attach()
1503 s = n_gs[i]->strings; in usb_gstrings_attach()
1511 return n_gs[0]->strings; in usb_gstrings_attach()
2333 struct usb_gadget_strings *gstr = cdev->driver->strings[0]; in __composite_unbind()
2334 struct usb_string *dev_str = gstr->strings; in __composite_unbind()
2767 struct usb_gadget_strings *gstr = cdev->driver->strings[0]; in usb_composite_overwrite_options()
2768 struct usb_string *dev_str = gstr->strings; in usb_composite_overwrite_options()