Home
last modified time | relevance | path

Searched refs:gether_attach_gadget (Results 1 – 3 of 3) 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 Du_ether.c900 int gether_attach_gadget(struct net_device *net, struct usb_gadget *g) in gether_attach_gadget() function
911 EXPORT_SYMBOL_GPL(gether_attach_gadget);
H A Df_ncm.c1463 status = gether_attach_gadget(ncm_opts->net, cdev->gadget); in ncm_bind()