Searched refs:attach_count (Results 1 - 3 of 3) sorted by relevance

/u-boot/include/dm/
H A Droot.h35 * @attach_count: Number of devices with attached, for each type
51 int attach_count[DM_TAG_ATTACH_COUNT]; member in struct:dm_stats
/u-boot/drivers/core/
H A Ddump.c322 new_size += stats->attach_count[i] * sizeof(u32);
326 stats->attach_count[i], stats->attach_size[i],
H A Droot.c389 stats->attach_count[i]++;

Completed in 41 milliseconds