Lines Matching refs:mmc_command
243 static int mmc_test_busy(struct mmc_command *cmd) in mmc_test_busy()
255 struct mmc_command cmd = {}; in mmc_test_wait_busy()
259 memset(&cmd, 0, sizeof(struct mmc_command)); in mmc_test_wait_busy()
287 struct mmc_command cmd = {}; in mmc_test_buffer_transfer()
288 struct mmc_command stop = {}; in mmc_test_buffer_transfer()
747 struct mmc_command sbc;
748 struct mmc_command cmd;
749 struct mmc_command stop;
750 struct mmc_command status;
869 struct mmc_command cmd = {}; in mmc_test_simple_transfer()
870 struct mmc_command stop = {}; in mmc_test_simple_transfer()
894 struct mmc_command cmd = {}; in mmc_test_broken_transfer()
895 struct mmc_command stop = {}; in mmc_test_broken_transfer()
2345 struct mmc_command *cmd) in mmc_test_send_status()