Home
last modified time | relevance | path

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

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