Home
last modified time | relevance | path

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

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