Searched refs:usb_ether_register (Results 1 – 9 of 9) sorted by relevance
| /u-boot/include/ |
| A D | usb_ether.h | 48 int usb_ether_register(struct udevice *dev, struct ueth_data *ueth, int rxsize);
|
| /u-boot/drivers/usb/eth/ |
| A D | lan75xx.c | 283 ret = usb_ether_register(dev, ueth, RX_URB_SIZE); in lan75xx_eth_probe()
|
| A D | usb_ether.c | 22 int usb_ether_register(struct udevice *dev, struct ueth_data *ueth, int rxsize) in usb_ether_register() function
|
| A D | lan78xx.c | 445 ret = usb_ether_register(dev, ueth, RX_URB_SIZE); in lan78xx_eth_probe()
|
| A D | mcs7830.c | 914 return usb_ether_register(dev, ueth, MCS7830_RX_URB_SIZE); in mcs7830_eth_probe()
|
| A D | asix.c | 845 ret = usb_ether_register(dev, ss, AX_RX_URB_SIZE); in asix_eth_probe()
|
| A D | asix88179.c | 875 ret = usb_ether_register(dev, &priv->ueth, AX_RX_URB_SIZE); in ax88179_eth_probe()
|
| A D | smsc95xx.c | 1047 return usb_ether_register(dev, ueth, RX_URB_SIZE); in smsc95xx_eth_probe()
|
| A D | r8152.c | 1845 return usb_ether_register(dev, ueth, RTL8152_AGG_BUF_SZ); in r8152_eth_probe()
|
Completed in 17 milliseconds