Searched refs:phynode (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/power/supply/ |
D | twl4030_charger.c | 1021 struct device_node *phynode; in twl4030_bci_probe() local 1023 phynode = of_get_compatible_child(bci->dev->of_node->parent, in twl4030_bci_probe() 1025 if (phynode) { in twl4030_bci_probe() 1028 bci->dev, phynode, &bci->usb_nb); in twl4030_bci_probe() 1029 of_node_put(phynode); in twl4030_bci_probe()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/altera/ |
D | altera_tse_main.c | 777 struct device_node *phynode; in init_phy() local 789 phynode = of_parse_phandle(priv->device->of_node, "phy-handle", 0); in init_phy() 791 if (!phynode) { in init_phy() 803 phynode = of_node_get(priv->device->of_node); in init_phy() 807 phydev = of_phy_connect(dev, phynode, in init_phy() 820 phydev = of_phy_connect(dev, phynode, in init_phy() 823 of_node_put(phynode); in init_phy()
|
/kernel/linux/linux-5.10/drivers/phy/st/ |
D | phy-miphy28lp.c | 1072 struct device_node *phynode = miphy_phy->phy->dev.of_node; in miphy28lp_get_addr() local 1081 err = miphy28lp_get_one_addr(miphy_dev->dev, phynode, in miphy28lp_get_addr() 1089 err = miphy28lp_get_one_addr(miphy_dev->dev, phynode, "pipew", in miphy28lp_get_addr() 1103 struct device_node *phynode = args->np; in miphy28lp_xlate() local 1112 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/microchip/ |
D | lan743x_main.c | 1013 struct device_node *phynode; in lan743x_phy_open() local 1018 phynode = of_node_get(adapter->pdev->dev.of_node); in lan743x_phy_open() 1020 if (phynode) { in lan743x_phy_open() 1022 of_get_phy_mode(phynode, &adapter->phy_mode); in lan743x_phy_open() 1024 if (of_phy_is_fixed_link(phynode)) { in lan743x_phy_open() 1025 ret = of_phy_register_fixed_link(phynode); in lan743x_phy_open() 1029 of_node_put(phynode); in lan743x_phy_open() 1033 phydev = of_phy_connect(netdev, phynode, in lan743x_phy_open() 1036 of_node_put(phynode); in lan743x_phy_open()
|