Searched refs:mmc_type (Results 1 – 3 of 3) sorted by relevance
86 char *mmc_type; in print_mmc_devices() local92 mmc_type = IS_SD(m) ? "SD" : "eMMC"; in print_mmc_devices()94 mmc_type = NULL; in print_mmc_devices()97 if (mmc_type) in print_mmc_devices()98 printf(" (%s)", mmc_type); in print_mmc_devices()
241 char *mmc_type; in print_mmc_devices() local255 mmc_type = IS_SD(m) ? "SD" : "eMMC"; in print_mmc_devices()257 mmc_type = NULL; in print_mmc_devices()260 if (mmc_type) in print_mmc_devices()261 printf(" (%s)", mmc_type); in print_mmc_devices()
947 static struct device_type mmc_type = { variable1721 card = mmc_alloc_card(host, &mmc_type); in mmc_init_card()