Searched refs:mmc_dev (Results 1 – 6 of 6) sorted by relevance
| /test/py/tests/test_android/ |
| A D | test_avb.py | 20 mmc_dev = 1 variable 32 response = ubman.run_command('avb init %s' %str(mmc_dev)) 46 response = ubman.run_command('avb init %s' % str(mmc_dev)) 50 str(mmc_dev)) 78 response = ubman.run_command('avb init %s' % str(mmc_dev)) 90 response = ubman.run_command('avb init %s' % str(mmc_dev)) 105 str(mmc_dev)) 111 response = ubman.run_command('avb init %s' % str(mmc_dev)) 130 response = ubman.run_command('avb init %s' % str(mmc_dev))
|
| /test/py/tests/ |
| A D | test_mmc_rd.py | 108 def mmc_dev(ubman, is_emmc, devid, partid): function 153 mmc_dev(ubman, is_emmc, devid, partid) 174 mmc_dev(ubman, is_emmc, devid, partid) 204 mmc_dev(ubman, is_emmc, devid, partid) 248 mmc_dev(ubman, is_emmc, devid, partid)
|
| A D | test_ut.py | 46 mmc_dev = 4 47 fname, mnt = fs_helper.setup_image(ubman, mmc_dev, 0x83) 162 mmc_dev = 1 163 fname, mnt = fs_helper.setup_image(ubman, mmc_dev, 0xc, second_part=True) 258 mmc_dev = 5 371 mmc_dev = 7 427 mmc_dev = 8 518 mmc_dev = 6
|
| /test/dm/ |
| A D | fwu_mdata.c | 24 static struct udevice *mmc_dev; variable 46 ut_assertok(uclass_get_device(UCLASS_MMC, 0, &mmc_dev)); in setup_blk_device()
|
| A D | blk.c | 122 struct udevice *dev, *mmc_dev, *parent; in dm_test_blk_devnum() local 136 ut_assertok(uclass_get_device_by_seq(UCLASS_MMC, i, &mmc_dev)); in dm_test_blk_devnum() 139 ut_asserteq_ptr(parent, mmc_dev); in dm_test_blk_devnum() 140 ut_asserteq(trailing_strtol(mmc_dev->name), i); in dm_test_blk_devnum()
|
| /test/boot/ |
| A D | bootflow.c | 540 static int prep_mmc_bootdev(struct unit_test_state *uts, const char *mmc_dev, in prep_mmc_bootdev() argument 549 order[2] = mmc_dev; in prep_mmc_bootdev() 553 node = ofnode_find_subnode(root, mmc_dev); in prep_mmc_bootdev() 593 static int scan_mmc_bootdev(struct unit_test_state *uts, const char *mmc_dev, in scan_mmc_bootdev() argument 600 ut_assertok(prep_mmc_bootdev(uts, mmc_dev, bind_cros, &old_order)); in scan_mmc_bootdev() 621 static int scan_mmc_android_bootdev(struct unit_test_state *uts, const char *mmc_dev) in scan_mmc_android_bootdev() argument 627 ut_assertok(prep_mmc_bootdev(uts, mmc_dev, true, &old_order)); in scan_mmc_android_bootdev()
|
Completed in 289 milliseconds