Searched refs:curr_device (Results 1 – 2 of 2) sorted by relevance
14 static int curr_device = -1; variable123 if (curr_device < 0) { in do_mmcinfo()125 curr_device = 0; in do_mmcinfo()132 mmc = init_mmc_device(curr_device, false); in do_mmcinfo()156 struct mmc *mmc = find_mmc_device(curr_device); in do_mmcrpmb_key()177 struct mmc *mmc = find_mmc_device(curr_device); in do_mmcrpmb_read()190 curr_device, blk, cnt); in do_mmcrpmb_read()205 struct mmc *mmc = find_mmc_device(curr_device); in do_mmcrpmb_write()216 curr_device, blk, cnt); in do_mmcrpmb_write()228 struct mmc *mmc = find_mmc_device(curr_device); in do_mmcrpmb_counter()[all …]
32 static int curr_device; variable44 return blk_common_cmd(argc, argv, IF_TYPE_IDE, &curr_device); in do_ide()