Home
last modified time | relevance | path

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

/u-boot/drivers/core/
A Ddevice-remove.c109 if (dev_get_flags(dev) & DM_FLAG_ALLOC_PARENT_PDATA) { in device_unbind()
A Ddevice.c150 dev_or_flags(dev, DM_FLAG_ALLOC_PARENT_PDATA); in device_bind_common()
212 if (dev_get_flags(dev) & DM_FLAG_ALLOC_PARENT_PDATA) { in device_bind_common()
/u-boot/include/dm/
A Ddevice.h34 #define DM_FLAG_ALLOC_PARENT_PDATA (1 << 3) macro

Completed in 8 milliseconds