Lines Matching refs:txset
137 const struct spi_buf_set txset = { in spi_flash_read_status() local
146 ret = spi_transceive(spi_dev, &spi_cfg_single, &txset, &rxset); in spi_flash_read_status()
171 const struct spi_buf_set txset = { in spi_flash_write_status() local
176 ret = spi_transceive(spi_dev, &spi_cfg_single, &txset, NULL); in spi_flash_write_status()
194 const struct spi_buf_set txset = { in spi_flash_tx_one_byte_cmd() local
199 ret = spi_transceive(spi_dev, &spi_cfg_single, &txset, NULL); in spi_flash_tx_one_byte_cmd()
228 const struct spi_buf_set txset = { in ZTEST_USER() local
237 ret = spi_transceive(spi_dev, &spi_cfg_single, &txset, &rxset); in ZTEST_USER()
271 const struct spi_buf_set txset = { in ZTEST_USER() local
276 ret = spi_transceive(spi_dev, &spi_cfg_single, &txset, NULL); in ZTEST_USER()
315 const struct spi_buf_set txset = { in test_spi_single_write() local
320 ret = spi_transceive(spi_dev, &spi_cfg_single, &txset, NULL); in test_spi_single_write()
381 const struct spi_buf_set txset = { in ZTEST_USER() local
391 ret = spi_transceive(spi_dev, &spi_cfg_single, &txset, &rxset); in ZTEST_USER()
442 const struct spi_buf_set txset = { in ZTEST_USER() local
453 ret = spi_transceive(spi_dev, &spi_cfg_single_hold_cs, &txset, NULL); in ZTEST_USER()
523 const struct spi_buf_set txset = { in test_spi_quad_write() local
528 ret = spi_transceive(spi_dev, &spi_cfg_single_hold_cs, &txset, NULL); in test_spi_quad_write()
537 ret = spi_transceive(spi_dev, &spi_cfg_quad, &txset, NULL); in test_spi_quad_write()
594 const struct spi_buf_set txset = { in ZTEST_USER() local
605 ret = spi_transceive(spi_dev, &spi_cfg_single_hold_cs, &txset, NULL); in ZTEST_USER()