Home
last modified time | relevance | path

Searched refs:of_phy_is_fixed_link (Results 1 – 17 of 17) 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.c792 if (!emac->phy_node && !of_phy_is_fixed_link(eth_node)) { in prueth_netdev_init()
796 } else if (of_phy_is_fixed_link(eth_node)) { in prueth_netdev_init()
H A Dicssg_prueth.c938 if (!emac->phy_node && !of_phy_is_fixed_link(eth_node)) { in prueth_netdev_init()
942 } else if (of_phy_is_fixed_link(eth_node)) { in prueth_netdev_init()
H A Dicssg_common.c1160 if (of_phy_is_fixed_link(emac->phy_node)) in prueth_netdev_exit()
/linux/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp_intf.c1239 if (!intf->phy_dn && of_phy_is_fixed_link(ndev_dn)) { in bcmasp_interface_create()
1292 if (of_phy_is_fixed_link(intf->ndev_dn)) in bcmasp_interface_destroy()
/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.c2527 if (of_phy_is_fixed_link(dn)) { in bcm_sysport_probe()
2611 if (of_phy_is_fixed_link(dn)) in bcm_sysport_probe()
2629 if (of_phy_is_fixed_link(dn)) in bcm_sysport_remove()
/linux/drivers/net/ethernet/ti/
H A Dcpsw_new.c1292 if (of_phy_is_fixed_link(port_np)) { in cpsw_probe_dt()
1357 if (of_phy_is_fixed_link(port_np)) in cpsw_remove_dt()
/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.c4379 if (!phy_node && of_phy_is_fixed_link(np)) { in fec_probe()
4564 if (of_phy_is_fixed_link(np)) in fec_probe()
4598 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.c956 if (!mdio_np && of_phy_is_fixed_link(np)) in macb_mii_init()