Home
last modified time | relevance | path

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

/Linux-v4.19/net/dsa/
Dport.c379 if (of_phy_is_fixed_link(dp->dn)) in dsa_port_link_register_of()
387 if (of_phy_is_fixed_link(dp->dn)) in dsa_port_link_unregister_of()
398 if (of_phy_is_fixed_link(dp->dn)) in dsa_port_get_phy_strings()
417 if (of_phy_is_fixed_link(dp->dn)) in dsa_port_get_ethtool_phy_stats()
436 if (of_phy_is_fixed_link(dp->dn)) in dsa_port_get_phy_sset_count()
/Linux-v4.19/include/linux/
Dof_mdio.h32 extern bool of_phy_is_fixed_link(struct device_node *np);
112 static inline bool of_phy_is_fixed_link(struct device_node *np) in of_phy_is_fixed_link() function
/Linux-v4.19/drivers/of/
Dof_mdio.c375 if (of_phy_is_fixed_link(np)) { in of_phy_get_and_connect()
434 bool of_phy_is_fixed_link(struct device_node *np) in of_phy_is_fixed_link() function
458 EXPORT_SYMBOL(of_phy_is_fixed_link);
/Linux-v4.19/drivers/staging/octeon/
Dethernet-mdio.c154 if (!phy_node && of_phy_is_fixed_link(priv->of_node)) { in cvm_oct_phy_setup_device()
/Linux-v4.19/drivers/net/ethernet/broadcom/genet/
Dbcmmii.c456 if (!priv->phy_dn && of_phy_is_fixed_link(dn)) { in bcmgenet_mii_of_init()
579 if (of_phy_is_fixed_link(dn)) in bcmgenet_mii_exit()
/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_platform.c342 if (!plat->phy_node && of_phy_is_fixed_link(np)) { in stmmac_dt_phy()
590 if (of_phy_is_fixed_link(np)) in stmmac_remove_config_dt()
/Linux-v4.19/drivers/net/ethernet/freescale/fs_enet/
Dfs_enet-main.c952 if (!fpi->phy_node && of_phy_is_fixed_link(ofdev->dev.of_node)) { in fs_enet_probe()
1059 if (of_phy_is_fixed_link(ofdev->dev.of_node)) in fs_enet_probe()
1079 if (of_phy_is_fixed_link(ofdev->dev.of_node)) in fs_enet_remove()
/Linux-v4.19/drivers/net/ethernet/mediatek/
Dmtk_eth_soc.c270 if (!of_phy_is_fixed_link(mac->of_node)) in mtk_phy_link_adjust()
310 if (!np && of_phy_is_fixed_link(mac->of_node)) in mtk_phy_connect()
358 if (of_phy_is_fixed_link(mac->of_node)) in mtk_phy_connect()
373 if (of_phy_is_fixed_link(mac->of_node)) in mtk_phy_connect()
2056 if (of_phy_is_fixed_link(mac->of_node)) in mtk_uninit()
2111 of_phy_is_fixed_link(eth->mac[i]->of_node)) in mtk_pending_work()
/Linux-v4.19/drivers/net/ethernet/aurora/
Dnb8800.c1434 if (of_phy_is_fixed_link(pdev->dev.of_node)) { in nb8800_probe()
1496 if (of_phy_is_fixed_link(pdev->dev.of_node)) in nb8800_probe()
1515 if (of_phy_is_fixed_link(pdev->dev.of_node)) in nb8800_remove()
/Linux-v4.19/drivers/net/ethernet/ti/
Ddavinci_emac.c1739 if (!of_phy_is_fixed_link(np)) in davinci_emac_of_get_pdata()
1964 if (of_phy_is_fixed_link(np)) in davinci_emac_probe()
1996 if (of_phy_is_fixed_link(np)) in davinci_emac_remove()
Dcpsw.c3145 } else if (of_phy_is_fixed_link(slave_node)) { in cpsw_probe_dt()
3234 if (of_phy_is_fixed_link(slave_node)) in cpsw_remove_dt()
/Linux-v4.19/drivers/net/ethernet/altera/
Daltera_tse_main.c798 if (of_phy_is_fixed_link(priv->device->of_node)) { in init_phy()
1628 if (of_phy_is_fixed_link(priv->device->of_node)) in altera_tse_remove()
/Linux-v4.19/drivers/net/ethernet/renesas/
Dravb_main.c1048 if (of_phy_is_fixed_link(np)) { in ravb_phy_init()
1087 if (of_phy_is_fixed_link(np)) in ravb_phy_init()
1693 if (of_phy_is_fixed_link(np)) in ravb_close()
/Linux-v4.19/drivers/net/ethernet/cadence/
Dmacb_main.c484 if (of_phy_is_fixed_link(np)) { in macb_mii_probe()
590 if (np && of_phy_is_fixed_link(np)) { in macb_mii_init()
617 if (np && of_phy_is_fixed_link(np)) in macb_mii_init()
4112 if (np && of_phy_is_fixed_link(np)) in macb_probe()
4141 if (np && of_phy_is_fixed_link(np)) in macb_remove()
/Linux-v4.19/drivers/net/ethernet/freescale/fman/
Dmac.c810 if (!mac_dev->phy_node && of_phy_is_fixed_link(mac_node)) { in mac_probe()
/Linux-v4.19/drivers/net/ethernet/broadcom/
Dbcmsysport.c2486 if (of_phy_is_fixed_link(dn)) { in bcm_sysport_probe()
2559 if (of_phy_is_fixed_link(dn)) in bcm_sysport_probe()
2577 if (of_phy_is_fixed_link(dn)) in bcm_sysport_remove()
/Linux-v4.19/drivers/net/ethernet/freescale/
Dgianfar.c916 if (!priv->phy_node && of_phy_is_fixed_link(np)) { in gfar_of_init()
1471 if (of_phy_is_fixed_link(np)) in gfar_probe()
1492 if (of_phy_is_fixed_link(np)) in gfar_remove()
Dfec_main.c3425 if (!phy_node && of_phy_is_fixed_link(np)) { in fec_probe()
3584 if (of_phy_is_fixed_link(np)) in fec_probe()
3610 if (of_phy_is_fixed_link(np)) in fec_drv_remove()
Ducc_geth.c3798 if (!ug_info->phy_node && of_phy_is_fixed_link(np)) { in ucc_geth_probe()
3931 if (of_phy_is_fixed_link(np)) in ucc_geth_probe()
3948 if (of_phy_is_fixed_link(np)) in ucc_geth_remove()
/Linux-v4.19/drivers/net/ethernet/ibm/emac/
Dcore.c2665 of_phy_is_fixed_link(np)) { in emac_init_phy()
2677 if (of_phy_is_fixed_link(np)) { in emac_init_phy()