Home
last modified time | relevance | path

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

/openbmc/u-boot/include/dm/
H A Droot.h128 int dm_remove_devices_flags(uint flags);
130 static inline int dm_remove_devices_flags(uint flags) { return 0; } in dm_remove_devices_flags() function
/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/arch/x86/lib/
H A Dbootm.c47 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL); in bootm_announce_and_cleanup()
/openbmc/u-boot/test/dm/
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/drivers/core/
H A Droot.c196 int dm_remove_devices_flags(uint flags) in dm_remove_devices_flags() function
/openbmc/u-boot/arch/arm/lib/
H A Dbootm.c112 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL); in announce_and_cleanup()