Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/core/
H A Ddevice-remove.c103 if (dev->flags & DM_FLAG_ALLOC_PARENT_PDATA) { in device_unbind()
H A Ddevice.c185 dev->flags |= DM_FLAG_ALLOC_PARENT_PDATA; in device_bind_common()
300 if (dev->flags & DM_FLAG_ALLOC_PARENT_PDATA) { in device_bind_common()
/OK3568_Linux_fs/u-boot/include/dm/
H A Ddevice.h35 #define DM_FLAG_ALLOC_PARENT_PDATA (1 << 3) macro