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

/u-boot/drivers/core/
H A Ddevice-remove.c163 * If this is called with @flags == DM_REMOVE_NON_VITAL | DM_REMOVE_ACTIVE_DMA,
177 * -EPROBE_DEFER if @flags is DM_REMOVE_NON_VITAL but @drv_flags contains
188 vital_match = !(flags & DM_REMOVE_NON_VITAL) ||
H A Droot.c136 device_remove(dm_root(), DM_REMOVE_NON_VITAL); local
/u-boot/include/dm/
H A Ddevice.h106 DM_REMOVE_NON_VITAL = DM_FLAG_VITAL, enumerator in enum:__anon7
/u-boot/arch/arm/lib/
H A Dbootm.c78 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL | DM_REMOVE_NON_VITAL);
/u-boot/test/dm/
H A Dcore.c956 dm_remove_devices_flags(DM_REMOVE_NON_VITAL | DM_REMOVE_ACTIVE_ALL);
980 dm_remove_devices_flags(DM_REMOVE_NON_VITAL);

Completed in 98 milliseconds