Home
last modified time | relevance | path

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

/u-boot/test/dm/
A Dofnode.c423 val = ofnode_get_child_count(node); in dm_test_ofnode_get_child_count()
428 val = ofnode_get_child_count(child_node); in dm_test_ofnode_get_child_count()
445 val = ofnode_get_child_count(node); in dm_test_ofnode_get_child_count_ot()
450 val = ofnode_get_child_count(child_node); in dm_test_ofnode_get_child_count_ot()
/u-boot/drivers/core/
A Dread.c411 return ofnode_get_child_count(dev_ofnode(dev)); in dev_get_child_count()
A Dofnode.c895 int ofnode_get_child_count(ofnode parent) in ofnode_get_child_count() function
/u-boot/include/dm/
A Dofnode.h1310 int ofnode_get_child_count(ofnode parent);
A Dread.h1190 return ofnode_get_child_count(dev_ofnode(dev)); in dev_get_child_count()
/u-boot/net/
A Ddsa-uclass.c390 pdata->num_ports = ofnode_get_child_count(node); in dsa_post_bind()
/u-boot/drivers/pci/
A Dpci_mvebu.c719 ports_count = ofnode_get_child_count(dev_ofnode(parent)); in mvebu_pcie_bind()

Completed in 35 milliseconds