Searched refs:mmc_type (Results 1 – 3 of 3) sorted by relevance
106 char *mmc_type; in print_mmc_devices() local112 mmc_type = IS_SD(m) ? "SD" : "eMMC"; in print_mmc_devices()114 mmc_type = NULL; in print_mmc_devices()117 if (mmc_type) in print_mmc_devices()118 printf(" (%s)", mmc_type); in print_mmc_devices()
258 char *mmc_type; in print_mmc_devices() local272 mmc_type = IS_SD(m) ? "SD" : "eMMC"; in print_mmc_devices()274 mmc_type = NULL; in print_mmc_devices()277 if (mmc_type) in print_mmc_devices()278 printf(" (%s)", mmc_type); in print_mmc_devices()
878 static struct device_type mmc_type = { variable1657 card = mmc_alloc_card(host, &mmc_type); in mmc_init_card()