Home
last modified time | relevance | path

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

/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
349 fi_geth = usb_get_function_instance("geth"); in gfs_bind()
350 if (IS_ERR(fi_geth)) in gfs_bind()
351 return PTR_ERR(fi_geth); in gfs_bind()
352 geth_opts = container_of(fi_geth, struct f_gether_opts, in gfs_bind()
397 geth_opts = container_of(fi_geth, struct f_gether_opts, in gfs_bind()
440 usb_put_function_instance(fi_geth); in gfs_bind()
466 usb_put_function_instance(fi_geth); in gfs_unbind()
552 f_geth = usb_get_function(fi_geth); in eth_bind_config()