Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/mmc/
Dmmc-uclass.c17 struct mmc *mmc = mmc_get_mmc_dev(dev); in dm_mmc_send_cmd()
209 struct mmc *mmc_get_mmc_dev(struct udevice *dev) in mmc_get_mmc_dev() function
236 struct mmc *mmc = mmc_get_mmc_dev(mmc_dev); in find_mmc_device()
274 struct mmc *m = mmc_get_mmc_dev(dev); in mmc_do_preinit()
296 struct mmc *m = mmc_get_mmc_dev(dev); in print_mmc_devices()
375 struct mmc *mmc = mmc_get_mmc_dev(mmc_dev); in mmc_select_hwpart()
Dftsdc010_mci.c183 struct mmc *mmc = mmc_get_mmc_dev(dev); in ftsdc010_request()
286 struct mmc *mmc = mmc_get_mmc_dev(dev); in ftsdc010_set_ios()
310 struct mmc *mmc = mmc_get_mmc_dev(dev); in ftsdc010_get_cd()
318 struct mmc *mmc = mmc_get_mmc_dev(dev); in ftsdc010_get_wp()
360 struct mmc *mmc = mmc_get_mmc_dev(dev); in ftsdc010_probe()
Dsdhci.c333 struct mmc *mmc = mmc_get_mmc_dev(dev);
506 struct mmc *mmc = mmc_get_mmc_dev(dev);
685 struct mmc *mmc = mmc_get_mmc_dev(dev);
778 struct mmc *mmc = mmc_get_mmc_dev(dev);
785 struct mmc *mmc = mmc_get_mmc_dev(dev);
Dmeson_gx_mmc.c68 struct mmc *mmc = mmc_get_mmc_dev(dev); in meson_dm_mmc_set_ios()
180 struct mmc *mmc = mmc_get_mmc_dev(dev); in meson_dm_mmc_send_cmd()
Ddw_mmc.c243 struct mmc *mmc = mmc_get_mmc_dev(dev);
463 struct mmc *mmc = mmc_get_mmc_dev(dev);
564 struct mmc *mmc = mmc_get_mmc_dev(dev);
Drenesas-sdhi.c141 struct mmc *mmc = mmc_get_mmc_dev(dev); in renesas_sdhi_check_scc_error()
366 struct mmc *mmc = mmc_get_mmc_dev(dev); in renesas_sdhi_hs400()
655 struct mmc *mmc = mmc_get_mmc_dev(dev); in renesas_sdhi_set_ios()
Djz_mmc.c425 struct mmc *mmc = mmc_get_mmc_dev(dev); in jz_mmc_dm_send_cmd()
433 struct mmc *mmc = mmc_get_mmc_dev(dev); in jz_mmc_dm_set_ios()
Ddavinci_mmc.c54 struct mmc *mmc = mmc_get_mmc_dev(dev);
395 struct mmc *mmc = mmc_get_mmc_dev(dev);
Darm_pl180_mmci.c494 struct mmc *mmc = mmc_get_mmc_dev(dev); in dm_host_request()
501 struct mmc *mmc = mmc_get_mmc_dev(dev); in dm_host_set_ios()
Dtegra_mmc.c414 struct mmc *mmc = mmc_get_mmc_dev(dev); in tegra_mmc_set_ios()
512 struct mmc *mmc = mmc_get_mmc_dev(dev); in tegra_mmc_init()
Dbcm2835_sdhost.c707 struct mmc *mmc = mmc_get_mmc_dev(dev); in bcm2835_set_ios()
756 struct mmc *mmc = mmc_get_mmc_dev(dev); in bcm2835_probe()
Dtmio-common.c637 __maybe_unused struct mmc *mmc = mmc_get_mmc_dev(dev); in tmio_sd_set_pins()
662 struct mmc *mmc = mmc_get_mmc_dev(dev); in tmio_sd_set_ios()
Dgen_atmel_mci.c375 struct mmc *mmc = mmc_get_mmc_dev(dev);
Dstm32_sdmmc2.c570 struct mmc *mmc = mmc_get_mmc_dev(dev); in stm32_sdmmc2_set_ios()
Dsh_mmcif.c653 struct mmc *mmc = mmc_get_mmc_dev(dev); in sh_mmcif_dm_set_ios()
Dsh_sdhi.c805 struct mmc *mmc = mmc_get_mmc_dev(dev); in sh_sdhi_dm_set_ios()
Dmmc.c3033 m = mmc_get_mmc_dev(dev); in mmc_init_device()
/third_party/uboot/u-boot-2020.01/include/
Dmmc.h376 struct mmc *mmc_get_mmc_dev(struct udevice *dev);
/third_party/uboot/u-boot-2020.01/lib/efi_loader/
Defi_device_path.c619 struct mmc *mmc = mmc_get_mmc_dev(dev); in dp_fill()