Home
last modified time | relevance | path

Searched refs:fi_geth (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/usb/gadget/legacy/
Dether.c212 static struct usb_function_instance *fi_geth; variable
299 f_geth = usb_get_function(fi_geth); in eth_do_config()
359 fi_geth = usb_get_function_instance("geth"); in eth_bind()
360 if (IS_ERR(fi_geth)) in eth_bind()
361 return PTR_ERR(fi_geth); in eth_bind()
363 geth_opts = container_of(fi_geth, struct f_gether_opts, in eth_bind()
446 usb_put_function_instance(fi_geth); in eth_bind()
464 usb_put_function_instance(fi_geth); in eth_unbind()
Dg_ffs.c41 static struct usb_function_instance *fi_geth; variable
353 fi_geth = usb_get_function_instance("geth"); in gfs_bind()
354 if (IS_ERR(fi_geth)) in gfs_bind()
355 return PTR_ERR(fi_geth); in gfs_bind()
356 geth_opts = container_of(fi_geth, struct f_gether_opts, in gfs_bind()
401 geth_opts = container_of(fi_geth, struct f_gether_opts, in gfs_bind()
444 usb_put_function_instance(fi_geth); in gfs_bind()
470 usb_put_function_instance(fi_geth); in gfs_unbind()
556 f_geth = usb_get_function(fi_geth); in eth_bind_config()