Lines Matching full:different
101 /* test transferring different buffers on the same dma channels */
143 LOG_ERR("Buffer contents are different: %s", buffer_print_tx); in spi_complete_multiple()
145 zassert_false(1, "Buffer contents are different"); in spi_complete_multiple()
152 LOG_ERR("Buffer 2 contents are different: %s", buffer_print_tx2); in spi_complete_multiple()
154 zassert_false(1, "Buffer 2 contents are different"); in spi_complete_multiple()
200 LOG_ERR("Buffer contents are different: %s", buffer_print_tx); in spi_complete_loop()
202 zassert_false(1, "Buffer contents are different"); in spi_complete_loop()
304 LOG_ERR("Buffer contents are different: %s", buffer_print_tx); in spi_rx_half_start()
306 zassert_false(1, "Buffer contents are different"); in spi_rx_half_start()
362 LOG_ERR("Buffer contents are different: %s", buffer_print_tx); in spi_rx_half_end()
364 zassert_false(1, "Buffer contents are different"); in spi_rx_half_end()
433 LOG_ERR("Buffer contents are different: %s", buffer_print_tx); in spi_rx_every_4()
435 zassert_false(1, "Buffer contents are different"); in spi_rx_every_4()
440 LOG_ERR("Buffer contents are different: %s", buffer_print_tx); in spi_rx_every_4()
442 zassert_false(1, "Buffer contents are different"); in spi_rx_every_4()
504 LOG_ERR("Buffer contents are different: %s", buffer_print_tx); in spi_rx_bigger_than_tx()
506 zassert_false(1, "Buffer contents are different"); in spi_rx_bigger_than_tx()
519 LOG_ERR("Buffer contents are different: %s", buffer_print_tx); in spi_rx_bigger_than_tx()
521 zassert_false(1, "Buffer contents are different"); in spi_rx_bigger_than_tx()
530 /* test transferring different buffers on the same dma channels */
564 zassert_false(1, "Large Buffer contents are different"); in spi_complete_large_transfers()
677 LOG_ERR("Buffer contents are different: %s", buffer_print_tx); in spi_async_call()
679 zassert_false(1, "Buffer contents are different"); in spi_async_call()
686 LOG_ERR("Buffer 2 contents are different: %s", buffer_print_tx2); in spi_async_call()
688 zassert_false(1, "Buffer 2 contents are different"); in spi_async_call()
693 zassert_false(1, "Buffer 3 contents are different"); in spi_async_call()