Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/core/
H A Ddevice-remove.c116 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()
/rk3399_rockchip-uboot/include/dm/
H A Ddevice.h47 #define DM_FLAG_NAME_ALLOCED (1 << 7) macro