Lines Matching refs:stringtabs
1673 kfree(ffs->stringtabs); in ffs_data_clear()
1686 ffs->stringtabs = NULL; in ffs_data_reset()
1726 lang = ffs->stringtabs; in functionfs_bind()
2450 struct usb_gadget_strings **stringtabs = NULL, *t = NULL; in __ffs_data_got_strings() local
2485 vla_item(d, struct usb_gadget_strings *, stringtabs, in __ffs_data_got_strings()
2499 stringtabs = vla_ptr(vlabuf, d, stringtabs); in __ffs_data_got_strings()
2503 *stringtabs++ = t++; in __ffs_data_got_strings()
2505 *stringtabs = NULL; in __ffs_data_got_strings()
2508 stringtabs = vla_ptr(vlabuf, d, stringtabs); in __ffs_data_got_strings()
2567 ffs->stringtabs = stringtabs; in __ffs_data_got_strings()
2573 kfree(stringtabs); in __ffs_data_got_strings()
2785 newValue = func->ffs->stringtabs[0]->strings[*valuep - 1].id; in __ffs_func_bind_do_nums()
2932 func->function.strings = func->ffs->stringtabs; in ffs_do_functionfs_bind()