Home
last modified time | relevance | path

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

/u-boot/include/dm/
A Droot.h126 int dm_remove_devices_flags(uint flags);
128 static inline int dm_remove_devices_flags(uint flags) { return 0; } in dm_remove_devices_flags() function
/u-boot/arch/riscv/lib/
A Dbootm.c60 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL); in announce_and_cleanup()
/u-boot/test/dm/
A Dcore.c853 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL); in dm_test_remove_active_dma()
886 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL); in dm_test_remove_active_dma()
934 dm_remove_devices_flags(DM_REMOVE_NON_VITAL | DM_REMOVE_ACTIVE_ALL); in dm_test_remove_vital()
947 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL); in dm_test_remove_vital()
958 dm_remove_devices_flags(DM_REMOVE_NON_VITAL); in dm_test_remove_vital()
969 dm_remove_devices_flags(DM_REMOVE_NORMAL); in dm_test_remove_vital()
/u-boot/arch/x86/lib/
A Dbootm.c51 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL); in bootm_announce_and_cleanup()
/u-boot/arch/arm/lib/
A Dbootm.c123 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL | DM_REMOVE_NON_VITAL); in announce_and_cleanup()
126 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL); in announce_and_cleanup()
/u-boot/drivers/core/
A Droot.c176 int dm_remove_devices_flags(uint flags) in dm_remove_devices_flags() function
/u-boot/lib/efi_loader/
A Defi_boottime.c2172 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL); in efi_exit_boot_services()
/u-boot/doc/driver-model/
A Ddesign.rst900 The dm_remove_devices_flags() function can be used to remove devices based on

Completed in 18 milliseconds