Searched refs:DM_REMOVE_ACTIVE_ALL (Results 1 - 8 of 8) sorted by relevance

/u-boot/arch/riscv/lib/
H A Dbootm.c60 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL);
/u-boot/arch/x86/lib/
H A Dbootm.c53 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL);
/u-boot/arch/arm/lib/
H A Dbootm.c78 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL | DM_REMOVE_NON_VITAL);
81 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL);
/u-boot/drivers/core/
H A Ddevice-remove.c174 * -EKEYREJECTED if @flags includes a flag in DM_REMOVE_ACTIVE_ALL but
186 active_match = !(flags & DM_REMOVE_ACTIVE_ALL) ||
/u-boot/test/dm/
H A Dvirtio_device.c118 ut_asserteq(-EKEYREJECTED, device_remove(bus, DM_REMOVE_ACTIVE_ALL));
H A Dcore.c876 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL);
909 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL);
956 dm_remove_devices_flags(DM_REMOVE_NON_VITAL | DM_REMOVE_ACTIVE_ALL);
969 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL);
/u-boot/include/dm/
H A Ddevice.h109 DM_REMOVE_ACTIVE_ALL = DM_REMOVE_ACTIVE_DMA | DM_REMOVE_OS_PREPARE, enumerator in enum:__anon7
/u-boot/lib/efi_loader/
H A Defi_boottime.c2238 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL);

Completed in 399 milliseconds