Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/x86/lib/
H A Dbootm.c52 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL); in bootm_announce_and_cleanup()
/rk3399_rockchip-uboot/test/dm/
H A Dcore.c677 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL); in dm_test_remove_active_dma()
710 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL); in dm_test_remove_active_dma()
/rk3399_rockchip-uboot/include/dm/
H A Ddevice.h86 DM_REMOVE_ACTIVE_ALL = DM_REMOVE_ACTIVE_DMA | DM_REMOVE_OS_PREPARE, enumerator
/rk3399_rockchip-uboot/arch/arm/lib/
H A Dbootm.c108 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL); in announce_and_cleanup()