Home
last modified time | relevance | path

Searched refs:DM_FLAG_BOUND (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/core/
H A Ddevice-remove.c79 if (!(dev->flags & DM_FLAG_BOUND)) in device_unbind()
H A Ddevres.c95 dr->probe = dev->flags & DM_FLAG_BOUND ? true : false; in devres_add()
H A Ddevice.c276 dev->flags |= DM_FLAG_BOUND; in device_bind_common()
/OK3568_Linux_fs/u-boot/include/dm/
H A Ddevice.h44 #define DM_FLAG_BOUND (1 << 6) macro