Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/legacy/
H A Dether.c449 static int eth_unbind(struct usb_composite_dev *cdev) in eth_unbind() function
477 .unbind = eth_unbind,
/openbmc/u-boot/drivers/usb/gadget/
H A Dether.c1765 static void eth_unbind(struct usb_gadget *gadget) in eth_unbind() function
2308 eth_unbind(gadget); in eth_bind()
2331 eth_unbind(gadget); in eth_bind()
2377 priv->eth_driver.unbind = eth_unbind; in _usb_eth_init()