Home
last modified time | relevance | path

Searched defs:mmc_dev (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/drivers/mmc/
H A Dmmc-uclass.c190 struct udevice *dev, *mmc_dev; in find_mmc_device() local
342 struct udevice *mmc_dev = dev_get_parent(bdev); in mmc_select_hwpart() local
357 struct udevice *mmc_dev = dev_get_parent(dev); in mmc_blk_probe() local
376 struct udevice *mmc_dev = dev_get_parent(dev); in mmc_blk_remove() local
H A Dsdhci.c153 int mmc_dev = mmc_get_blk_desc(mmc)->devnum; local
/openbmc/u-boot/arch/arm/mach-snapdragon/
H A Dmisc.c30 struct mmc *mmc_dev; in msm_board_serial() local
/openbmc/u-boot/test/py/tests/
H A Dtest_avb.py22 mmc_dev = 1 variable
/openbmc/u-boot/test/dm/
H A Dblk.c116 struct udevice *dev, *mmc_dev, *parent; in dm_test_blk_devnum() local
/openbmc/u-boot/include/
H A Davb_verify.h29 int mmc_dev; member
/openbmc/u-boot/common/spl/
H A Dspl_mmc.c119 int err, mmc_dev; in spl_mmc_find_device() local
/openbmc/u-boot/cmd/
H A Davb.c24 unsigned long mmc_dev; in do_avb_init() local
H A Dmmc.c460 struct blk_desc *mmc_dev; in do_mmc_part() local
/openbmc/linux/include/linux/mmc/
H A Dhost.h558 #define mmc_dev(x) ((x)->parent) macro