Searched refs:spi_delay_exec (Results 1 – 7 of 7) sorted by relevance
/openbmc/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-ar934x.c | 146 spi_delay_exec(&t->word_delay, t); in ar934x_spi_transfer_one_message()
|
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-dw-core.c | 399 spi_delay_exec(&delay, transfer); in dw_spi_poll_transfer() 637 spi_delay_exec(&delay, NULL); in dw_spi_wait_mem_op_done()
|
H A D | spi-omap2-mcspi.c | 763 spi_delay_exec(&xfer->word_delay, xfer); in omap2_mcspi_txrx_pio() 812 spi_delay_exec(&xfer->word_delay, xfer); in omap2_mcspi_txrx_pio() 861 spi_delay_exec(&xfer->word_delay, xfer); in omap2_mcspi_txrx_pio()
|
H A D | spi.c | 975 spi_delay_exec(&spi->cs_hold, NULL); in spi_set_cs() 1008 spi_delay_exec(&spi->cs_setup, NULL); in spi_set_cs() 1010 spi_delay_exec(&spi->cs_inactive, NULL); in spi_set_cs() 1438 int spi_delay_exec(struct spi_delay *_delay, struct spi_transfer *xfer) in spi_delay_exec() function 1455 EXPORT_SYMBOL_GPL(spi_delay_exec); 1472 ret = spi_delay_exec(&xfer->cs_change_delay, xfer); in _spi_transfer_cs_change_delay()
|
/openbmc/linux/include/linux/spi/ |
H A D | spi.h | 123 extern int spi_delay_exec(struct spi_delay *_delay, struct spi_transfer *xfer); 1179 return spi_delay_exec(&t->delay, t); in spi_transfer_delay_exec()
|