Lines Matching refs:stash
50 return (struct usb_gadget_strings **)uc->stash; in get_containers_gs()
1345 void *stash; in copy_gadget_strings() local
1355 stash = uc->stash; in copy_gadget_strings()
1356 stash += sizeof(void *) * (n_gstrings + 1); in copy_gadget_strings()
1360 gs_array[n_gs] = stash; in copy_gadget_strings()
1362 stash += sizeof(struct usb_gadget_strings); in copy_gadget_strings()
1364 gs->strings = stash; in copy_gadget_strings()
1368 s = stash; in copy_gadget_strings()
1369 stash += sizeof(struct usb_string); in copy_gadget_strings()
1376 s = stash; in copy_gadget_strings()
1378 stash += sizeof(struct usb_string); in copy_gadget_strings()