Home
last modified time | relevance | path

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

/external/u-boot/drivers/core/
Ddevice-remove.c115 if (dev->flags & DM_FLAG_NAME_ALLOCED) in device_unbind()
Ddevice.c695 dev->flags |= DM_FLAG_NAME_ALLOCED; in device_set_name_alloced()
/external/u-boot/include/dm/
Ddevice.h46 #define DM_FLAG_NAME_ALLOCED (1 << 7) macro