Home
last modified time | relevance | path

Searched refs:mmc_devices (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/drivers/mmc/
Dmmc_legacy.c12 static struct list_head mmc_devices; variable
42 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()