Home
last modified time | relevance | path

Searched refs:dev_has_of_node (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/dm/
H A Ddevice.h170 static inline bool dev_has_of_node(struct udevice *dev) in dev_has_of_node() function
/openbmc/u-boot/drivers/core/
H A Ddevice.c406 if (drv->ofdata_to_platdata && dev_has_of_node(dev)) { in device_probe()