Lines Matching refs:stash
53 return (struct usb_gadget_strings **)uc->stash; in get_containers_gs()
1119 void *stash; in copy_gadget_strings() local
1129 stash = uc->stash; in copy_gadget_strings()
1130 stash += sizeof(void *) * (n_gstrings + 1); in copy_gadget_strings()
1134 gs_array[n_gs] = stash; in copy_gadget_strings()
1136 stash += sizeof(struct usb_gadget_strings); in copy_gadget_strings()
1138 gs->strings = stash; in copy_gadget_strings()
1142 s = stash; in copy_gadget_strings()
1143 stash += sizeof(struct usb_string); in copy_gadget_strings()
1150 s = stash; in copy_gadget_strings()
1152 stash += sizeof(struct usb_string); in copy_gadget_strings()