Searched refs:spi_delay_exec (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/spi/ |
| H A D | spi.c | 1057 spi_delay_exec(&spi->cs_setup, NULL); in spi_toggle_csgpiod() 1059 spi_delay_exec(&spi->cs_inactive, NULL); in spi_toggle_csgpiod() 1095 spi_delay_exec(&spi->cs_hold, NULL); in spi_set_cs() 1114 spi_delay_exec(&spi->cs_setup, NULL); in spi_set_cs() 1116 spi_delay_exec(&spi->cs_inactive, NULL); in spi_set_cs() 1536 int spi_delay_exec(struct spi_delay *_delay, struct spi_transfer *xfer) in spi_delay_exec() function 1553 EXPORT_SYMBOL_GPL(spi_delay_exec); 1570 ret = spi_delay_exec(&xfer->cs_change_delay, xfer); in _spi_transfer_cs_change_delay()
|
| H A D | spi-omap2-mcspi.c | 776 spi_delay_exec(&xfer->word_delay, xfer); in omap2_mcspi_txrx_pio() 825 spi_delay_exec(&xfer->word_delay, xfer); in omap2_mcspi_txrx_pio() 874 spi_delay_exec(&xfer->word_delay, xfer); in omap2_mcspi_txrx_pio()
|