Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dmmc-uclass.c17 struct mmc *mmc = mmc_get_mmc_dev(dev); in dm_mmc_send_cmd()
177 struct mmc *mmc_get_mmc_dev(struct udevice *dev) in mmc_get_mmc_dev() function
204 struct mmc *mmc = mmc_get_mmc_dev(mmc_dev); in find_mmc_device()
242 struct mmc *m = mmc_get_mmc_dev(dev); in mmc_do_preinit()
264 struct mmc *m = mmc_get_mmc_dev(dev); in print_mmc_devices()
343 struct mmc *mmc = mmc_get_mmc_dev(mmc_dev); in mmc_select_hwpart()
H A 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()
H A Dsdhci.c140 struct mmc *mmc = mmc_get_mmc_dev(dev);
315 struct mmc *mmc = mmc_get_mmc_dev(dev);
456 struct mmc *mmc = mmc_get_mmc_dev(dev);
568 struct mmc *mmc = mmc_get_mmc_dev(dev);
H A Dmeson_gx_mmc.c65 struct mmc *mmc = mmc_get_mmc_dev(dev); in meson_dm_mmc_set_ios()
177 struct mmc *mmc = mmc_get_mmc_dev(dev); in meson_dm_mmc_send_cmd()
H A Ddw_mmc.c222 struct mmc *mmc = mmc_get_mmc_dev(dev);
436 struct mmc *mmc = mmc_get_mmc_dev(dev);
522 struct mmc *mmc = mmc_get_mmc_dev(dev);
H A 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()
H A Ddavinci_mmc.c60 struct mmc *mmc = mmc_get_mmc_dev(dev);
402 struct mmc *mmc = mmc_get_mmc_dev(dev);
H A Drenesas-sdhi.c115 struct mmc *mmc = mmc_get_mmc_dev(dev); in renesas_sdhi_hs400()
374 struct mmc *mmc = mmc_get_mmc_dev(dev); in renesas_sdhi_set_ios()
H A Darm_pl180_mmci.c485 struct mmc *mmc = mmc_get_mmc_dev(dev); in dm_host_request()
492 struct mmc *mmc = mmc_get_mmc_dev(dev); in dm_host_set_ios()
H A 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()
H A Dbcm2835_sdhost.c705 struct mmc *mmc = mmc_get_mmc_dev(dev); in bcm2835_set_ios()
754 struct mmc *mmc = mmc_get_mmc_dev(dev); in bcm2835_probe()
H A Dtmio-common.c636 __maybe_unused struct mmc *mmc = mmc_get_mmc_dev(dev); in tmio_sd_set_pins()
661 struct mmc *mmc = mmc_get_mmc_dev(dev); in tmio_sd_set_ios()
H A Dgen_atmel_mci.c375 struct mmc *mmc = mmc_get_mmc_dev(dev);
H A Dstm32_sdmmc2.c519 struct mmc *mmc = mmc_get_mmc_dev(dev); in stm32_sdmmc2_set_ios()
H A Dsh_mmcif.c653 struct mmc *mmc = mmc_get_mmc_dev(dev); in sh_mmcif_dm_set_ios()
H A Dsh_sdhi.c805 struct mmc *mmc = mmc_get_mmc_dev(dev); in sh_sdhi_dm_set_ios()
/openbmc/u-boot/common/spl/
H A Dspl_mmc.c136 *mmcp = mmc_get_mmc_dev(dev); in spl_mmc_find_device()
/openbmc/u-boot/include/
H A Dmmc.h363 struct mmc *mmc_get_mmc_dev(struct udevice *dev);
/openbmc/u-boot/lib/efi_loader/
H A Defi_device_path.c563 struct mmc *mmc = mmc_get_mmc_dev(dev); in dp_fill()