Home
last modified time | relevance | path

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

/external/u-boot/drivers/core/
Ddevice-remove.c94 if (dev->flags & DM_FLAG_ALLOC_PDATA) { in device_unbind()
Ddevice.c99 dev->flags |= DM_FLAG_ALLOC_PDATA; in device_bind_common()
204 if (dev->flags & DM_FLAG_ALLOC_PDATA) { in device_bind_common()
/external/u-boot/include/dm/
Ddevice.h28 #define DM_FLAG_ALLOC_PDATA (1 << 1) macro