Lines Matching refs:mmc_command
227 static int mmc_test_busy(struct mmc_command *cmd) in mmc_test_busy()
239 struct mmc_command cmd = {0}; in mmc_test_wait_busy()
243 memset(&cmd, 0, sizeof(struct mmc_command)); in mmc_test_wait_busy()
272 struct mmc_command cmd = {0}; in mmc_test_buffer_transfer()
273 struct mmc_command stop = {0}; in mmc_test_buffer_transfer()
761 struct mmc_command *cmd, in mmc_test_nonblock_reset()
762 struct mmc_command *stop, in mmc_test_nonblock_reset()
766 memset(cmd, 0, sizeof(struct mmc_command)); in mmc_test_nonblock_reset()
768 memset(stop, 0, sizeof(struct mmc_command)); in mmc_test_nonblock_reset()
780 struct mmc_command cmd1; in mmc_test_nonblock_transfer()
781 struct mmc_command stop1; in mmc_test_nonblock_transfer()
785 struct mmc_command cmd2; in mmc_test_nonblock_transfer()
786 struct mmc_command stop2; in mmc_test_nonblock_transfer()
842 struct mmc_command cmd = {0}; in mmc_test_simple_transfer()
843 struct mmc_command stop = {0}; in mmc_test_simple_transfer()
867 struct mmc_command cmd = {0}; in mmc_test_broken_transfer()
868 struct mmc_command stop = {0}; in mmc_test_broken_transfer()