Lines Matching defs:test
179 static int mmc_test_set_blksize(struct mmc_test_card *test, unsigned size) in mmc_test_set_blksize()
190 static void mmc_test_prepare_sbc(struct mmc_test_card *test, in mmc_test_prepare_sbc()
210 static void mmc_test_prepare_mrq(struct mmc_test_card *test, in mmc_test_prepare_mrq()
259 static int mmc_test_wait_busy(struct mmc_test_card *test) in mmc_test_wait_busy()
290 static int mmc_test_buffer_transfer(struct mmc_test_card *test, in mmc_test_buffer_transfer()
534 static void mmc_test_save_transfer_result(struct mmc_test_card *test, in mmc_test_save_transfer_result()
559 static void mmc_test_print_rate(struct mmc_test_card *test, uint64_t bytes, in mmc_test_print_rate()
583 static void mmc_test_print_avg_rate(struct mmc_test_card *test, uint64_t bytes, in mmc_test_print_avg_rate()
627 static int __mmc_test_prepare(struct mmc_test_card *test, int write) in __mmc_test_prepare()
651 static int mmc_test_prepare_write(struct mmc_test_card *test) in mmc_test_prepare_write()
656 static int mmc_test_prepare_read(struct mmc_test_card *test) in mmc_test_prepare_read()
661 static int mmc_test_cleanup(struct mmc_test_card *test) in mmc_test_cleanup()
687 static void mmc_test_prepare_broken_mrq(struct mmc_test_card *test, in mmc_test_prepare_broken_mrq()
706 static int mmc_test_check_result(struct mmc_test_card *test, in mmc_test_check_result()
737 static int mmc_test_check_broken_result(struct mmc_test_card *test, in mmc_test_check_broken_result()
805 static int mmc_test_start_areq(struct mmc_test_card *test, in mmc_test_start_areq()
840 static int mmc_test_nonblock_transfer(struct mmc_test_card *test, in mmc_test_nonblock_transfer()
888 static int mmc_test_simple_transfer(struct mmc_test_card *test, in mmc_test_simple_transfer()
914 static int mmc_test_broken_transfer(struct mmc_test_card *test, in mmc_test_broken_transfer()
945 static int mmc_test_transfer(struct mmc_test_card *test, in mmc_test_transfer()
1029 static int mmc_test_basic_write(struct mmc_test_card *test) in mmc_test_basic_write()
1043 static int mmc_test_basic_read(struct mmc_test_card *test) in mmc_test_basic_read()
1057 static int mmc_test_verify_write(struct mmc_test_card *test) in mmc_test_verify_write()
1066 static int mmc_test_verify_read(struct mmc_test_card *test) in mmc_test_verify_read()
1075 static int mmc_test_multi_write(struct mmc_test_card *test) in mmc_test_multi_write()
1096 static int mmc_test_multi_read(struct mmc_test_card *test) in mmc_test_multi_read()
1117 static int mmc_test_pow2_write(struct mmc_test_card *test) in mmc_test_pow2_write()
1135 static int mmc_test_pow2_read(struct mmc_test_card *test) in mmc_test_pow2_read()
1153 static int mmc_test_weird_write(struct mmc_test_card *test) in mmc_test_weird_write()
1171 static int mmc_test_weird_read(struct mmc_test_card *test) in mmc_test_weird_read()
1189 static int mmc_test_align_write(struct mmc_test_card *test) in mmc_test_align_write()
1204 static int mmc_test_align_read(struct mmc_test_card *test) in mmc_test_align_read()
1219 static int mmc_test_align_multi_write(struct mmc_test_card *test) in mmc_test_align_multi_write()
1246 static int mmc_test_align_multi_read(struct mmc_test_card *test) in mmc_test_align_multi_read()
1273 static int mmc_test_xfersize_write(struct mmc_test_card *test) in mmc_test_xfersize_write()
1284 static int mmc_test_xfersize_read(struct mmc_test_card *test) in mmc_test_xfersize_read()
1295 static int mmc_test_multi_xfersize_write(struct mmc_test_card *test) in mmc_test_multi_xfersize_write()
1309 static int mmc_test_multi_xfersize_read(struct mmc_test_card *test) in mmc_test_multi_xfersize_read()
1325 static int mmc_test_write_high(struct mmc_test_card *test) in mmc_test_write_high()
1335 static int mmc_test_read_high(struct mmc_test_card *test) in mmc_test_read_high()
1345 static int mmc_test_multi_write_high(struct mmc_test_card *test) in mmc_test_multi_write_high()
1367 static int mmc_test_multi_read_high(struct mmc_test_card *test) in mmc_test_multi_read_high()
1391 static int mmc_test_no_highmem(struct mmc_test_card *test) in mmc_test_no_highmem()
1403 static int mmc_test_area_map(struct mmc_test_card *test, unsigned long sz, in mmc_test_area_map()
1445 static int mmc_test_area_transfer(struct mmc_test_card *test, in mmc_test_area_transfer()
1457 static int mmc_test_area_io_seq(struct mmc_test_card *test, unsigned long sz, in mmc_test_area_io_seq()
1508 static int mmc_test_area_io(struct mmc_test_card *test, unsigned long sz, in mmc_test_area_io()
1519 static int mmc_test_area_fill(struct mmc_test_card *test) in mmc_test_area_fill()
1529 static int mmc_test_area_erase(struct mmc_test_card *test) in mmc_test_area_erase()
1543 static int mmc_test_area_cleanup(struct mmc_test_card *test) in mmc_test_area_cleanup()
1561 static int mmc_test_area_init(struct mmc_test_card *test, int erase, int fill) in mmc_test_area_init()
1640 static int mmc_test_area_prepare(struct mmc_test_card *test) in mmc_test_area_prepare()
1648 static int mmc_test_area_prepare_erase(struct mmc_test_card *test) in mmc_test_area_prepare_erase()
1656 static int mmc_test_area_prepare_fill(struct mmc_test_card *test) in mmc_test_area_prepare_fill()
1669 static int mmc_test_best_performance(struct mmc_test_card *test, int write, in mmc_test_best_performance()
1681 static int mmc_test_best_read_performance(struct mmc_test_card *test) in mmc_test_best_read_performance()
1689 static int mmc_test_best_write_performance(struct mmc_test_card *test) in mmc_test_best_write_performance()
1697 static int mmc_test_best_read_perf_max_scatter(struct mmc_test_card *test) in mmc_test_best_read_perf_max_scatter()
1705 static int mmc_test_best_write_perf_max_scatter(struct mmc_test_card *test) in mmc_test_best_write_perf_max_scatter()
1713 static int mmc_test_profile_read_perf(struct mmc_test_card *test) in mmc_test_profile_read_perf()
1734 static int mmc_test_profile_write_perf(struct mmc_test_card *test) in mmc_test_profile_write_perf()
1761 static int mmc_test_profile_trim_perf(struct mmc_test_card *test) in mmc_test_profile_trim_perf()
1794 static int mmc_test_seq_read_perf(struct mmc_test_card *test, unsigned long sz) in mmc_test_seq_read_perf()
1818 static int mmc_test_profile_seq_read_perf(struct mmc_test_card *test) in mmc_test_profile_seq_read_perf()
1833 static int mmc_test_seq_write_perf(struct mmc_test_card *test, unsigned long sz) in mmc_test_seq_write_perf()
1860 static int mmc_test_profile_seq_write_perf(struct mmc_test_card *test) in mmc_test_profile_seq_write_perf()
1878 static int mmc_test_profile_seq_trim_perf(struct mmc_test_card *test) in mmc_test_profile_seq_trim_perf()
1926 static int mmc_test_rnd_perf(struct mmc_test_card *test, int write, int print, in mmc_test_rnd_perf()
1961 static int mmc_test_random_perf(struct mmc_test_card *test, int write) in mmc_test_random_perf()
1999 static int mmc_test_random_read_perf(struct mmc_test_card *test) in mmc_test_random_read_perf()
2007 static int mmc_test_random_write_perf(struct mmc_test_card *test) in mmc_test_random_write_perf()
2012 static int mmc_test_seq_perf(struct mmc_test_card *test, int write, in mmc_test_seq_perf()
2059 static int mmc_test_large_seq_perf(struct mmc_test_card *test, int write) in mmc_test_large_seq_perf()
2085 static int mmc_test_large_seq_read_perf(struct mmc_test_card *test) in mmc_test_large_seq_read_perf()
2093 static int mmc_test_large_seq_write_perf(struct mmc_test_card *test) in mmc_test_large_seq_write_perf()
2098 static int mmc_test_rw_multiple(struct mmc_test_card *test, in mmc_test_rw_multiple()
2148 static int mmc_test_rw_multiple_size(struct mmc_test_card *test, in mmc_test_rw_multiple_size()
2170 static int mmc_test_rw_multiple_sg_len(struct mmc_test_card *test, in mmc_test_rw_multiple_sg_len()
2188 static int mmc_test_profile_mult_write_blocking_perf(struct mmc_test_card *test) in mmc_test_profile_mult_write_blocking_perf()
2207 static int mmc_test_profile_mult_write_nonblock_perf(struct mmc_test_card *test) in mmc_test_profile_mult_write_nonblock_perf()
2226 static int mmc_test_profile_mult_read_blocking_perf(struct mmc_test_card *test) in mmc_test_profile_mult_read_blocking_perf()
2245 static int mmc_test_profile_mult_read_nonblock_perf(struct mmc_test_card *test) in mmc_test_profile_mult_read_nonblock_perf()
2264 static int mmc_test_profile_sglen_wr_blocking_perf(struct mmc_test_card *test) in mmc_test_profile_sglen_wr_blocking_perf()
2283 static int mmc_test_profile_sglen_wr_nonblock_perf(struct mmc_test_card *test) in mmc_test_profile_sglen_wr_nonblock_perf()
2302 static int mmc_test_profile_sglen_r_blocking_perf(struct mmc_test_card *test) in mmc_test_profile_sglen_r_blocking_perf()
2321 static int mmc_test_profile_sglen_r_nonblock_perf(struct mmc_test_card *test) in mmc_test_profile_sglen_r_nonblock_perf()
2340 static int mmc_test_reset(struct mmc_test_card *test) in mmc_test_reset()
2362 static int mmc_test_send_status(struct mmc_test_card *test, in mmc_test_send_status()
2375 static int mmc_test_ongoing_transfer(struct mmc_test_card *test, in mmc_test_ongoing_transfer()
2489 static int __mmc_test_cmds_during_tfr(struct mmc_test_card *test, in __mmc_test_cmds_during_tfr()
2512 static int mmc_test_cmds_during_tfr(struct mmc_test_card *test, int use_sbc, in mmc_test_cmds_during_tfr()
2531 static int mmc_test_cmds_during_read(struct mmc_test_card *test) in mmc_test_cmds_during_read()
2539 static int mmc_test_cmds_during_write(struct mmc_test_card *test) in mmc_test_cmds_during_write()
2547 static int mmc_test_cmds_during_read_cmd23(struct mmc_test_card *test) in mmc_test_cmds_during_read_cmd23()
2555 static int mmc_test_cmds_during_write_cmd23(struct mmc_test_card *test) in mmc_test_cmds_during_write_cmd23()
2563 static int mmc_test_cmds_during_read_cmd23_nonblock(struct mmc_test_card *test) in mmc_test_cmds_during_read_cmd23_nonblock()
2571 static int mmc_test_cmds_during_write_cmd23_nonblock(struct mmc_test_card *test) in mmc_test_cmds_during_write_cmd23_nonblock()
2951 static void mmc_test_run(struct mmc_test_card *test, int testcase) in mmc_test_run()
3105 struct mmc_test_card *test; local