Lines Matching refs:TEST_P
173 TEST_P(swspi, add_cmd) { in TEST_P() function
218 TEST_P(swspi, add_cmd_null) { in TEST_P() function
224 TEST_P(swspi, add_cmd_out_of_bounds) { in TEST_P() function
239 TEST_P(swspi, add_xfer_too_big) { in TEST_P() function
263 TEST_P(swspi, cs_double_assert) { in TEST_P() function
281 TEST_P(swspi, cs_already_deasserted) { in TEST_P() function
295 TEST_P(swspi, cs_shared_bus) { in TEST_P() function
317 TEST_P(swspi, set_clk) { in TEST_P() function
331 TEST_P(swspi, delay) { in TEST_P() function
355 TEST_P(swspi, single_data_xfer) { in TEST_P() function
361 TEST_P(swspi, short_single_data_xfer) { in TEST_P() function
373 TEST_P(swspi, long_single_data_xfer) { in TEST_P() function
388 TEST_P(swspi, very_large_data_xfer) { in TEST_P() function
396 TEST_P(swspi, multi_segment_xfer) { in TEST_P() function
440 TEST_P(swspi, unidir_recv) { in TEST_P() function