Home
last modified time | relevance | path

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

/u-boot/drivers/core/
A Ddevice-remove.c187 vital_match = !(flags & DM_REMOVE_NON_VITAL) || in flags_remove()
A Droot.c167 device_remove(dm_root(), DM_REMOVE_NON_VITAL); in dm_uninit()
/u-boot/include/dm/
A Ddevice.h102 DM_REMOVE_NON_VITAL = DM_FLAG_VITAL, enumerator
/u-boot/arch/arm/lib/
A Dbootm.c123 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL | DM_REMOVE_NON_VITAL); in announce_and_cleanup()
/u-boot/test/dm/
A Dcore.c934 dm_remove_devices_flags(DM_REMOVE_NON_VITAL | DM_REMOVE_ACTIVE_ALL); in dm_test_remove_vital()
958 dm_remove_devices_flags(DM_REMOVE_NON_VITAL); in dm_test_remove_vital()

Completed in 8 milliseconds