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.c106 if (dev_get_flags(dev) & DM_FLAG_ALLOC_PARENT_PDATA) { in device_unbind()
A Ddevice.c143 dev_or_flags(dev, DM_FLAG_ALLOC_PARENT_PDATA); in device_bind_common()
205 if (dev_get_flags(dev) & DM_FLAG_ALLOC_PARENT_PDATA) { in device_bind_common()
/u-boot/include/dm/
A Ddevice.h33 #define DM_FLAG_ALLOC_PARENT_PDATA (1 << 3) macro

Completed in 6 milliseconds