Lines Matching refs:stash
52 return (struct usb_gadget_strings **)uc->stash; in get_containers_gs()
1114 void *stash; in copy_gadget_strings() local
1124 stash = uc->stash; in copy_gadget_strings()
1125 stash += sizeof(void *) * (n_gstrings + 1); in copy_gadget_strings()
1129 gs_array[n_gs] = stash; in copy_gadget_strings()
1131 stash += sizeof(struct usb_gadget_strings); in copy_gadget_strings()
1133 gs->strings = stash; in copy_gadget_strings()
1137 s = stash; in copy_gadget_strings()
1138 stash += sizeof(struct usb_string); in copy_gadget_strings()
1145 s = stash; in copy_gadget_strings()
1147 stash += sizeof(struct usb_string); in copy_gadget_strings()