Lines Matching refs:stash
52 return (struct usb_gadget_strings **)uc->stash; in get_containers_gs()
1439 void *stash; in copy_gadget_strings() local
1449 stash = uc->stash; in copy_gadget_strings()
1450 stash += sizeof(void *) * (n_gstrings + 1); in copy_gadget_strings()
1454 gs_array[n_gs] = stash; in copy_gadget_strings()
1456 stash += sizeof(struct usb_gadget_strings); in copy_gadget_strings()
1458 gs->strings = stash; in copy_gadget_strings()
1462 s = stash; in copy_gadget_strings()
1463 stash += sizeof(struct usb_string); in copy_gadget_strings()
1470 s = stash; in copy_gadget_strings()
1472 stash += sizeof(struct usb_string); in copy_gadget_strings()