Home
last modified time | relevance | path

Searched refs:dev_read_first_subnode (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/include/dm/
H A Dread.h439 ofnode dev_read_first_subnode(struct udevice *dev);
715 static inline ofnode dev_read_first_subnode(struct udevice *dev) in dev_read_first_subnode() function
771 for (subnode = dev_read_first_subnode(dev); \
/openbmc/u-boot/test/dm/
H A Dnop.c20 ofnode ofnode = dev_read_first_subnode(parent); in noptest_bind()
/openbmc/u-boot/drivers/gpio/
H A Dmt7621_gpio.c145 for (node = dev_read_first_subnode(parent); ofnode_valid(node); in gpio_mediatek_bind()
/openbmc/u-boot/drivers/core/
H A Dread.c62 ofnode dev_read_first_subnode(struct udevice *dev) in dev_read_first_subnode() function
/openbmc/u-boot/drivers/phy/
H A Dphy-stm32-usbphyc.c358 node = dev_read_first_subnode(dev); in stm32_usbphyc_probe()
/openbmc/u-boot/drivers/net/mscc_eswitch/
H A Docelot_switch.c177 eth_node = dev_read_first_subnode(dev); in ocelot_mdiobus_init()
H A Dluton_switch.c229 eth_node = dev_read_first_subnode(dev); in luton_mdiobus_init()