Searched refs:spi_exec_cmds (Results 1 – 3 of 3) sorted by relevance
/trusty/user/app/sample/spi/swspi-test/ |
D | swspi-test.c | 147 rc = spi_exec_cmds(dev, &failed); in exec_xfer() 257 rc = spi_exec_cmds(dev, &failed); in TEST_P() 275 rc = spi_exec_cmds(dev, &failed); in TEST_P() 290 rc = spi_exec_cmds(dev, &failed); in TEST_P() 313 rc = spi_exec_cmds(dev, &failed); in TEST_P() 325 rc = spi_exec_cmds(dev, NULL); in TEST_P() 348 rc = spi_exec_cmds(dev, NULL); in TEST_P() 427 rc = spi_exec_cmds(dev, NULL); in TEST_P() 460 rc = spi_exec_cmds(dev, NULL); in TEST_P()
|
/trusty/user/base/lib/spi/client/include/lib/spi/client/ |
D | spi.h | 95 int spi_exec_cmds(struct spi_dev* dev, size_t* failed);
|
/trusty/user/base/lib/spi/client/ |
D | client.c | 330 int spi_exec_cmds(struct spi_dev* dev, size_t* failed) { in spi_exec_cmds() function
|