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()
274 struct mmc_command cmd = {0}; in mmc_test_buffer_transfer()
275 struct mmc_command stop = {0}; in mmc_test_buffer_transfer()
767 struct mmc_command *cmd, in mmc_test_nonblock_reset()
768 struct mmc_command *stop, in mmc_test_nonblock_reset()
772 memset(cmd, 0, sizeof(struct mmc_command)); in mmc_test_nonblock_reset()
774 memset(stop, 0, sizeof(struct mmc_command)); in mmc_test_nonblock_reset()
786 struct mmc_command cmd1; in mmc_test_nonblock_transfer()
787 struct mmc_command stop1; in mmc_test_nonblock_transfer()
791 struct mmc_command cmd2; in mmc_test_nonblock_transfer()
792 struct mmc_command stop2; in mmc_test_nonblock_transfer()
850 struct mmc_command cmd = {0}; in mmc_test_simple_transfer()
851 struct mmc_command stop = {0}; in mmc_test_simple_transfer()
875 struct mmc_command cmd = {0}; in mmc_test_broken_transfer()
876 struct mmc_command stop = {0}; in mmc_test_broken_transfer()