Lines Matching refs:stash
49 return (struct usb_gadget_strings **)uc->stash; in get_containers_gs()
1300 void *stash; in copy_gadget_strings() local
1310 stash = uc->stash; in copy_gadget_strings()
1311 stash += sizeof(void *) * (n_gstrings + 1); in copy_gadget_strings()
1315 gs_array[n_gs] = stash; in copy_gadget_strings()
1317 stash += sizeof(struct usb_gadget_strings); in copy_gadget_strings()
1319 gs->strings = stash; in copy_gadget_strings()
1323 s = stash; in copy_gadget_strings()
1324 stash += sizeof(struct usb_string); in copy_gadget_strings()
1331 s = stash; in copy_gadget_strings()
1333 stash += sizeof(struct usb_string); in copy_gadget_strings()