Home
last modified time | relevance | path

Searched refs:DM_FLAG_ALLOC_PDATA (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/core/
H A Ddevice-remove.c95 if (dev->flags & DM_FLAG_ALLOC_PDATA) { in device_unbind()
H A Ddevice.c154 dev->flags |= DM_FLAG_ALLOC_PDATA; in device_bind_common()
311 if (dev->flags & DM_FLAG_ALLOC_PDATA) { in device_bind_common()
/OK3568_Linux_fs/u-boot/include/dm/
H A Ddevice.h29 #define DM_FLAG_ALLOC_PDATA (1 << 1) macro