Searched refs:comphy (Results 1 - 4 of 4) sorted by path

/linux-master/drivers/net/ethernet/marvell/
H A Dmvneta.c537 struct phy *comphy; member in struct:mvneta_port
3701 ret = phy_set_mode_ext(pp->comphy, PHY_MODE_ETHERNET, interface);
3705 return phy_power_on(pp->comphy);
3713 if (pp->comphy) {
3826 WARN_ON(phy_power_off(pp->comphy));
4110 WARN_ON(phy_power_off(pp->comphy));
5462 struct phy *comphy; local
5495 comphy = devm_of_phy_get(&pdev->dev, dn, NULL);
5496 if (comphy == ERR_PTR(-EPROBE_DEFER))
5499 if (IS_ERR(comphy))
[all...]
/linux-master/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2.h1244 struct phy *comphy; member in struct:mvpp2_port
H A Dmvpp2_main.c1790 if (!port->comphy)
1793 ret = phy_set_mode_ext(port->comphy, PHY_MODE_ETHERNET, interface);
1797 return phy_power_on(port->comphy);
4585 /* comphy reconfiguration */
4653 phy_power_off(port->comphy);
6456 phy_power_off(port->comphy);
6689 struct phy *comphy = NULL; local
6735 comphy = devm_of_phy_get(&pdev->dev, port_node, NULL);
6736 if (IS_ERR(comphy)) {
6737 if (PTR_ERR(comphy)
[all...]
/linux-master/drivers/phy/marvell/
H A DMakefile7 obj-$(CONFIG_PHY_MVEBU_A3700_COMPHY) += phy-mvebu-a3700-comphy.o
9 obj-$(CONFIG_PHY_MVEBU_A38X_COMPHY) += phy-armada38x-comphy.o
10 obj-$(CONFIG_PHY_MVEBU_CP110_COMPHY) += phy-mvebu-cp110-comphy.o

Completed in 441 milliseconds