Home
last modified time | relevance | path

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

/u-boot/test/dm/
A Dtest-driver.c182 .flags = DM_FLAG_VITAL,
193 .flags = DM_FLAG_VITAL | DM_FLAG_ACTIVE_DMA,
/u-boot/include/dm/
A Ddevice.h81 #define DM_FLAG_VITAL (1 << 14) macro
102 DM_REMOVE_NON_VITAL = DM_FLAG_VITAL,
/u-boot/drivers/core/
A Ddevice-remove.c188 !(drv_flags & DM_FLAG_VITAL); in flags_remove()
/u-boot/doc/driver-model/
A Ddesign.rst895 DM_FLAG_VITAL - indicates that the device is 'vital' to the operation of

Completed in 6 milliseconds