Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/dm/
H A Ddevice.h49 #define DM_FLAG_OF_PLATDATA (1 << 8) macro
/OK3568_Linux_fs/u-boot/drivers/core/
H A Ddevice.c147 dev->flags |= DM_FLAG_OF_PLATDATA; in device_bind_common()