Searched refs:cable_test_get_status (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/phy/ |
| H A D | nxp-tja11xx.c | 194 !phydev->drv->cable_test_get_status) in tja11xx_config_aneg_cable_test() 208 ret = phydev->drv->cable_test_get_status(phydev, &finished); in tja11xx_config_aneg_cable_test() 753 .cable_test_get_status = tja11xx_cable_test_get_status, 776 .cable_test_get_status = tja11xx_cable_test_get_status,
|
| H A D | at803x.c | 1070 .cable_test_get_status = at803x_cable_test_get_status, 1108 .cable_test_get_status = at803x_cable_test_get_status, 1126 .cable_test_get_status = at803x_cable_test_get_status, 1138 .cable_test_get_status = at803x_cable_test_get_status,
|
| H A D | phy.c | 548 phydev->drv->cable_test_get_status)) { in phy_start_cable_test() 619 phydev->drv->cable_test_get_status)) { in phy_start_cable_test_tdr() 1210 err = phydev->drv->cable_test_get_status(phydev, &finished); in phy_state_machine()
|
| H A D | marvell.c | 2860 .cable_test_get_status = marvell_vct7_cable_test_get_status, 2886 .cable_test_get_status = marvell_vct7_cable_test_get_status, 2912 .cable_test_get_status = marvell_vct7_cable_test_get_status, 2958 .cable_test_get_status = marvell_vct7_cable_test_get_status, 2984 .cable_test_get_status = marvell_vct7_cable_test_get_status,
|
| H A D | bcm54140.c | 847 .cable_test_get_status = bcm_phy_cable_test_get_status_rdb,
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | phy.h | 859 int (*cable_test_get_status)(struct phy_device *dev, bool *finished); member
|