Searched refs:mmc_type (Results 1 – 2 of 2) sorted by relevance
102 char *mmc_type; in print_mmc_devices() local108 mmc_type = IS_SD(m) ? "SD" : "eMMC"; in print_mmc_devices()110 mmc_type = NULL; in print_mmc_devices()113 if (mmc_type) in print_mmc_devices()114 printf(" (%s)", mmc_type); in print_mmc_devices()
352 char *mmc_type; in print_mmc_devices() local366 mmc_type = IS_SD(m) ? "SD" : "eMMC"; in print_mmc_devices()368 mmc_type = NULL; in print_mmc_devices()371 if (mmc_type) in print_mmc_devices()372 printf(" (%s)", mmc_type); in print_mmc_devices()
Completed in 4 milliseconds