fi_geth 195 drivers/usb/gadget/legacy/ether.c static struct usb_function_instance *fi_geth; fi_geth 282 drivers/usb/gadget/legacy/ether.c f_geth = usb_get_function(fi_geth); fi_geth 342 drivers/usb/gadget/legacy/ether.c fi_geth = usb_get_function_instance("geth"); fi_geth 343 drivers/usb/gadget/legacy/ether.c if (IS_ERR(fi_geth)) fi_geth 344 drivers/usb/gadget/legacy/ether.c return PTR_ERR(fi_geth); fi_geth 346 drivers/usb/gadget/legacy/ether.c geth_opts = container_of(fi_geth, struct f_gether_opts, fi_geth 443 drivers/usb/gadget/legacy/ether.c usb_put_function_instance(fi_geth); fi_geth 461 drivers/usb/gadget/legacy/ether.c usb_put_function_instance(fi_geth); fi_geth 37 drivers/usb/gadget/legacy/g_ffs.c static struct usb_function_instance *fi_geth; fi_geth 335 drivers/usb/gadget/legacy/g_ffs.c fi_geth = usb_get_function_instance("geth"); fi_geth 336 drivers/usb/gadget/legacy/g_ffs.c if (IS_ERR(fi_geth)) fi_geth 337 drivers/usb/gadget/legacy/g_ffs.c return PTR_ERR(fi_geth); fi_geth 338 drivers/usb/gadget/legacy/g_ffs.c geth_opts = container_of(fi_geth, struct f_gether_opts, fi_geth 380 drivers/usb/gadget/legacy/g_ffs.c geth_opts = container_of(fi_geth, struct f_gether_opts, fi_geth 436 drivers/usb/gadget/legacy/g_ffs.c usb_put_function_instance(fi_geth); fi_geth 462 drivers/usb/gadget/legacy/g_ffs.c usb_put_function_instance(fi_geth); fi_geth 551 drivers/usb/gadget/legacy/g_ffs.c f_geth = usb_get_function(fi_geth);