Searched refs:phynode (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/board/ti/am335x/ |
H A D | board.c | 633 int enetnode, slavenode, phynode; in ft_board_setup() local 678 phynode = fdtdec_lookup_phandle(fdt, slavenode, in ft_board_setup() 680 if (phynode < 0) in ft_board_setup() 683 ret = fdtdec_get_int(fdt, phynode, "reg", -ENOENT); in ft_board_setup() 691 fdt_setprop_u32(fdt, phynode, "reg", in ft_board_setup()
|
/openbmc/linux/drivers/power/supply/ |
H A D | twl4030_charger.c | 1020 struct device_node *phynode; in twl4030_bci_probe() local 1022 phynode = of_get_compatible_child(bci->dev->of_node->parent, in twl4030_bci_probe() 1024 if (phynode) { in twl4030_bci_probe() 1027 bci->dev, phynode, &bci->usb_nb); in twl4030_bci_probe() 1028 of_node_put(phynode); in twl4030_bci_probe()
|
/openbmc/linux/drivers/phy/st/ |
H A D | phy-miphy28lp.c | 1050 struct device_node *phynode = miphy_phy->phy->dev.of_node; in miphy28lp_get_addr() local 1059 err = miphy28lp_get_one_addr(miphy_dev->dev, phynode, in miphy28lp_get_addr() 1067 err = miphy28lp_get_one_addr(miphy_dev->dev, phynode, "pipew", in miphy28lp_get_addr() 1081 struct device_node *phynode = args->np; in miphy28lp_xlate() local 1090 if (phynode == miphy_dev->phys[index]->phy->dev.of_node) { in miphy28lp_xlate()
|
H A D | phy-stm32-usbphyc.c | 581 struct device_node *phynode = args->np; in stm32_usbphyc_of_xlate() local 585 if (phynode == usbphyc->phys[port]->phy->dev.of_node) { in stm32_usbphyc_of_xlate()
|