Lines Matching refs:strings
39 * device descriptor, either numbers or strings or both. These string
63 * DESCRIPTORS ... most are static, but strings and (full) configuration
90 /* static strings, in UTF-8 */
91 static struct usb_string strings [] = {
100 .strings = strings,
166 ret = usb_string_ids_tab(cdev, strings);
170 device_desc.iManufacturer = strings[USB_GADGET_MANUFACTURER_IDX].id;
171 device_desc.iProduct = strings[USB_GADGET_PRODUCT_IDX].id;
172 device_desc.iSerialNumber = strings[USB_GADGET_SERIAL_IDX].id;
216 .strings = dev_strings,