comphy            443 drivers/net/ethernet/marvell/mvneta.c 	struct phy *comphy;
comphy           3171 drivers/net/ethernet/marvell/mvneta.c 	if (!pp->comphy)
comphy           3174 drivers/net/ethernet/marvell/mvneta.c 	ret = phy_set_mode_ext(pp->comphy, PHY_MODE_ETHERNET,
comphy           3179 drivers/net/ethernet/marvell/mvneta.c 	return phy_power_on(pp->comphy);
comphy           3251 drivers/net/ethernet/marvell/mvneta.c 	WARN_ON(phy_power_off(pp->comphy));
comphy           3400 drivers/net/ethernet/marvell/mvneta.c 	if (pp->comphy || state->interface != PHY_INTERFACE_MODE_2500BASEX) {
comphy           3404 drivers/net/ethernet/marvell/mvneta.c 	if (pp->comphy || state->interface == PHY_INTERFACE_MODE_2500BASEX) {
comphy           3564 drivers/net/ethernet/marvell/mvneta.c 	if (pp->comphy && pp->phy_interface != state->interface &&
comphy           3570 drivers/net/ethernet/marvell/mvneta.c 		WARN_ON(phy_power_off(pp->comphy));
comphy           4491 drivers/net/ethernet/marvell/mvneta.c 	struct phy *comphy;
comphy           4516 drivers/net/ethernet/marvell/mvneta.c 	comphy = devm_of_phy_get(&pdev->dev, dn, NULL);
comphy           4517 drivers/net/ethernet/marvell/mvneta.c 	if (comphy == ERR_PTR(-EPROBE_DEFER)) {
comphy           4520 drivers/net/ethernet/marvell/mvneta.c 	} else if (IS_ERR(comphy)) {
comphy           4521 drivers/net/ethernet/marvell/mvneta.c 		comphy = NULL;
comphy           4544 drivers/net/ethernet/marvell/mvneta.c 	pp->comphy = comphy;
comphy            940 drivers/net/ethernet/marvell/mvpp2/mvpp2.h 	struct phy *comphy;
comphy           1313 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	if (!port->comphy)
comphy           1316 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	ret = phy_set_mode_ext(port->comphy, PHY_MODE_ETHERNET,
comphy           1321 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	return phy_power_on(port->comphy);
comphy           3490 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	phy_power_off(port->comphy);
comphy           5106 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		phy_power_off(port->comphy);
comphy           5197 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	struct phy *comphy = NULL;
comphy           5234 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		comphy = devm_of_phy_get(&pdev->dev, port_node, NULL);
comphy           5235 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		if (IS_ERR(comphy)) {
comphy           5236 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 			if (PTR_ERR(comphy) == -EPROBE_DEFER) {
comphy           5240 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 			comphy = NULL;
comphy           5292 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	port->comphy = comphy;