Home
last modified time | relevance | path

Searched refs:phy_set_mode_ext (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/include/linux/phy/
Dphy.h207 int phy_set_mode_ext(struct phy *phy, enum phy_mode mode, int submode);
209 phy_set_mode_ext(phy, mode, 0)
327 static inline int phy_set_mode_ext(struct phy *phy, enum phy_mode mode, in phy_set_mode_ext() function
336 phy_set_mode_ext(phy, mode, 0)
/Linux-v5.4/drivers/pci/controller/dwc/
Dpcie-armada8k.c94 ret = phy_set_mode_ext(pcie->phy[i], PHY_MODE_PCIE, in armada8k_pcie_enable_phys()
/Linux-v5.4/drivers/phy/
Dphy-core.c359 int phy_set_mode_ext(struct phy *phy, enum phy_mode mode, int submode) in phy_set_mode_ext() function
374 EXPORT_SYMBOL_GPL(phy_set_mode_ext);
/Linux-v5.4/drivers/net/ethernet/mscc/
Docelot.c501 err = phy_set_mode_ext(port->serdes, PHY_MODE_ETHERNET, in ocelot_port_open()
/Linux-v5.4/drivers/net/ethernet/ti/
Dcpsw.c1282 phy_set_mode_ext(slave->data->ifphy, PHY_MODE_ETHERNET, in cpsw_slave_open()
/Linux-v5.4/drivers/net/ethernet/marvell/
Dmvneta.c3160 ret = phy_set_mode_ext(pp->comphy, PHY_MODE_ETHERNET, in mvneta_comphy_init()
/Linux-v5.4/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_main.c1316 ret = phy_set_mode_ext(port->comphy, PHY_MODE_ETHERNET, in mvpp22_comphy_init()