Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dusb_ether.h59 int usb_ether_register(struct udevice *dev, struct ueth_data *ueth, int rxsize);
/OK3568_Linux_fs/u-boot/drivers/usb/eth/
H A Dlan75xx.c282 ret = usb_ether_register(dev, ueth, RX_URB_SIZE); in lan75xx_eth_probe()
H A Dusb_ether.c20 int usb_ether_register(struct udevice *dev, struct ueth_data *ueth, int rxsize) in usb_ether_register() function
H A Dlan78xx.c443 ret = usb_ether_register(dev, ueth, RX_URB_SIZE); in lan78xx_eth_probe()
H A Dmcs7830.c912 return usb_ether_register(dev, ueth, MCS7830_RX_URB_SIZE); in mcs7830_eth_probe()
H A Dasix.c843 ret = usb_ether_register(dev, ss, AX_RX_URB_SIZE); in asix_eth_probe()
H A Dasix88179.c874 ret = usb_ether_register(dev, &priv->ueth, AX_RX_URB_SIZE); in ax88179_eth_probe()
H A Dsmsc95xx.c1045 return usb_ether_register(dev, ueth, RX_URB_SIZE); in smsc95xx_eth_probe()
H A Dr8152.c1606 return usb_ether_register(dev, ueth, RTL8152_AGG_BUF_SZ); in r8152_eth_probe()