Home
last modified time | relevance | path

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

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