Lines Matching refs:comphy
1148 if (!port->comphy) in mvpp22_comphy_init()
1166 ret = phy_set_mode(port->comphy, mode); in mvpp22_comphy_init()
1170 return phy_power_on(port->comphy); in mvpp22_comphy_init()
3181 phy_power_off(port->comphy); in mvpp2_stop_dev()
4513 phy_power_off(port->comphy); in mvpp2_mac_config()
4596 struct phy *comphy = NULL; in mvpp2_port_probe() local
4639 comphy = devm_of_phy_get(&pdev->dev, port_node, NULL); in mvpp2_port_probe()
4640 if (IS_ERR(comphy)) { in mvpp2_port_probe()
4641 if (PTR_ERR(comphy) == -EPROBE_DEFER) { in mvpp2_port_probe()
4645 comphy = NULL; in mvpp2_port_probe()
4696 port->comphy = comphy; in mvpp2_port_probe()