Searched refs:spi_delay_exec (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/spi/ |
| H A D | spi-dw-dma.c | 299 spi_delay_exec(&delay, xfer); in dw_spi_dma_wait_tx_done() 400 spi_delay_exec(&delay, NULL); in dw_spi_dma_wait_rx_done()
|
| H A D | spi-orion.c | 513 spi_delay_exec(&xfer->word_delay, xfer); in orion_spi_write_read() 523 spi_delay_exec(&xfer->word_delay, xfer); in orion_spi_write_read()
|
| H A D | spi.c | 1066 spi_delay_exec(&spi->cs_setup, NULL); in spi_toggle_csgpiod() 1068 spi_delay_exec(&spi->cs_inactive, NULL); in spi_toggle_csgpiod() 1104 spi_delay_exec(&spi->cs_hold, NULL); in spi_set_cs() 1123 spi_delay_exec(&spi->cs_setup, NULL); in spi_set_cs() 1125 spi_delay_exec(&spi->cs_inactive, NULL); in spi_set_cs() 1545 int spi_delay_exec(struct spi_delay *_delay, struct spi_transfer *xfer) 1562 EXPORT_SYMBOL_GPL(spi_delay_exec); in spi_delay_exec() 1579 ret = spi_delay_exec(&xfer->cs_change_delay, xfer); in _spi_transfer_cs_change_delay() 1547 int spi_delay_exec(struct spi_delay *_delay, struct spi_transfer *xfer) spi_delay_exec() function
|
| H A D | spi-dw-core.c | 404 spi_delay_exec(&delay, transfer); in dw_spi_poll_transfer() 652 spi_delay_exec(&delay, NULL); in dw_spi_wait_mem_op_done()
|
| /linux/include/linux/spi/ |
| H A D | spi.h | 131 extern int spi_delay_exec(struct spi_delay *_delay, struct spi_transfer *xfer); 1269 return spi_delay_exec(&t->delay, t);
|