Lines Matching defs:test
172 struct mmc_test_card *test; member
182 static int mmc_test_set_blksize(struct mmc_test_card *test, unsigned size) in mmc_test_set_blksize()
190 static void mmc_test_prepare_mrq(struct mmc_test_card *test, in mmc_test_prepare_mrq()
236 static int mmc_test_wait_busy(struct mmc_test_card *test) in mmc_test_wait_busy()
268 static int mmc_test_buffer_transfer(struct mmc_test_card *test, in mmc_test_buffer_transfer()
522 static void mmc_test_save_transfer_result(struct mmc_test_card *test, in mmc_test_save_transfer_result()
547 static void mmc_test_print_rate(struct mmc_test_card *test, uint64_t bytes, in mmc_test_print_rate()
571 static void mmc_test_print_avg_rate(struct mmc_test_card *test, uint64_t bytes, in mmc_test_print_avg_rate()
615 static int __mmc_test_prepare(struct mmc_test_card *test, int write) in __mmc_test_prepare()
639 static int mmc_test_prepare_write(struct mmc_test_card *test) in mmc_test_prepare_write()
644 static int mmc_test_prepare_read(struct mmc_test_card *test) in mmc_test_prepare_read()
649 static int mmc_test_cleanup(struct mmc_test_card *test) in mmc_test_cleanup()
675 static void mmc_test_prepare_broken_mrq(struct mmc_test_card *test, in mmc_test_prepare_broken_mrq()
693 static int mmc_test_check_result(struct mmc_test_card *test, in mmc_test_check_result()
732 static int mmc_test_check_broken_result(struct mmc_test_card *test, in mmc_test_check_broken_result()
780 static int mmc_test_nonblock_transfer(struct mmc_test_card *test, in mmc_test_nonblock_transfer()
845 static int mmc_test_simple_transfer(struct mmc_test_card *test, in mmc_test_simple_transfer()
871 static int mmc_test_broken_transfer(struct mmc_test_card *test, in mmc_test_broken_transfer()
902 static int mmc_test_transfer(struct mmc_test_card *test, in mmc_test_transfer()
986 static int mmc_test_basic_write(struct mmc_test_card *test) in mmc_test_basic_write()
1004 static int mmc_test_basic_read(struct mmc_test_card *test) in mmc_test_basic_read()
1022 static int mmc_test_verify_write(struct mmc_test_card *test) in mmc_test_verify_write()
1036 static int mmc_test_verify_read(struct mmc_test_card *test) in mmc_test_verify_read()
1050 static int mmc_test_multi_write(struct mmc_test_card *test) in mmc_test_multi_write()
1076 static int mmc_test_multi_read(struct mmc_test_card *test) in mmc_test_multi_read()
1102 static int mmc_test_pow2_write(struct mmc_test_card *test) in mmc_test_pow2_write()
1120 static int mmc_test_pow2_read(struct mmc_test_card *test) in mmc_test_pow2_read()
1138 static int mmc_test_weird_write(struct mmc_test_card *test) in mmc_test_weird_write()
1156 static int mmc_test_weird_read(struct mmc_test_card *test) in mmc_test_weird_read()
1174 static int mmc_test_align_write(struct mmc_test_card *test) in mmc_test_align_write()
1189 static int mmc_test_align_read(struct mmc_test_card *test) in mmc_test_align_read()
1204 static int mmc_test_align_multi_write(struct mmc_test_card *test) in mmc_test_align_multi_write()
1231 static int mmc_test_align_multi_read(struct mmc_test_card *test) in mmc_test_align_multi_read()
1258 static int mmc_test_xfersize_write(struct mmc_test_card *test) in mmc_test_xfersize_write()
1273 static int mmc_test_xfersize_read(struct mmc_test_card *test) in mmc_test_xfersize_read()
1288 static int mmc_test_multi_xfersize_write(struct mmc_test_card *test) in mmc_test_multi_xfersize_write()
1306 static int mmc_test_multi_xfersize_read(struct mmc_test_card *test) in mmc_test_multi_xfersize_read()
1326 static int mmc_test_write_high(struct mmc_test_card *test) in mmc_test_write_high()
1341 static int mmc_test_read_high(struct mmc_test_card *test) in mmc_test_read_high()
1356 static int mmc_test_multi_write_high(struct mmc_test_card *test) in mmc_test_multi_write_high()
1383 static int mmc_test_multi_read_high(struct mmc_test_card *test) in mmc_test_multi_read_high()
1412 static int mmc_test_no_highmem(struct mmc_test_card *test) in mmc_test_no_highmem()
1424 static int mmc_test_area_map(struct mmc_test_card *test, unsigned long sz, in mmc_test_area_map()
1449 static int mmc_test_area_transfer(struct mmc_test_card *test, in mmc_test_area_transfer()
1461 static int mmc_test_area_io_seq(struct mmc_test_card *test, unsigned long sz, in mmc_test_area_io_seq()
1514 static int mmc_test_area_io(struct mmc_test_card *test, unsigned long sz, in mmc_test_area_io()
1525 static int mmc_test_area_fill(struct mmc_test_card *test) in mmc_test_area_fill()
1535 static int mmc_test_area_erase(struct mmc_test_card *test) in mmc_test_area_erase()
1549 static int mmc_test_area_cleanup(struct mmc_test_card *test) in mmc_test_area_cleanup()
1566 static int mmc_test_area_init(struct mmc_test_card *test, int erase, int fill) in mmc_test_area_init()
1638 static int mmc_test_area_prepare(struct mmc_test_card *test) in mmc_test_area_prepare()
1646 static int mmc_test_area_prepare_erase(struct mmc_test_card *test) in mmc_test_area_prepare_erase()
1654 static int mmc_test_area_prepare_fill(struct mmc_test_card *test) in mmc_test_area_prepare_fill()
1667 static int mmc_test_best_performance(struct mmc_test_card *test, int write, in mmc_test_best_performance()
1679 static int mmc_test_best_read_performance(struct mmc_test_card *test) in mmc_test_best_read_performance()
1687 static int mmc_test_best_write_performance(struct mmc_test_card *test) in mmc_test_best_write_performance()
1695 static int mmc_test_best_read_perf_max_scatter(struct mmc_test_card *test) in mmc_test_best_read_perf_max_scatter()
1703 static int mmc_test_best_write_perf_max_scatter(struct mmc_test_card *test) in mmc_test_best_write_perf_max_scatter()
1711 static int mmc_test_profile_read_perf(struct mmc_test_card *test) in mmc_test_profile_read_perf()
1732 static int mmc_test_profile_write_perf(struct mmc_test_card *test) in mmc_test_profile_write_perf()
1759 static int mmc_test_profile_trim_perf(struct mmc_test_card *test) in mmc_test_profile_trim_perf()
1792 static int mmc_test_seq_read_perf(struct mmc_test_card *test, unsigned long sz) in mmc_test_seq_read_perf()
1816 static int mmc_test_profile_seq_read_perf(struct mmc_test_card *test) in mmc_test_profile_seq_read_perf()
1831 static int mmc_test_seq_write_perf(struct mmc_test_card *test, unsigned long sz) in mmc_test_seq_write_perf()
1858 static int mmc_test_profile_seq_write_perf(struct mmc_test_card *test) in mmc_test_profile_seq_write_perf()
1876 static int mmc_test_profile_seq_trim_perf(struct mmc_test_card *test) in mmc_test_profile_seq_trim_perf()
1924 static int mmc_test_rnd_perf(struct mmc_test_card *test, int write, int print, in mmc_test_rnd_perf()
1959 static int mmc_test_random_perf(struct mmc_test_card *test, int write) in mmc_test_random_perf()
1997 static int mmc_test_random_read_perf(struct mmc_test_card *test) in mmc_test_random_read_perf()
2005 static int mmc_test_random_write_perf(struct mmc_test_card *test) in mmc_test_random_write_perf()
2010 static int mmc_test_seq_perf(struct mmc_test_card *test, int write, in mmc_test_seq_perf()
2057 static int mmc_test_large_seq_perf(struct mmc_test_card *test, int write) in mmc_test_large_seq_perf()
2083 static int mmc_test_large_seq_read_perf(struct mmc_test_card *test) in mmc_test_large_seq_read_perf()
2091 static int mmc_test_large_seq_write_perf(struct mmc_test_card *test) in mmc_test_large_seq_write_perf()
2096 static int mmc_test_rw_multiple(struct mmc_test_card *test, in mmc_test_rw_multiple()
2146 static int mmc_test_rw_multiple_size(struct mmc_test_card *test, in mmc_test_rw_multiple_size()
2168 static int mmc_test_rw_multiple_sg_len(struct mmc_test_card *test, in mmc_test_rw_multiple_sg_len()
2186 static int mmc_test_profile_mult_write_blocking_perf(struct mmc_test_card *test) in mmc_test_profile_mult_write_blocking_perf()
2205 static int mmc_test_profile_mult_write_nonblock_perf(struct mmc_test_card *test) in mmc_test_profile_mult_write_nonblock_perf()
2224 static int mmc_test_profile_mult_read_blocking_perf(struct mmc_test_card *test) in mmc_test_profile_mult_read_blocking_perf()
2243 static int mmc_test_profile_mult_read_nonblock_perf(struct mmc_test_card *test) in mmc_test_profile_mult_read_nonblock_perf()
2262 static int mmc_test_profile_sglen_wr_blocking_perf(struct mmc_test_card *test) in mmc_test_profile_sglen_wr_blocking_perf()
2281 static int mmc_test_profile_sglen_wr_nonblock_perf(struct mmc_test_card *test) in mmc_test_profile_sglen_wr_nonblock_perf()
2300 static int mmc_test_profile_sglen_r_blocking_perf(struct mmc_test_card *test) in mmc_test_profile_sglen_r_blocking_perf()
2319 static int mmc_test_profile_sglen_r_nonblock_perf(struct mmc_test_card *test) in mmc_test_profile_sglen_r_nonblock_perf()
2338 static int mmc_test_hw_reset(struct mmc_test_card *test) in mmc_test_hw_reset()
2689 static void mmc_test_run(struct mmc_test_card *test, int testcase) in mmc_test_run()
2849 struct mmc_test_card *test; local