Lines Matching refs:sets
56 struct spi_buf_set sets[4]; member
262 tdata.sets[i].buffers = &tdata.bufs[i]; in test_basic()
263 tdata.sets[i].count = 1; in test_basic()
266 tdata.mtx_set = &tdata.sets[0]; in test_basic()
267 tdata.mrx_set = &tdata.sets[1]; in test_basic()
268 tdata.stx_set = &tdata.sets[2]; in test_basic()
269 tdata.srx_set = &tdata.sets[3]; in test_basic()
296 tdata.sets[0].buffers = &tdata.bufs[0]; in test_basic_zero_len()
297 tdata.sets[0].count = 2; in test_basic_zero_len()
298 tdata.mtx_set = &tdata.sets[0]; in test_basic_zero_len()
305 tdata.sets[1].buffers = &tdata.bufs[2]; in test_basic_zero_len()
306 tdata.sets[1].count = 2; in test_basic_zero_len()
307 tdata.mrx_set = &tdata.sets[1]; in test_basic_zero_len()
312 tdata.sets[2].buffers = &tdata.bufs[4]; in test_basic_zero_len()
313 tdata.sets[2].count = 1; in test_basic_zero_len()
314 tdata.stx_set = &tdata.sets[2]; in test_basic_zero_len()
318 tdata.sets[3].buffers = &tdata.bufs[6]; in test_basic_zero_len()
319 tdata.sets[3].count = 1; in test_basic_zero_len()
320 tdata.srx_set = &tdata.sets[3]; in test_basic_zero_len()
353 tdata.sets[i].buffers = &tdata.bufs[i]; in test_short_rx()
354 tdata.sets[i].count = 1; in test_short_rx()
357 tdata.mtx_set = &tdata.sets[0]; in test_short_rx()
358 tdata.mrx_set = &tdata.sets[1]; in test_short_rx()
359 tdata.stx_set = &tdata.sets[2]; in test_short_rx()
360 tdata.srx_set = &tdata.sets[3]; in test_short_rx()
383 tdata.sets[0].buffers = &tdata.bufs[0]; in test_only_tx()
384 tdata.sets[0].count = 1; in test_only_tx()
385 tdata.mtx_set = &tdata.sets[0]; in test_only_tx()
391 tdata.sets[1].buffers = &tdata.bufs[1]; in test_only_tx()
392 tdata.sets[1].count = 1; in test_only_tx()
393 tdata.srx_set = &tdata.sets[1]; in test_only_tx()
418 tdata.sets[0].buffers = &tdata.bufs[0]; in test_only_tx_in_chunks()
419 tdata.sets[0].count = 1; in test_only_tx_in_chunks()
420 tdata.mtx_set = &tdata.sets[0]; in test_only_tx_in_chunks()
428 tdata.sets[1].buffers = &tdata.bufs[1]; in test_only_tx_in_chunks()
429 tdata.sets[1].count = 2; in test_only_tx_in_chunks()
430 tdata.srx_set = &tdata.sets[1]; in test_only_tx_in_chunks()
454 tdata.sets[0].buffers = &tdata.bufs[0]; in test_only_rx()
455 tdata.sets[0].count = 1; in test_only_rx()
456 tdata.mrx_set = &tdata.sets[0]; in test_only_rx()
462 tdata.sets[1].buffers = &tdata.bufs[1]; in test_only_rx()
463 tdata.sets[1].count = 1; in test_only_rx()
464 tdata.stx_set = &tdata.sets[1]; in test_only_rx()
489 tdata.sets[0].buffers = &tdata.bufs[0]; in test_only_rx_in_chunks()
490 tdata.sets[0].count = 1; in test_only_rx_in_chunks()
491 tdata.mrx_set = &tdata.sets[0]; in test_only_rx_in_chunks()
499 tdata.sets[1].buffers = &tdata.bufs[1]; in test_only_rx_in_chunks()
500 tdata.sets[1].count = 2; in test_only_rx_in_chunks()
501 tdata.stx_set = &tdata.sets[1]; in test_only_rx_in_chunks()