Home
last modified time | relevance | path

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

/external/u-boot/drivers/core/
Ddevice-remove.c98 if (dev->flags & DM_FLAG_ALLOC_UCLASS_PDATA) { in device_unbind()
Ddevice.c115 dev->flags |= DM_FLAG_ALLOC_UCLASS_PDATA; in device_bind_common()
199 if (dev->flags & DM_FLAG_ALLOC_UCLASS_PDATA) { in device_bind_common()
/external/u-boot/include/dm/
Ddevice.h37 #define DM_FLAG_ALLOC_UCLASS_PDATA (1 << 4) macro