Lines Matching defs:test
181 static int mmc_test_set_blksize(struct mmc_test_card *test, unsigned size) in mmc_test_set_blksize()
192 static void mmc_test_prepare_sbc(struct mmc_test_card *test, in mmc_test_prepare_sbc()
212 static void mmc_test_prepare_mrq(struct mmc_test_card *test, in mmc_test_prepare_mrq()
261 static int mmc_test_wait_busy(struct mmc_test_card *test) in mmc_test_wait_busy()
292 static int mmc_test_buffer_transfer(struct mmc_test_card *test, in mmc_test_buffer_transfer()
536 static void mmc_test_save_transfer_result(struct mmc_test_card *test, in mmc_test_save_transfer_result()
561 static void mmc_test_print_rate(struct mmc_test_card *test, uint64_t bytes, in mmc_test_print_rate()
585 static void mmc_test_print_avg_rate(struct mmc_test_card *test, uint64_t bytes, in mmc_test_print_avg_rate()
629 static int __mmc_test_prepare(struct mmc_test_card *test, int write) in __mmc_test_prepare()
653 static int mmc_test_prepare_write(struct mmc_test_card *test) in mmc_test_prepare_write()
658 static int mmc_test_prepare_read(struct mmc_test_card *test) in mmc_test_prepare_read()
663 static int mmc_test_cleanup(struct mmc_test_card *test) in mmc_test_cleanup()
689 static void mmc_test_prepare_broken_mrq(struct mmc_test_card *test, in mmc_test_prepare_broken_mrq()
708 static int mmc_test_check_result(struct mmc_test_card *test, in mmc_test_check_result()
739 static int mmc_test_check_broken_result(struct mmc_test_card *test, in mmc_test_check_broken_result()
807 static int mmc_test_start_areq(struct mmc_test_card *test, in mmc_test_start_areq()
842 static int mmc_test_nonblock_transfer(struct mmc_test_card *test, in mmc_test_nonblock_transfer()
887 static int mmc_test_simple_transfer(struct mmc_test_card *test, in mmc_test_simple_transfer()
913 static int mmc_test_broken_transfer(struct mmc_test_card *test, in mmc_test_broken_transfer()
944 static int mmc_test_transfer(struct mmc_test_card *test, in mmc_test_transfer()
1028 static int mmc_test_basic_write(struct mmc_test_card *test) in mmc_test_basic_write()
1042 static int mmc_test_basic_read(struct mmc_test_card *test) in mmc_test_basic_read()
1056 static int mmc_test_verify_write(struct mmc_test_card *test) in mmc_test_verify_write()
1065 static int mmc_test_verify_read(struct mmc_test_card *test) in mmc_test_verify_read()
1074 static int mmc_test_multi_write(struct mmc_test_card *test) in mmc_test_multi_write()
1095 static int mmc_test_multi_read(struct mmc_test_card *test) in mmc_test_multi_read()
1116 static int mmc_test_pow2_write(struct mmc_test_card *test) in mmc_test_pow2_write()
1134 static int mmc_test_pow2_read(struct mmc_test_card *test) in mmc_test_pow2_read()
1152 static int mmc_test_weird_write(struct mmc_test_card *test) in mmc_test_weird_write()
1170 static int mmc_test_weird_read(struct mmc_test_card *test) in mmc_test_weird_read()
1188 static int mmc_test_align_write(struct mmc_test_card *test) in mmc_test_align_write()
1203 static int mmc_test_align_read(struct mmc_test_card *test) in mmc_test_align_read()
1218 static int mmc_test_align_multi_write(struct mmc_test_card *test) in mmc_test_align_multi_write()
1245 static int mmc_test_align_multi_read(struct mmc_test_card *test) in mmc_test_align_multi_read()
1272 static int mmc_test_xfersize_write(struct mmc_test_card *test) in mmc_test_xfersize_write()
1283 static int mmc_test_xfersize_read(struct mmc_test_card *test) in mmc_test_xfersize_read()
1294 static int mmc_test_multi_xfersize_write(struct mmc_test_card *test) in mmc_test_multi_xfersize_write()
1308 static int mmc_test_multi_xfersize_read(struct mmc_test_card *test) in mmc_test_multi_xfersize_read()
1324 static int mmc_test_write_high(struct mmc_test_card *test) in mmc_test_write_high()
1334 static int mmc_test_read_high(struct mmc_test_card *test) in mmc_test_read_high()
1344 static int mmc_test_multi_write_high(struct mmc_test_card *test) in mmc_test_multi_write_high()
1366 static int mmc_test_multi_read_high(struct mmc_test_card *test) in mmc_test_multi_read_high()
1390 static int mmc_test_no_highmem(struct mmc_test_card *test) in mmc_test_no_highmem()
1402 static int mmc_test_area_map(struct mmc_test_card *test, unsigned long sz, in mmc_test_area_map()
1427 static int mmc_test_area_transfer(struct mmc_test_card *test, in mmc_test_area_transfer()
1439 static int mmc_test_area_io_seq(struct mmc_test_card *test, unsigned long sz, in mmc_test_area_io_seq()
1492 static int mmc_test_area_io(struct mmc_test_card *test, unsigned long sz, in mmc_test_area_io()
1503 static int mmc_test_area_fill(struct mmc_test_card *test) in mmc_test_area_fill()
1513 static int mmc_test_area_erase(struct mmc_test_card *test) in mmc_test_area_erase()
1527 static int mmc_test_area_cleanup(struct mmc_test_card *test) in mmc_test_area_cleanup()
1544 static int mmc_test_area_init(struct mmc_test_card *test, int erase, int fill) in mmc_test_area_init()
1616 static int mmc_test_area_prepare(struct mmc_test_card *test) in mmc_test_area_prepare()
1624 static int mmc_test_area_prepare_erase(struct mmc_test_card *test) in mmc_test_area_prepare_erase()
1632 static int mmc_test_area_prepare_fill(struct mmc_test_card *test) in mmc_test_area_prepare_fill()
1645 static int mmc_test_best_performance(struct mmc_test_card *test, int write, in mmc_test_best_performance()
1657 static int mmc_test_best_read_performance(struct mmc_test_card *test) in mmc_test_best_read_performance()
1665 static int mmc_test_best_write_performance(struct mmc_test_card *test) in mmc_test_best_write_performance()
1673 static int mmc_test_best_read_perf_max_scatter(struct mmc_test_card *test) in mmc_test_best_read_perf_max_scatter()
1681 static int mmc_test_best_write_perf_max_scatter(struct mmc_test_card *test) in mmc_test_best_write_perf_max_scatter()
1689 static int mmc_test_profile_read_perf(struct mmc_test_card *test) in mmc_test_profile_read_perf()
1710 static int mmc_test_profile_write_perf(struct mmc_test_card *test) in mmc_test_profile_write_perf()
1737 static int mmc_test_profile_trim_perf(struct mmc_test_card *test) in mmc_test_profile_trim_perf()
1770 static int mmc_test_seq_read_perf(struct mmc_test_card *test, unsigned long sz) in mmc_test_seq_read_perf()
1794 static int mmc_test_profile_seq_read_perf(struct mmc_test_card *test) in mmc_test_profile_seq_read_perf()
1809 static int mmc_test_seq_write_perf(struct mmc_test_card *test, unsigned long sz) in mmc_test_seq_write_perf()
1836 static int mmc_test_profile_seq_write_perf(struct mmc_test_card *test) in mmc_test_profile_seq_write_perf()
1854 static int mmc_test_profile_seq_trim_perf(struct mmc_test_card *test) in mmc_test_profile_seq_trim_perf()
1902 static int mmc_test_rnd_perf(struct mmc_test_card *test, int write, int print, in mmc_test_rnd_perf()
1937 static int mmc_test_random_perf(struct mmc_test_card *test, int write) in mmc_test_random_perf()
1975 static int mmc_test_random_read_perf(struct mmc_test_card *test) in mmc_test_random_read_perf()
1983 static int mmc_test_random_write_perf(struct mmc_test_card *test) in mmc_test_random_write_perf()
1988 static int mmc_test_seq_perf(struct mmc_test_card *test, int write, in mmc_test_seq_perf()
2035 static int mmc_test_large_seq_perf(struct mmc_test_card *test, int write) in mmc_test_large_seq_perf()
2061 static int mmc_test_large_seq_read_perf(struct mmc_test_card *test) in mmc_test_large_seq_read_perf()
2069 static int mmc_test_large_seq_write_perf(struct mmc_test_card *test) in mmc_test_large_seq_write_perf()
2074 static int mmc_test_rw_multiple(struct mmc_test_card *test, in mmc_test_rw_multiple()
2124 static int mmc_test_rw_multiple_size(struct mmc_test_card *test, in mmc_test_rw_multiple_size()
2146 static int mmc_test_rw_multiple_sg_len(struct mmc_test_card *test, in mmc_test_rw_multiple_sg_len()
2164 static int mmc_test_profile_mult_write_blocking_perf(struct mmc_test_card *test) in mmc_test_profile_mult_write_blocking_perf()
2183 static int mmc_test_profile_mult_write_nonblock_perf(struct mmc_test_card *test) in mmc_test_profile_mult_write_nonblock_perf()
2202 static int mmc_test_profile_mult_read_blocking_perf(struct mmc_test_card *test) in mmc_test_profile_mult_read_blocking_perf()
2221 static int mmc_test_profile_mult_read_nonblock_perf(struct mmc_test_card *test) in mmc_test_profile_mult_read_nonblock_perf()
2240 static int mmc_test_profile_sglen_wr_blocking_perf(struct mmc_test_card *test) in mmc_test_profile_sglen_wr_blocking_perf()
2259 static int mmc_test_profile_sglen_wr_nonblock_perf(struct mmc_test_card *test) in mmc_test_profile_sglen_wr_nonblock_perf()
2278 static int mmc_test_profile_sglen_r_blocking_perf(struct mmc_test_card *test) in mmc_test_profile_sglen_r_blocking_perf()
2297 static int mmc_test_profile_sglen_r_nonblock_perf(struct mmc_test_card *test) in mmc_test_profile_sglen_r_nonblock_perf()
2316 static int mmc_test_reset(struct mmc_test_card *test) in mmc_test_reset()
2338 static int mmc_test_send_status(struct mmc_test_card *test, in mmc_test_send_status()
2351 static int mmc_test_ongoing_transfer(struct mmc_test_card *test, in mmc_test_ongoing_transfer()
2465 static int __mmc_test_cmds_during_tfr(struct mmc_test_card *test, in __mmc_test_cmds_during_tfr()
2488 static int mmc_test_cmds_during_tfr(struct mmc_test_card *test, int use_sbc, in mmc_test_cmds_during_tfr()
2507 static int mmc_test_cmds_during_read(struct mmc_test_card *test) in mmc_test_cmds_during_read()
2515 static int mmc_test_cmds_during_write(struct mmc_test_card *test) in mmc_test_cmds_during_write()
2523 static int mmc_test_cmds_during_read_cmd23(struct mmc_test_card *test) in mmc_test_cmds_during_read_cmd23()
2531 static int mmc_test_cmds_during_write_cmd23(struct mmc_test_card *test) in mmc_test_cmds_during_write_cmd23()
2539 static int mmc_test_cmds_during_read_cmd23_nonblock(struct mmc_test_card *test) in mmc_test_cmds_during_read_cmd23_nonblock()
2547 static int mmc_test_cmds_during_write_cmd23_nonblock(struct mmc_test_card *test) in mmc_test_cmds_during_write_cmd23_nonblock()
2927 static void mmc_test_run(struct mmc_test_card *test, int testcase) in mmc_test_run()
3081 struct mmc_test_card *test; local