Searched refs:phy_dn (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/genet/ |
| H A D | bcmmii.c | 304 phydev = of_phy_connect(dev, priv->phy_dn, bcmgenet_mii_setup, in bcmgenet_mii_probe() 511 priv->phy_dn = of_parse_phandle(dn, "phy-handle", 0); in bcmgenet_mii_of_init() 516 if (!priv->phy_dn && of_phy_is_fixed_link(dn)) { in bcmgenet_mii_of_init() 521 priv->phy_dn = of_node_get(dn); in bcmgenet_mii_of_init() 633 of_node_put(priv->phy_dn); in bcmgenet_mii_exit()
|
| H A D | bcmgenet.h | 656 struct device_node *phy_dn; member
|
| /OK3568_Linux_fs/kernel/net/dsa/ |
| H A D | port.c | 481 struct device_node *phy_dn; in dsa_port_get_phy_device() local 484 phy_dn = of_parse_phandle(dp->dn, "phy-handle", 0); in dsa_port_get_phy_device() 485 if (!phy_dn) in dsa_port_get_phy_device() 488 phydev = of_phy_find_device(phy_dn); in dsa_port_get_phy_device() 490 of_node_put(phy_dn); in dsa_port_get_phy_device() 494 of_node_put(phy_dn); in dsa_port_get_phy_device()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/pasemi/ |
| H A D | pasemi_mac.c | 1040 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/ |
| H A D | bcmsysport.h | 760 struct device_node *phy_dn; member
|
| H A D | bcmsysport.c | 1981 phydev = of_phy_connect(dev, priv->phy_dn, bcm_sysport_adj_link, in bcm_sysport_open() 2562 priv->phy_dn = dn; in bcm_sysport_probe()
|