Home
last modified time | relevance | path

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

/u-boot/drivers/core/
A Ddevice-remove.c102 if (dev_get_flags(dev) & DM_FLAG_ALLOC_UCLASS_PDATA) { in device_unbind()
A Ddevice.c129 dev_or_flags(dev, DM_FLAG_ALLOC_UCLASS_PDATA); in device_bind_common()
212 if (dev_get_flags(dev) & DM_FLAG_ALLOC_UCLASS_PDATA) { in device_bind_common()
/u-boot/include/dm/
A Ddevice.h36 #define DM_FLAG_ALLOC_UCLASS_PDATA (1 << 4) macro

Completed in 10 milliseconds