Searched refs:mmc_devices (Results 1 – 3 of 3) sorted by relevance
12 static struct list_head mmc_devices; variable42 list_for_each(entry, &mmc_devices) { in find_mmc_device()76 list_for_each(entry, &mmc_devices) { in mmc_do_preinit()90 INIT_LIST_HEAD(&mmc_devices); in mmc_list_init()98 list_add_tail(&mmc->link, &mmc_devices); in mmc_list_add()108 list_for_each(entry, &mmc_devices) { in print_mmc_devices()120 if (entry->next != &mmc_devices) { in print_mmc_devices()
48 mmc_devices=`ls /sys/block/ | grep "mmcblk[0-9]\{1,\}$"` || true49 devices="$devices $mmc_devices"
47 mmc_devices=`ls /sys/block/ | grep "mmcblk[0-9]\{1,\}$"` || true48 devices="$devices $mmc_devices"