Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/test/dm/
Dnop.c20 ofnode ofnode = dev_read_first_subnode(parent); in noptest_bind()
/third_party/uboot/u-boot-2020.01/include/dm/
Dread.h507 ofnode dev_read_first_subnode(struct udevice *dev);
827 static inline ofnode dev_read_first_subnode(struct udevice *dev) in dev_read_first_subnode() function
888 for (subnode = dev_read_first_subnode(dev); \
/third_party/uboot/u-boot-2020.01/drivers/gpio/
Dmt7621_gpio.c145 for (node = dev_read_first_subnode(parent); ofnode_valid(node); in gpio_mediatek_bind()
Ddwapb_gpio.c166 for (node = dev_read_first_subnode(dev); ofnode_valid(node); in gpio_dwapb_bind()
/third_party/uboot/u-boot-2020.01/drivers/spi/
Dcadence_qspi.c311 subnode = dev_read_first_subnode(bus); in cadence_spi_ofdata_to_platdata()
/third_party/uboot/u-boot-2020.01/drivers/phy/
Dphy-stm32-usbphyc.c374 node = dev_read_first_subnode(dev); in stm32_usbphyc_probe()
/third_party/uboot/u-boot-2020.01/drivers/core/
Dread.c72 ofnode dev_read_first_subnode(struct udevice *dev) in dev_read_first_subnode() function
/third_party/uboot/u-boot-2020.01/drivers/net/mscc_eswitch/
Dservalt_switch.c441 eth_node = dev_read_first_subnode(dev); in servalt_probe()
Dserval_switch.c510 eth_node = dev_read_first_subnode(dev); in serval_probe()
Docelot_switch.c558 eth_node = dev_read_first_subnode(dev); in ocelot_probe()
Dluton_switch.c636 eth_node = dev_read_first_subnode(dev); in luton_probe()
Djr2_switch.c870 eth_node = dev_read_first_subnode(dev); in jr2_probe()