Lines Matching refs:stash
50 return (struct usb_gadget_strings **)uc->stash; in get_containers_gs()
1331 void *stash; in copy_gadget_strings() local
1341 stash = uc->stash; in copy_gadget_strings()
1342 stash += sizeof(void *) * (n_gstrings + 1); in copy_gadget_strings()
1346 gs_array[n_gs] = stash; in copy_gadget_strings()
1348 stash += sizeof(struct usb_gadget_strings); in copy_gadget_strings()
1350 gs->strings = stash; in copy_gadget_strings()
1354 s = stash; in copy_gadget_strings()
1355 stash += sizeof(struct usb_string); in copy_gadget_strings()
1362 s = stash; in copy_gadget_strings()
1364 stash += sizeof(struct usb_string); in copy_gadget_strings()