Home
last modified time | relevance | path

Searched refs:phynode (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/power/supply/
Dtwl4030_charger.c1021 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()
/linux-6.1.9/drivers/phy/st/
Dphy-miphy28lp.c1072 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()
Dphy-stm32-usbphyc.c577 struct device_node *phynode = args->np; in stm32_usbphyc_of_xlate() local
581 if (phynode == usbphyc->phys[port]->phy->dev.of_node) { in stm32_usbphyc_of_xlate()