Searched refs:spi_delay_exec (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/spi/ |
| H A D | spi-dw-dma.c | 301 spi_delay_exec(&delay, xfer); in dw_spi_dma_wait_tx_done() 402 spi_delay_exec(&delay, NULL); in dw_spi_dma_wait_rx_done()
|
| H A D | spi.c | 1257 spi_delay_exec(&spi->cs_setup, NULL); in spi_toggle_csgpiod() 1259 spi_delay_exec(&spi->cs_inactive, NULL); in spi_toggle_csgpiod() 1295 spi_delay_exec(&spi->cs_hold, NULL); in spi_set_cs() 1314 spi_delay_exec(&spi->cs_setup, NULL); in spi_set_cs() 1316 spi_delay_exec(&spi->cs_inactive, NULL); in spi_set_cs() 1746 int spi_delay_exec(struct spi_delay *_delay, struct spi_transfer *xfer) in spi_delay_exec() function 1763 EXPORT_SYMBOL_GPL(spi_delay_exec); 1780 ret = spi_delay_exec(&xfer->cs_change_delay, xfer); in _spi_transfer_cs_change_delay()
|
| H A D | spi-dw-core.c | 483 spi_delay_exec(&delay, transfer); in dw_spi_poll_transfer() 777 spi_delay_exec(&delay, NULL); in dw_spi_wait_mem_op_done()
|
| /linux/include/linux/spi/ |
| H A D | spi.h | 133 extern int spi_delay_exec(struct spi_delay *_delay, struct spi_transfer *xfer); 1289 return spi_delay_exec(&t->delay, t); in spi_transfer_delay_exec()
|