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