Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mmc/
H A Dmmc_legacy.c13 static struct list_head mmc_devices; variable
22 list_for_each(entry, &mmc_devices) { in find_mmc_device()
56 list_for_each(entry, &mmc_devices) { in mmc_do_preinit()
70 INIT_LIST_HEAD(&mmc_devices); in mmc_list_init()
78 list_add_tail(&mmc->link, &mmc_devices); in mmc_list_add()
88 list_for_each(entry, &mmc_devices) { in print_mmc_devices()
100 if (entry->next != &mmc_devices) { in print_mmc_devices()