Home
last modified time | relevance | path

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

/external/u-boot/doc/driver-model/
Dof-plat.rst252 static int mmc_probe(struct udevice *dev)
276 .probe = mmc_probe,
/external/u-boot/drivers/mmc/
Dmmc.c2953 static int mmc_probe(bd_t *bis) in mmc_probe() function
2982 static int mmc_probe(bd_t *bis) in mmc_probe() function
3004 ret = mmc_probe(bis); in mmc_initialize()