Lines Matching refs:stash
49 return (struct usb_gadget_strings **)uc->stash; in get_containers_gs()
1221 void *stash; in copy_gadget_strings() local
1231 stash = uc->stash; in copy_gadget_strings()
1232 stash += sizeof(void *) * (n_gstrings + 1); in copy_gadget_strings()
1236 gs_array[n_gs] = stash; in copy_gadget_strings()
1238 stash += sizeof(struct usb_gadget_strings); in copy_gadget_strings()
1240 gs->strings = stash; in copy_gadget_strings()
1244 s = stash; in copy_gadget_strings()
1245 stash += sizeof(struct usb_string); in copy_gadget_strings()
1252 s = stash; in copy_gadget_strings()
1254 stash += sizeof(struct usb_string); in copy_gadget_strings()