Home
last modified time | relevance | path

Searched refs:DM_REMOVE_ACTIVE_ALL (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/arch/riscv/lib/
H A Dbootm.c59 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL); in announce_and_cleanup()
/openbmc/u-boot/test/dm/
H A Dvirtio.c118 ut_assertok(device_remove(bus, DM_REMOVE_ACTIVE_ALL)); in dm_test_virtio_remove()
H A Dcore.c682 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL); in dm_test_remove_active_dma()
715 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL); in dm_test_remove_active_dma()
/openbmc/u-boot/arch/x86/lib/
H A Dbootm.c47 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL); in bootm_announce_and_cleanup()
/openbmc/u-boot/arch/arm/lib/
H A Dbootm.c112 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL); in announce_and_cleanup()
/openbmc/u-boot/include/dm/
H A Ddevice.h82 DM_REMOVE_ACTIVE_ALL = DM_REMOVE_ACTIVE_DMA | DM_REMOVE_OS_PREPARE, enumerator