Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/core/
H A Ddevice-remove.c94 if (dev->flags & DM_FLAG_ALLOC_PARENT_PDATA) { in device_unbind()
H A Ddevice.c133 dev->flags |= DM_FLAG_ALLOC_PARENT_PDATA; in device_bind_common()
196 if (dev->flags & DM_FLAG_ALLOC_PARENT_PDATA) { in device_bind_common()
/openbmc/u-boot/include/dm/
H A Ddevice.h34 #define DM_FLAG_ALLOC_PARENT_PDATA (1 << 3) macro