Home
last modified time | relevance | path

Searched refs:usb_ether_register (Results 1 – 9 of 9) sorted by relevance

/u-boot/include/
A Dusb_ether.h48 int usb_ether_register(struct udevice *dev, struct ueth_data *ueth, int rxsize);
/u-boot/drivers/usb/eth/
A Dlan75xx.c283 ret = usb_ether_register(dev, ueth, RX_URB_SIZE); in lan75xx_eth_probe()
A Dusb_ether.c22 int usb_ether_register(struct udevice *dev, struct ueth_data *ueth, int rxsize) in usb_ether_register() function
A Dlan78xx.c445 ret = usb_ether_register(dev, ueth, RX_URB_SIZE); in lan78xx_eth_probe()
A Dmcs7830.c914 return usb_ether_register(dev, ueth, MCS7830_RX_URB_SIZE); in mcs7830_eth_probe()
A Dasix.c845 ret = usb_ether_register(dev, ss, AX_RX_URB_SIZE); in asix_eth_probe()
A Dasix88179.c875 ret = usb_ether_register(dev, &priv->ueth, AX_RX_URB_SIZE); in ax88179_eth_probe()
A Dsmsc95xx.c1047 return usb_ether_register(dev, ueth, RX_URB_SIZE); in smsc95xx_eth_probe()
A Dr8152.c1845 return usb_ether_register(dev, ueth, RTL8152_AGG_BUF_SZ); in r8152_eth_probe()

Completed in 19 milliseconds