Home
last modified time | relevance | path

Searched refs:of_phy_is_fixed_link (Results 1 – 18 of 18) 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/ethernet/ni/
H A Dnixge.c1366 if (!phy_node && of_phy_is_fixed_link(pdev->dev.of_node)) { in nixge_probe()
1385 if (of_phy_is_fixed_link(pdev->dev.of_node)) in nixge_probe()
1406 if (of_phy_is_fixed_link(pdev->dev.of_node)) in nixge_remove()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-ipq806x.c281 if (!of_phy_is_fixed_link(pdev->dev.of_node)) in ipq806x_gmac_configure_qsgmii_pcs_speed()
/linux/drivers/net/ethernet/ti/
H A Ddavinci_emac.c1765 if (!of_phy_is_fixed_link(np)) in davinci_emac_of_get_pdata()
1986 if (of_phy_is_fixed_link(np)) in davinci_emac_probe()
2018 if (of_phy_is_fixed_link(np)) in davinci_emac_remove()
H A Dcpsw.c1348 } else if (of_phy_is_fixed_link(slave_node)) { in cpsw_probe_dt()
1440 if (of_phy_is_fixed_link(slave_node)) in cpsw_remove_dt()
H A Dcpsw_new.c1299 if (of_phy_is_fixed_link(port_np)) { in cpsw_probe_dt()
1364 if (of_phy_is_fixed_link(port_np)) in cpsw_remove_dt()
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-mac.c401 if (of_phy_is_fixed_link(to_of_node(dpmac_node)) && in dpaa2_mac_connect()
/linux/drivers/net/ethernet/ti/icssg/
H A Dicssg_prueth_sr1.c812 if (!emac->phy_node && !of_phy_is_fixed_link(eth_node)) { in prueth_netdev_init()
816 } else if (of_phy_is_fixed_link(eth_node)) { in prueth_netdev_init()
H A Dicssg_prueth.c1197 if (!emac->phy_node && !of_phy_is_fixed_link(eth_node)) { in prueth_netdev_init()
1201 } else if (of_phy_is_fixed_link(eth_node)) { in prueth_netdev_init()
H A Dicssg_common.c1409 if (of_phy_is_fixed_link(emac->phy_node)) in prueth_netdev_exit()
/linux/drivers/staging/octeon/
H A Dethernet.c889 if (priv->of_node && of_phy_is_fixed_link(priv->of_node)) { in cvm_oct_probe()
/linux/drivers/net/ethernet/faraday/
H A Dftgmac100.c1759 if (of_phy_is_fixed_link(priv->dev->of_node)) in ftgmac100_phy_disconnect()
1942 } 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.c794 if (!priv->phy_node && of_phy_is_fixed_link(np)) { in gfar_of_init()
3319 if (of_phy_is_fixed_link(np)) in gfar_probe()
3340 if (of_phy_is_fixed_link(np)) in gfar_remove()
H A Dfec_main.c4416 if (!phy_node && of_phy_is_fixed_link(np)) { in fec_probe()
4601 if (of_phy_is_fixed_link(np)) in fec_probe()
4635 if (of_phy_is_fixed_link(np)) in fec_drv_remove()
/linux/drivers/net/ethernet/ibm/emac/
H A Dcore.c2646 of_phy_is_fixed_link(np)) { in emac_init_phy()
2658 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()