phonet_opts       486 drivers/usb/gadget/function/f_phonet.c 	struct f_phonet_opts *phonet_opts;
phonet_opts       488 drivers/usb/gadget/function/f_phonet.c 	phonet_opts = container_of(f->fi, struct f_phonet_opts, func_inst);
phonet_opts       497 drivers/usb/gadget/function/f_phonet.c 	if (!phonet_opts->bound) {
phonet_opts       498 drivers/usb/gadget/function/f_phonet.c 		gphonet_set_gadget(phonet_opts->net, gadget);
phonet_opts       499 drivers/usb/gadget/function/f_phonet.c 		status = gphonet_register_netdev(phonet_opts->net);
phonet_opts       502 drivers/usb/gadget/function/f_phonet.c 		phonet_opts->bound = true;