Searched refs:mmc_devices (Results 1 – 1 of 1) sorted by relevance
14 static struct list_head mmc_devices; variable41 list_for_each(entry, &mmc_devices) { in find_mmc_device()75 list_for_each(entry, &mmc_devices) { in mmc_do_preinit()86 INIT_LIST_HEAD(&mmc_devices); in mmc_list_init()94 list_add_tail(&mmc->link, &mmc_devices); in mmc_list_add()104 list_for_each(entry, &mmc_devices) { in print_mmc_devices()116 if (entry->next != &mmc_devices) { in print_mmc_devices()
Completed in 3 milliseconds