Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/core/
H A Ddevice-remove.c70 if (!(dev->flags & DM_FLAG_BOUND)) in device_unbind()
H A Ddevres.c94 dr->probe = dev->flags & DM_FLAG_BOUND ? true : false; in devres_add()
H A Ddevice.c172 dev->flags |= DM_FLAG_BOUND; in device_bind_common()
/openbmc/u-boot/include/dm/
H A Ddevice.h43 #define DM_FLAG_BOUND (1 << 6) macro
/openbmc/u-boot/include/
H A Dvirtio.h491 if (!(vdev->flags & DM_FLAG_BOUND)) in virtio_has_feature()