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

/u-boot/drivers/mmc/
H A Dmmc_legacy.c14 static struct list_head mmc_devices; variable in typeref:struct:list_head
41 list_for_each(entry, &mmc_devices) {
75 list_for_each(entry, &mmc_devices) {
86 INIT_LIST_HEAD(&mmc_devices);
94 list_add_tail(&mmc->link, &mmc_devices);
104 list_for_each(entry, &mmc_devices) {
116 if (entry->next != &mmc_devices) {

Completed in 37 milliseconds