Home
last modified time | relevance | path

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

/external/u-boot/drivers/core/
Ddevice-remove.c78 if (!(dev->flags & DM_FLAG_BOUND)) in device_unbind()
Ddevres.c94 dr->probe = dev->flags & DM_FLAG_BOUND ? true : false; in devres_add()
Ddevice.c169 dev->flags |= DM_FLAG_BOUND; in device_bind_common()
/external/u-boot/include/dm/
Ddevice.h43 #define DM_FLAG_BOUND (1 << 6) macro