Home
last modified time | relevance | path

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

/external/u-boot/drivers/core/
Ddevice-remove.c102 if (dev->flags & DM_FLAG_ALLOC_PARENT_PDATA) { in device_unbind()
Ddevice.c130 dev->flags |= DM_FLAG_ALLOC_PARENT_PDATA; in device_bind_common()
193 if (dev->flags & DM_FLAG_ALLOC_PARENT_PDATA) { in device_bind_common()
/external/u-boot/include/dm/
Ddevice.h34 #define DM_FLAG_ALLOC_PARENT_PDATA (1 << 3) macro