Home
last modified time | relevance | path

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

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