f_geth            196 drivers/usb/gadget/legacy/ether.c static struct usb_function *f_geth;
f_geth            282 drivers/usb/gadget/legacy/ether.c 		f_geth = usb_get_function(fi_geth);
f_geth            283 drivers/usb/gadget/legacy/ether.c 		if (IS_ERR(f_geth))
f_geth            284 drivers/usb/gadget/legacy/ether.c 			return PTR_ERR(f_geth);
f_geth            286 drivers/usb/gadget/legacy/ether.c 		status = usb_add_function(c, f_geth);
f_geth            288 drivers/usb/gadget/legacy/ether.c 			usb_put_function(f_geth);
f_geth            460 drivers/usb/gadget/legacy/ether.c 		usb_put_function(f_geth);
f_geth             38 drivers/usb/gadget/legacy/g_ffs.c static struct usb_function *f_geth;
f_geth            461 drivers/usb/gadget/legacy/g_ffs.c 		usb_put_function(f_geth);
f_geth            551 drivers/usb/gadget/legacy/g_ffs.c 		f_geth = usb_get_function(fi_geth);
f_geth            552 drivers/usb/gadget/legacy/g_ffs.c 		if (IS_ERR(f_geth))
f_geth            553 drivers/usb/gadget/legacy/g_ffs.c 			return PTR_ERR(f_geth);
f_geth            555 drivers/usb/gadget/legacy/g_ffs.c 		status = usb_add_function(c, f_geth);
f_geth            557 drivers/usb/gadget/legacy/g_ffs.c 			usb_put_function(f_geth);