Home
last modified time | relevance | path

Searched refs:ethdev (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/net/
H A Dmdio-uclass.c97 struct udevice *ethdev, in dm_mdio_phy_connect() argument
105 return phy_connect(pdata->mii_bus, addr, ethdev, interface); in dm_mdio_phy_connect()
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dether.c146 struct eth_dev ethdev; member
1868 struct eth_dev *dev = &priv->ethdev; in rndis_control_ack()
2009 struct eth_dev *dev = &l_priv->ethdev; in eth_bind()
2345 struct eth_dev *dev = &priv->ethdev; in _usb_eth_init()
2424 struct eth_dev *dev = &priv->ethdev; in _usb_eth_send()
2498 struct eth_dev *dev = &priv->ethdev; in _usb_eth_halt()
2547 struct eth_dev *dev = &priv->ethdev; in usb_eth_recv()
2614 struct eth_dev *ethdev = &priv->ethdev; in usb_eth_recv() local
2624 if (ethdev->rx_req) { in usb_eth_recv()
2626 return ethdev->rx_req->length; in usb_eth_recv()
[all …]
/rk3399_rockchip-uboot/include/
H A Dmiiphy.h165 struct udevice *ethdev,