gether_opts       300 drivers/usb/gadget/function/f_subset.c 	struct f_gether_opts	*gether_opts;
gether_opts       302 drivers/usb/gadget/function/f_subset.c 	gether_opts = container_of(f->fi, struct f_gether_opts, func_inst);
gether_opts       311 drivers/usb/gadget/function/f_subset.c 	if (!gether_opts->bound) {
gether_opts       312 drivers/usb/gadget/function/f_subset.c 		mutex_lock(&gether_opts->lock);
gether_opts       313 drivers/usb/gadget/function/f_subset.c 		gether_set_gadget(gether_opts->net, cdev->gadget);
gether_opts       314 drivers/usb/gadget/function/f_subset.c 		status = gether_register_netdev(gether_opts->net);
gether_opts       315 drivers/usb/gadget/function/f_subset.c 		mutex_unlock(&gether_opts->lock);
gether_opts       318 drivers/usb/gadget/function/f_subset.c 		gether_opts->bound = true;