/linux-6.3-rc2/include/linux/ |
A D | of_mdio.h | 33 bool of_phy_is_fixed_link(struct device_node *np); 124 static inline bool of_phy_is_fixed_link(struct device_node *np) in of_phy_is_fixed_link() function
|
/linux-6.3-rc2/drivers/net/mdio/ |
A D | of_mdio.c | 325 if (of_phy_is_fixed_link(np)) { in of_phy_get_and_connect() 354 bool of_phy_is_fixed_link(struct device_node *np) in of_phy_is_fixed_link() function 378 EXPORT_SYMBOL(of_phy_is_fixed_link);
|
/linux-6.3-rc2/drivers/staging/octeon/ |
A D | ethernet-mdio.c | 149 if (!phy_node && of_phy_is_fixed_link(priv->of_node)) in cvm_oct_phy_setup_device()
|
A D | ethernet.c | 889 if (priv->of_node && of_phy_is_fixed_link(priv->of_node)) { in cvm_oct_probe()
|
/linux-6.3-rc2/drivers/net/ethernet/broadcom/genet/ |
A D | bcmmii.c | 553 if (!priv->phy_dn && of_phy_is_fixed_link(dn)) { in bcmgenet_mii_of_init() 668 if (of_phy_is_fixed_link(dn)) in bcmgenet_mii_exit()
|
/linux-6.3-rc2/drivers/net/ethernet/freescale/fs_enet/ |
A D | fs_enet-main.c | 942 if (!fpi->phy_node && of_phy_is_fixed_link(ofdev->dev.of_node)) { in fs_enet_probe() 1047 if (of_phy_is_fixed_link(ofdev->dev.of_node)) in fs_enet_probe() 1066 if (of_phy_is_fixed_link(ofdev->dev.of_node)) in fs_enet_remove()
|
/linux-6.3-rc2/drivers/net/ethernet/ni/ |
A D | nixge.c | 1368 if (!phy_node && of_phy_is_fixed_link(pdev->dev.of_node)) { in nixge_probe() 1387 if (of_phy_is_fixed_link(pdev->dev.of_node)) in nixge_probe() 1408 if (of_phy_is_fixed_link(pdev->dev.of_node)) in nixge_remove()
|
/linux-6.3-rc2/drivers/net/ethernet/stmicro/stmmac/ |
A D | dwmac-ipq806x.c | 281 if (!of_phy_is_fixed_link(pdev->dev.of_node)) in ipq806x_gmac_configure_qsgmii_pcs_speed()
|
A D | stmmac_platform.c | 323 bool mdio = !of_phy_is_fixed_link(np); in stmmac_dt_phy()
|
/linux-6.3-rc2/drivers/net/ethernet/ti/ |
A D | davinci_emac.c | 1770 if (!of_phy_is_fixed_link(np)) in davinci_emac_of_get_pdata() 1990 if (of_phy_is_fixed_link(np)) in davinci_emac_probe() 2022 if (of_phy_is_fixed_link(np)) in davinci_emac_remove()
|
A D | cpsw.c | 1318 } else if (of_phy_is_fixed_link(slave_node)) { in cpsw_probe_dt() 1410 if (of_phy_is_fixed_link(slave_node)) in cpsw_remove_dt()
|
A D | cpsw_new.c | 1288 if (of_phy_is_fixed_link(port_np)) { in cpsw_probe_dt() 1353 if (of_phy_is_fixed_link(port_np)) in cpsw_remove_dt()
|
/linux-6.3-rc2/net/dsa/ |
A D | port.c | 1950 if (of_phy_is_fixed_link(dn)) in dsa_shared_port_validate_of() 1999 if (of_phy_is_fixed_link(dp->dn)) in dsa_shared_port_link_register_of() 2017 if (of_phy_is_fixed_link(dp->dn)) in dsa_shared_port_link_unregister_of()
|
/linux-6.3-rc2/drivers/net/ethernet/freescale/dpaa2/ |
A D | dpaa2-mac.c | 398 if (of_phy_is_fixed_link(to_of_node(dpmac_node)) && in dpaa2_mac_connect()
|
/linux-6.3-rc2/drivers/net/ethernet/faraday/ |
A D | ftgmac100.c | 1710 if (of_phy_is_fixed_link(priv->dev->of_node)) in ftgmac100_phy_disconnect() 1874 } else if (np && of_phy_is_fixed_link(np)) { in ftgmac100_probe()
|
/linux-6.3-rc2/drivers/net/ethernet/broadcom/ |
A D | bcmsysport.c | 2560 if (of_phy_is_fixed_link(dn)) { in bcm_sysport_probe() 2644 if (of_phy_is_fixed_link(dn)) in bcm_sysport_probe() 2662 if (of_phy_is_fixed_link(dn)) in bcm_sysport_remove()
|
/linux-6.3-rc2/drivers/net/ethernet/renesas/ |
A D | ravb_main.c | 1419 if (of_phy_is_fixed_link(np)) { in ravb_phy_init() 1465 if (of_phy_is_fixed_link(np)) in ravb_phy_init() 2184 if (of_phy_is_fixed_link(np)) in ravb_close()
|
/linux-6.3-rc2/drivers/net/ethernet/freescale/ |
A D | gianfar.c | 801 if (!priv->phy_node && of_phy_is_fixed_link(np)) { in gfar_of_init() 3356 if (of_phy_is_fixed_link(np)) in gfar_probe() 3377 if (of_phy_is_fixed_link(np)) in gfar_remove()
|
A D | ucc_geth.c | 3614 if (!ug_info->phy_node && of_phy_is_fixed_link(np)) { in ucc_geth_probe() 3746 if (of_phy_is_fixed_link(np)) in ucc_geth_probe() 3764 if (of_phy_is_fixed_link(np)) in ucc_geth_remove()
|
A D | fec_main.c | 4262 if (!phy_node && of_phy_is_fixed_link(np)) { in fec_probe() 4447 if (of_phy_is_fixed_link(np)) in fec_probe() 4479 if (of_phy_is_fixed_link(np)) in fec_drv_remove()
|
/linux-6.3-rc2/drivers/net/ethernet/ibm/emac/ |
A D | core.c | 2691 of_phy_is_fixed_link(np)) { in emac_init_phy() 2703 if (of_phy_is_fixed_link(np)) { in emac_init_phy()
|
/linux-6.3-rc2/drivers/net/dsa/sja1105/ |
A D | sja1105_main.c | 1218 if (!of_phy_is_fixed_link(child)) { in sja1105_parse_ports_node()
|
/linux-6.3-rc2/drivers/net/ethernet/cadence/ |
A D | macb_main.c | 923 if (of_phy_is_fixed_link(np)) in macb_mdiobus_register()
|