Home
last modified time | relevance | path

Searched refs:ofnode_equal (Results 1 – 5 of 5) sorted by relevance

/third_party/uboot/u-boot-2020.01/include/dm/
Dofnode.h171 static inline bool ofnode_equal(ofnode ref1, ofnode ref2) in ofnode_equal() function
/third_party/uboot/u-boot-2020.01/drivers/core/
Duclass.c372 if (ofnode_equal(dev_ofnode(dev), node)) { in uclass_find_device_by_ofnode()
Ddevice.c660 if (ofnode_equal(dev_ofnode(parent), ofnode)) in _device_find_global_by_ofnode()
/third_party/uboot/u-boot-2020.01/doc/driver-model/
Dlivetree.rst182 ofnode_equal():
/third_party/uboot/u-boot-2020.01/drivers/firmware/
Dti_sci.c3028 if (ofnode_equal(dev_ofnode(entry->dev), node)) { in ti_sci_get_by_phandle()