Searched refs:DM_FLAG_NAME_ALLOCED (Results 1 - 3 of 3) sorted by relevance

/u-boot/drivers/core/
H A Ddevice-remove.c122 if (dev_get_flags(dev) & DM_FLAG_NAME_ALLOCED)
H A Ddevice.c1138 dev_or_flags(dev, DM_FLAG_NAME_ALLOCED);
/u-boot/include/dm/
H A Ddevice.h46 #define DM_FLAG_NAME_ALLOCED (1 << 7) macro
954 * This sets the DM_FLAG_NAME_ALLOCED flag for the device, so that when it is

Completed in 41 milliseconds