Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/arch/riscv/lib/
Dbootm.c60 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL); in announce_and_cleanup()
/third_party/uboot/u-boot-2020.01/test/dm/
Dvirtio.c118 ut_assertok(device_remove(bus, DM_REMOVE_ACTIVE_ALL)); in dm_test_virtio_remove()
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()
/third_party/uboot/u-boot-2020.01/arch/x86/lib/
Dbootm.c47 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL); in bootm_announce_and_cleanup()
/third_party/uboot/u-boot-2020.01/arch/arm/lib/
Dbootm.c114 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL); in announce_and_cleanup()
/third_party/uboot/u-boot-2020.01/include/dm/
Ddevice.h85 DM_REMOVE_ACTIVE_ALL = DM_REMOVE_ACTIVE_DMA | DM_REMOVE_OS_PREPARE, enumerator