Home
last modified time | relevance | path

Searched refs:gether_attach_gadget (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/usb/gadget/function/
H A Du_ether.h164 int gether_attach_gadget(struct net_device *net, struct usb_gadget *g);
H A Df_subset.c312 status = gether_attach_gadget(gether_opts->net, cdev->gadget); in geth_bind()
H A Du_ether.c902 int gether_attach_gadget(struct net_device *net, struct usb_gadget *g) in gether_attach_gadget() function
913 EXPORT_SYMBOL_GPL(gether_attach_gadget);
H A Df_eem.c265 status = gether_attach_gadget(eem_opts->net, cdev->gadget); in eem_bind()
H A Df_ecm.c698 status = gether_attach_gadget(ecm_opts->net, cdev->gadget); in ecm_bind()
H A Df_rndis.c693 status = gether_attach_gadget(rndis_opts->net, cdev->gadget); in rndis_bind()
H A Df_ncm.c1463 status = gether_attach_gadget(ncm_opts->net, cdev->gadget); in ncm_bind()