Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/gadget/legacy/
Dether.c195 static struct usb_function_instance *fi_geth; variable
282 f_geth = usb_get_function(fi_geth); in eth_do_config()
342 fi_geth = usb_get_function_instance("geth"); in eth_bind()
343 if (IS_ERR(fi_geth)) in eth_bind()
344 return PTR_ERR(fi_geth); in eth_bind()
346 geth_opts = container_of(fi_geth, struct f_gether_opts, in eth_bind()
443 usb_put_function_instance(fi_geth); in eth_bind()
461 usb_put_function_instance(fi_geth); in eth_unbind()
Dg_ffs.c37 static struct usb_function_instance *fi_geth; variable
335 fi_geth = usb_get_function_instance("geth"); in gfs_bind()
336 if (IS_ERR(fi_geth)) in gfs_bind()
337 return PTR_ERR(fi_geth); in gfs_bind()
338 geth_opts = container_of(fi_geth, struct f_gether_opts, in gfs_bind()
380 geth_opts = container_of(fi_geth, struct f_gether_opts, in gfs_bind()
436 usb_put_function_instance(fi_geth); in gfs_bind()
462 usb_put_function_instance(fi_geth); in gfs_unbind()
551 f_geth = usb_get_function(fi_geth); in eth_bind_config()