Home
last modified time | relevance | path

Searched refs:PHY_CABLETEST (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dphy.c555 if (phydev->state == PHY_CABLETEST) { in phy_start_cable_test()
563 phydev->state > PHY_CABLETEST) { in phy_start_cable_test()
585 phydev->state = PHY_CABLETEST; in phy_start_cable_test()
626 if (phydev->state == PHY_CABLETEST) { in phy_start_cable_test_tdr()
634 phydev->state > PHY_CABLETEST) { in phy_start_cable_test_tdr()
656 phydev->state = PHY_CABLETEST; in phy_start_cable_test_tdr()
1122 if (phydev->state == PHY_CABLETEST) { in phy_stop()
1209 case PHY_CABLETEST: in phy_state_machine()
/OK3568_Linux_fs/kernel/include/linux/
H A Dphy.h451 PHY_CABLETEST, enumerator
1227 if (phydev->state == PHY_CABLETEST) in phy_polling_mode()