Lines Matching defs:interface
572 mode = phy_modes(phydev->interface);
664 dev->interface = PHY_INTERFACE_MODE_GMII;
1108 * @interface: PHY device's interface
1112 phy_interface_t interface)
1119 rc = phy_attach_direct(dev, phydev, phydev->dev_flags, interface);
1136 * @interface: PHY device's interface
1148 phy_interface_t interface)
1164 rc = phy_connect_direct(dev, phydev, handler, interface);
1419 * @interface: PHY device's interface
1430 u32 flags, phy_interface_t interface)
1515 phydev->interface = interface;
1544 * (dev_flags and interface)
1555 * If the external phy used by current mac interface is managed by
1556 * another mac interface, so we should create a device link between
1585 * @interface: PHY device's interface
1591 phy_interface_t interface)
1611 rc = phy_attach_direct(dev, phydev, phydev->dev_flags, interface);
2920 * If the device property is not present then the interface type is checked
2921 * if the interface defines use of internal delay then a 1 is returned otherwise
2936 if (phydev->interface == PHY_INTERFACE_MODE_RGMII_ID ||
2937 phydev->interface == PHY_INTERFACE_MODE_RGMII_RXID)
2946 if (phydev->interface == PHY_INTERFACE_MODE_RGMII_ID ||
2947 phydev->interface == PHY_INTERFACE_MODE_RGMII_TXID)