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/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.c551 if (!priv->phy_dn && of_phy_is_fixed_link(dn)) { in bcmgenet_mii_of_init()
614 if (of_phy_is_fixed_link(dn)) in bcmgenet_mii_exit()
/linux/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp_intf.c1210 if (!intf->phy_dn && of_phy_is_fixed_link(ndev_dn)) { in bcmasp_interface_create()
1255 if (of_phy_is_fixed_link(ndev_dn)) in bcmasp_interface_create()
1267 if (of_phy_is_fixed_link(intf->ndev_dn)) in bcmasp_interface_destroy()
/linux/drivers/net/ethernet/broadcom/
H A Dbcmsysport.c2530 if (of_phy_is_fixed_link(dn)) { in bcm_sysport_probe()
2620 if (of_phy_is_fixed_link(dn)) in bcm_sysport_probe()
2638 if (of_phy_is_fixed_link(dn)) in bcm_sysport_remove()
/linux/drivers/net/ethernet/ti/
H A Dcpsw.c1367 } else if (of_phy_is_fixed_link(slave_node)) { in cpsw_probe_dt()
1459 if (of_phy_is_fixed_link(slave_node)) in cpsw_remove_dt()
H A Dcpsw_new.c1317 if (of_phy_is_fixed_link(port_np)) { in cpsw_probe_dt()
1382 if (of_phy_is_fixed_link(port_np)) in cpsw_remove_dt()
/linux/drivers/net/ethernet/spacemit/
H A Dk1_emac.c1628 if (!np && of_phy_is_fixed_link(dev->of_node)) in emac_phy_connect()
1967 if (of_phy_is_fixed_link(dev->of_node)) { in emac_probe()
/linux/drivers/net/ethernet/freescale/
H A Dgianfar.c791 if (!priv->phy_node && of_phy_is_fixed_link(np)) { in gfar_of_init()
3314 if (of_phy_is_fixed_link(np)) in gfar_probe()
3335 if (of_phy_is_fixed_link(np)) in gfar_remove()
H A Dfec_main.c5277 if (!phy_node && of_phy_is_fixed_link(np)) { in fec_probe()
5474 if (of_phy_is_fixed_link(np)) in fec_probe()
5508 if (of_phy_is_fixed_link(np)) in fec_drv_remove()
/linux/drivers/net/ethernet/renesas/
H A Dravb_main.c1500 if (of_phy_is_fixed_link(np)) { in ravb_phy_init()
1535 if (of_phy_is_fixed_link(np)) in ravb_phy_init()
2375 if (of_phy_is_fixed_link(np)) in ravb_close()
/linux/drivers/net/ethernet/ti/icssg/
H A Dicssg_prueth.c1492 if (!emac->phy_node && !of_phy_is_fixed_link(eth_node)) { in prueth_netdev_init()
1496 } else if (of_phy_is_fixed_link(eth_node)) { in prueth_netdev_init()
H A Dicssg_common.c1722 if (of_phy_is_fixed_link(emac->phy_node)) in prueth_netdev_exit()
/linux/net/dsa/
H A Dport.c1826 if (of_phy_is_fixed_link(dn)) in dsa_shared_port_validate_of()
/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()
/linux/drivers/net/ethernet/cadence/
H A Dmacb_main.c992 if (!mdio_np && of_phy_is_fixed_link(np)) in macb_mii_init()