Home
last modified time | relevance | path

Searched refs:of_phy_is_fixed_link (Results 1 – 16 of 16) sorted by relevance

/linux/include/linux/
H A Dof_mdio.h49 bool of_phy_is_fixed_link(struct device_node *np);
140 static inline bool of_phy_is_fixed_link(struct device_node *np) in of_phy_is_fixed_link() function
/linux/drivers/net/mdio/
H A Dof_mdio.c361 if (of_phy_is_fixed_link(np)) { in of_phy_get_and_connect()
390 bool of_phy_is_fixed_link(struct device_node *np) in of_phy_is_fixed_link() function
413 EXPORT_SYMBOL(of_phy_is_fixed_link);
/linux/drivers/staging/octeon/
H A Dethernet-mdio.c147 if (!phy_node && of_phy_is_fixed_link(priv->of_node)) in cvm_oct_phy_setup_device()
/linux/drivers/net/ethernet/broadcom/genet/
H A Dbcmmii.c567 if (!priv->phy_dn && of_phy_is_fixed_link(dn)) { in bcmgenet_mii_of_init()
682 if (of_phy_is_fixed_link(dn)) in bcmgenet_mii_exit()
/linux/drivers/net/ethernet/ti/icssg/
H A Dicssg_prueth_sr1.c814 if (!emac->phy_node && !of_phy_is_fixed_link(eth_node)) { in prueth_netdev_init()
818 } else if (of_phy_is_fixed_link(eth_node)) { in prueth_netdev_init()
H A Dicssg_prueth.c1104 if (!emac->phy_node && !of_phy_is_fixed_link(eth_node)) { in prueth_netdev_init()
1108 } else if (of_phy_is_fixed_link(eth_node)) { in prueth_netdev_init()
H A Dicssg_common.c1135 if (of_phy_is_fixed_link(emac->phy_node)) in prueth_netdev_exit()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_platform.c365 legacy_mdio = !of_phy_is_fixed_link(np) && !plat->phy_node; in stmmac_mdio_setup()
/linux/drivers/net/ethernet/faraday/
H A Dftgmac100.c1738 if (of_phy_is_fixed_link(priv->dev->of_node)) in ftgmac100_phy_disconnect()
1921 } else if (np && (of_phy_is_fixed_link(np) || in ftgmac100_probe()
/linux/drivers/net/ethernet/broadcom/
H A Dbcmsysport.c2531 if (of_phy_is_fixed_link(dn)) { in bcm_sysport_probe()
2621 if (of_phy_is_fixed_link(dn)) in bcm_sysport_probe()
2639 if (of_phy_is_fixed_link(dn)) in bcm_sysport_remove()
/linux/drivers/net/ethernet/renesas/
H A Dravb_main.c1489 if (of_phy_is_fixed_link(np)) { in ravb_phy_init()
1524 if (of_phy_is_fixed_link(np)) in ravb_phy_init()
2345 if (of_phy_is_fixed_link(np)) in ravb_close()
/linux/drivers/net/ethernet/freescale/
H A Dgianfar.c803 if (!priv->phy_node && of_phy_is_fixed_link(np)) { in gfar_of_init()
3359 if (of_phy_is_fixed_link(np)) in gfar_probe()
3380 if (of_phy_is_fixed_link(np)) in gfar_remove()
H A Dfec_main.c4413 if (!phy_node && of_phy_is_fixed_link(np)) { in fec_probe()
4598 if (of_phy_is_fixed_link(np)) in fec_probe()
4632 if (of_phy_is_fixed_link(np)) in fec_drv_remove()
/linux/drivers/net/ethernet/ibm/emac/
H A Dcore.c2651 of_phy_is_fixed_link(np)) { in emac_init_phy()
2663 if (of_phy_is_fixed_link(np)) { in emac_init_phy()
/linux/drivers/net/dsa/sja1105/
H A Dsja1105_main.c1215 if (!of_phy_is_fixed_link(child)) { in sja1105_parse_ports_node()
/linux/drivers/net/ethernet/cadence/
H A Dmacb_main.c947 if (!mdio_np && of_phy_is_fixed_link(np)) in macb_mii_init()