Lines Matching refs:stash
50 return (struct usb_gadget_strings **)uc->stash; in get_containers_gs()
1344 void *stash; in copy_gadget_strings() local
1354 stash = uc->stash; in copy_gadget_strings()
1355 stash += sizeof(void *) * (n_gstrings + 1); in copy_gadget_strings()
1359 gs_array[n_gs] = stash; in copy_gadget_strings()
1361 stash += sizeof(struct usb_gadget_strings); in copy_gadget_strings()
1363 gs->strings = stash; in copy_gadget_strings()
1367 s = stash; in copy_gadget_strings()
1368 stash += sizeof(struct usb_string); in copy_gadget_strings()
1375 s = stash; in copy_gadget_strings()
1377 stash += sizeof(struct usb_string); in copy_gadget_strings()