Searched refs:phy_dev (Results 1 - 4 of 4) sorted by relevance

/openwrt/target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/
H A Dag71xx_phy.c19 struct phy_device *phydev = ag->phy_dev;
49 if (ag->phy_dev) {
50 phy_start(ag->phy_dev);
64 if (ag->phy_dev)
65 phy_stop(ag->phy_dev);
133 ag->phy_dev = phy_connect(ag->dev, dev_name(&phydev->dev),
137 if (IS_ERR(ag->phy_dev)) {
140 return PTR_ERR(ag->phy_dev);
233 else if (ag->phy_dev)
234 phy_disconnect(ag->phy_dev);
[all...]
H A Dag71xx_ethtool.c20 struct phy_device *phydev = ag->phy_dev;
32 struct phy_device *phydev = ag->phy_dev;
H A Dag71xx_main.c861 if (ag->phy_dev == NULL)
865 ret = phy_ethtool_ioctl(ag->phy_dev, (void *) ifr->ifr_data);
884 if (ag->phy_dev == NULL)
887 return phy_mii_ioctl(ag->phy_dev, ifr, cmd);
H A Dag71xx.h166 struct phy_device *phy_dev; member in struct:ag71xx

Completed in 30 milliseconds