Home
last modified time | relevance | path

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

/openbmc/u-boot/include/dm/
H A Dofnode.h171 static inline bool ofnode_equal(ofnode ref1, ofnode ref2) in ofnode_equal() function
/openbmc/u-boot/drivers/core/
H A Ddevice.c632 if (ofnode_equal(dev_ofnode(parent), ofnode)) in _device_find_global_by_ofnode()
H A Duclass.c367 if (ofnode_equal(dev_ofnode(dev), node)) { in uclass_find_device_by_ofnode()
/openbmc/u-boot/doc/driver-model/
H A Dlivetree.txt164 ofnode_equal() compares two ofnodes
/openbmc/u-boot/drivers/firmware/
H A Dti_sci.c1928 if (ofnode_equal(dev_ofnode(entry->dev), node)) { in ti_sci_get_by_phandle()