HomeSort by relevance Sort by last modified time
    Searched refs:dm_remove_devices_flags (Results 1 - 5 of 5) sorted by null

  /external/u-boot/include/dm/
root.h 118 * dm_remove_devices_flags - Call remove function of all drivers with
127 int dm_remove_devices_flags(uint flags);
129 static inline int dm_remove_devices_flags(uint flags) { return 0; } function
  /external/u-boot/arch/x86/lib/
bootm.c 47 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL);
  /external/u-boot/test/dm/
core.c 682 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL);
715 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL);
  /external/u-boot/arch/arm/lib/
bootm.c 110 dm_remove_devices_flags(DM_REMOVE_ACTIVE_ALL);
  /external/u-boot/drivers/core/
root.c 195 int dm_remove_devices_flags(uint flags) function

Completed in 1975 milliseconds