Home
last modified time | relevance | path

Searched refs:phy_dn (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/broadcom/genet/
Dbcmmii.c350 phydev = of_phy_connect(dev, priv->phy_dn, bcmgenet_mii_setup, in bcmgenet_mii_probe()
562 priv->phy_dn = of_parse_phandle(dn, "phy-handle", 0); in bcmgenet_mii_of_init()
567 if (!priv->phy_dn && of_phy_is_fixed_link(dn)) { in bcmgenet_mii_of_init()
572 priv->phy_dn = of_node_get(dn); in bcmgenet_mii_of_init()
684 of_node_put(priv->phy_dn); in bcmgenet_mii_exit()
Dbcmgenet.h607 struct device_node *phy_dn; member
/linux-6.12.1/drivers/net/ethernet/broadcom/asp2/
Dbcmasp_intf.c1041 phydev = of_phy_connect(dev, intf->phy_dn, in bcmasp_netif_init()
1235 intf->phy_dn = of_parse_phandle(ndev_dn, "phy-handle", 0); in bcmasp_interface_create()
1236 if (!intf->phy_dn && of_phy_is_fixed_link(ndev_dn)) { in bcmasp_interface_create()
1243 intf->phy_dn = ndev_dn; in bcmasp_interface_create()
Dbcmasp.h332 struct device_node *phy_dn; member
/linux-6.12.1/drivers/net/ethernet/pasemi/
Dpasemi_mac.c1040 struct device_node *dn, *phy_dn; in pasemi_mac_phy_init() local
1044 phy_dn = of_parse_phandle(dn, "phy-handle", 0); in pasemi_mac_phy_init()
1050 phydev = of_phy_connect(dev, phy_dn, &pasemi_adjust_link, 0, in pasemi_mac_phy_init()
1053 of_node_put(phy_dn); in pasemi_mac_phy_init()
/linux-6.12.1/drivers/net/ethernet/broadcom/
Dbcmsysport.h740 struct device_node *phy_dn; member
Dbcmsysport.c1998 phydev = of_phy_connect(dev, priv->phy_dn, bcm_sysport_adj_link, in bcm_sysport_open()
2568 priv->phy_dn = dn; in bcm_sysport_probe()