Searched refs:gether_attach_gadget (Results 1 – 3 of 3) sorted by relevance
164 int gether_attach_gadget(struct net_device *net, struct usb_gadget *g);
900 int gether_attach_gadget(struct net_device *net, struct usb_gadget *g) in gether_attach_gadget() function911 EXPORT_SYMBOL_GPL(gether_attach_gadget);
1463 status = gether_attach_gadget(ncm_opts->net, cdev->gadget); in ncm_bind()