Searched refs:of_phy_is_fixed_link (Results 1 - 25 of 25) sorted by relevance

/linux-master/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) function
/linux-master/drivers/net/mdio/
H A Dof_mdio.c361 if (of_phy_is_fixed_link(np)) {
383 * of_phy_is_fixed_link() and of_phy_register_fixed_link() must
390 bool of_phy_is_fixed_link(struct device_node *np) function
414 EXPORT_SYMBOL(of_phy_is_fixed_link); variable
/linux-master/drivers/staging/octeon/
H A Dethernet-mdio.c147 if (!phy_node && of_phy_is_fixed_link(priv->of_node))
H A Dethernet.c889 if (priv->of_node && of_phy_is_fixed_link(priv->of_node)) {
/linux-master/drivers/net/ethernet/broadcom/genet/
H A Dbcmmii.c563 if (!priv->phy_dn && of_phy_is_fixed_link(dn)) {
678 if (of_phy_is_fixed_link(dn))
/linux-master/drivers/net/ethernet/freescale/fs_enet/
H A Dfs_enet-main.c938 if (!fpi->phy_node && of_phy_is_fixed_link(ofdev->dev.of_node)) {
1043 if (of_phy_is_fixed_link(ofdev->dev.of_node))
1062 if (of_phy_is_fixed_link(ofdev->dev.of_node))
/linux-master/drivers/net/ethernet/ni/
H A Dnixge.c1366 if (!phy_node && of_phy_is_fixed_link(pdev->dev.of_node)) {
1385 if (of_phy_is_fixed_link(pdev->dev.of_node))
1406 if (of_phy_is_fixed_link(pdev->dev.of_node))
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-mac.c401 if (of_phy_is_fixed_link(to_of_node(dpmac_node)) &&
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-ipq806x.c281 if (!of_phy_is_fixed_link(pdev->dev.of_node))
H A Dstmmac_platform.c365 legacy_mdio = !of_phy_is_fixed_link(np) && !plat->phy_node;
/linux-master/drivers/net/ethernet/ti/
H A Ddavinci_emac.c1765 if (!of_phy_is_fixed_link(np))
1986 if (of_phy_is_fixed_link(np))
2018 if (of_phy_is_fixed_link(np))
H A Dcpsw.c1320 } else if (of_phy_is_fixed_link(slave_node)) {
1412 if (of_phy_is_fixed_link(slave_node))
H A Dcpsw_new.c1292 if (of_phy_is_fixed_link(port_np)) {
1357 if (of_phy_is_fixed_link(port_np))
/linux-master/net/dsa/
H A Dport.c1936 /* Note: of_phy_is_fixed_link() also returns true for
1939 if (of_phy_is_fixed_link(dn))
1988 if (of_phy_is_fixed_link(dp->dn))
2006 if (of_phy_is_fixed_link(dp->dn))
/linux-master/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp_intf.c1235 if (!intf->phy_dn && of_phy_is_fixed_link(ndev_dn)) {
1288 if (of_phy_is_fixed_link(intf->ndev_dn))
/linux-master/drivers/net/ethernet/broadcom/
H A Dbcmsysport.c2560 if (of_phy_is_fixed_link(dn)) {
2644 if (of_phy_is_fixed_link(dn))
2662 if (of_phy_is_fixed_link(dn))
/linux-master/drivers/net/ethernet/ti/icssg/
H A Dicssg_prueth.c1783 if (!emac->phy_node && !of_phy_is_fixed_link(eth_node)) {
1787 } else if (of_phy_is_fixed_link(eth_node)) {
1879 if (of_phy_is_fixed_link(emac->phy_node))
/linux-master/drivers/net/ethernet/faraday/
H A Dftgmac100.c1716 if (of_phy_is_fixed_link(priv->dev->of_node))
1882 } else if (np && of_phy_is_fixed_link(np)) {
/linux-master/drivers/net/ethernet/freescale/
H A Ducc_geth.c3615 if (!ug_info->phy_node && of_phy_is_fixed_link(np)) {
3747 if (of_phy_is_fixed_link(np))
3765 if (of_phy_is_fixed_link(np))
H A Dgianfar.c801 if (!priv->phy_node && of_phy_is_fixed_link(np)) {
3356 if (of_phy_is_fixed_link(np))
3377 if (of_phy_is_fixed_link(np))
H A Dfec_main.c4384 if (!phy_node && of_phy_is_fixed_link(np)) {
4568 if (of_phy_is_fixed_link(np))
4602 if (of_phy_is_fixed_link(np))
/linux-master/drivers/net/ethernet/renesas/
H A Dravb_main.c1445 if (of_phy_is_fixed_link(np)) {
1480 if (of_phy_is_fixed_link(np))
2290 if (of_phy_is_fixed_link(np))
/linux-master/drivers/net/ethernet/ibm/emac/
H A Dcore.c2692 of_phy_is_fixed_link(np)) {
2704 if (of_phy_is_fixed_link(np)) {
/linux-master/drivers/net/dsa/sja1105/
H A Dsja1105_main.c1219 if (!of_phy_is_fixed_link(child)) {
/linux-master/drivers/net/ethernet/cadence/
H A Dmacb_main.c933 if (of_phy_is_fixed_link(np))

Completed in 341 milliseconds