Searched refs:gether_setup (Results 1 – 4 of 4) sorted by relevance
82 int gether_setup(struct usb_gadget *g, u8 ethaddr[ETH_ALEN]);
175 status = gether_setup(cdev->gadget, hostaddr); in cdc_bind()
284 status = gether_setup(cdev->gadget, hostaddr); in eth_bind()
741 int __init gether_setup(struct usb_gadget *g, u8 ethaddr[ETH_ALEN]) in gether_setup() function