Searched refs:phynode (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/altera/ |
D | altera_tse_main.c | 782 struct device_node *phynode; in init_phy() local 794 phynode = of_parse_phandle(priv->device->of_node, "phy-handle", 0); in init_phy() 796 if (!phynode) { in init_phy() 808 phynode = of_node_get(priv->device->of_node); in init_phy() 812 phydev = of_phy_connect(dev, phynode, in init_phy() 825 phydev = of_phy_connect(dev, phynode, in init_phy() 828 of_node_put(phynode); in init_phy()
|
/Linux-v4.19/drivers/phy/st/ |
D | phy-miphy28lp.c | 1076 struct device_node *phynode = miphy_phy->phy->dev.of_node; in miphy28lp_get_addr() local 1085 err = miphy28lp_get_one_addr(miphy_dev->dev, phynode, in miphy28lp_get_addr() 1093 err = miphy28lp_get_one_addr(miphy_dev->dev, phynode, "pipew", in miphy28lp_get_addr() 1107 struct device_node *phynode = args->np; in miphy28lp_xlate() local 1116 if (phynode == miphy_dev->phys[index]->phy->dev.of_node) { in miphy28lp_xlate()
|
D | phy-stm32-usbphyc.c | 273 struct device_node *phynode = args->np; in stm32_usbphyc_of_xlate() local 277 if (phynode == usbphyc->phys[port]->phy->dev.of_node) { in stm32_usbphyc_of_xlate()
|
/Linux-v4.19/drivers/power/supply/ |
D | twl4030_charger.c | 997 struct device_node *phynode; in twl4030_bci_probe() local 999 phynode = of_find_compatible_node(bci->dev->of_node->parent, in twl4030_bci_probe() 1001 if (phynode) { in twl4030_bci_probe() 1004 bci->dev, phynode, &bci->usb_nb); in twl4030_bci_probe()
|