Home
last modified time | relevance | path

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

/external/u-boot/include/dm/
Droot.h127 int dm_remove_devices_flags(uint flags);
129 static inline int dm_remove_devices_flags(uint flags) { return 0; } in dm_remove_devices_flags() function
/external/u-boot/arch/x86/lib/
Dbootm.c47 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL); in bootm_announce_and_cleanup()
/external/u-boot/test/dm/
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()
/external/u-boot/drivers/core/
Droot.c195 int dm_remove_devices_flags(uint flags) in dm_remove_devices_flags() function
/external/u-boot/arch/arm/lib/
Dbootm.c110 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL); in announce_and_cleanup()