Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/core/
H A Ddevice-remove.c86 if (dev->flags & DM_FLAG_ALLOC_PDATA) { in device_unbind()
H A Ddevice.c102 dev->flags |= DM_FLAG_ALLOC_PDATA; in device_bind_common()
207 if (dev->flags & DM_FLAG_ALLOC_PDATA) { in device_bind_common()
/openbmc/u-boot/include/dm/
H A Ddevice.h28 #define DM_FLAG_ALLOC_PDATA (1 << 1) macro