Home
last modified time | relevance | path

Searched refs:spi_delay_exec (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/spi/
A Dspi-dw-dma.c244 spi_delay_exec(&delay, xfer); in dw_spi_dma_wait_tx_done()
345 spi_delay_exec(&delay, NULL); in dw_spi_dma_wait_rx_done()
A Dspi-orion.c514 spi_delay_exec(&xfer->word_delay, xfer); in orion_spi_write_read()
524 spi_delay_exec(&xfer->word_delay, xfer); in orion_spi_write_read()
A Dspi-dw-core.c395 spi_delay_exec(&delay, transfer); in dw_spi_poll_transfer()
629 spi_delay_exec(&delay, NULL); in dw_spi_wait_mem_op_done()
A Dspi.c953 spi_delay_exec(&spi->cs_setup, NULL); in spi_set_cs()
955 spi_delay_exec(&spi->cs_hold, NULL); in spi_set_cs()
998 spi_delay_exec(&spi->cs_inactive, NULL); in spi_set_cs()
1366 int spi_delay_exec(struct spi_delay *_delay, struct spi_transfer *xfer) in spi_delay_exec() function
1383 EXPORT_SYMBOL_GPL(spi_delay_exec);
1400 ret = spi_delay_exec(&xfer->cs_change_delay, xfer); in _spi_transfer_cs_change_delay()
/linux/include/linux/spi/
A Dspi.h106 extern int spi_delay_exec(struct spi_delay *_delay, struct spi_transfer *xfer);
1050 return spi_delay_exec(&t->delay, t); in spi_transfer_delay_exec()
/linux/
A Dvmlinux.symvers1888 0x00000000 spi_delay_exec vmlinux EXPORT_SYMBOL_GPL
A DSystem.map35266 ffff800010920aa0 T spi_delay_exec
A D.tmp_System.map35266 ffff800010920aa0 T spi_delay_exec

Completed in 334 milliseconds