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.c188 .flags = DM_FLAG_VITAL,
199 .flags = DM_FLAG_VITAL | DM_FLAG_ACTIVE_DMA,
/u-boot/include/dm/
A Ddevice.h82 #define DM_FLAG_VITAL (1 << 14) macro
106 DM_REMOVE_NON_VITAL = DM_FLAG_VITAL,
/u-boot/drivers/core/
A Ddevice-remove.c189 !(drv_flags & DM_FLAG_VITAL); in flags_remove()
/u-boot/doc/develop/driver-model/
A Ddesign.rst914 DM_FLAG_VITAL - indicates that the device is 'vital' to the operation of

Completed in 19 milliseconds