Home
last modified time | relevance | path

Searched refs:spi_delay_to_ns (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/spi/
H A Dspi.c1707 int spi_delay_to_ns(struct spi_delay *_delay, struct spi_transfer *xfer) in spi_delay_to_ns() function
1744 EXPORT_SYMBOL_GPL(spi_delay_to_ns);
1755 delay = spi_delay_to_ns(_delay, xfer); in spi_delay_exec()
4461 delay1 = spi_delay_to_ns(&xfer->word_delay, xfer); in _spi_xfer_word_delay_update()
4465 delay2 = spi_delay_to_ns(&spi->word_delay, xfer); in _spi_xfer_word_delay_update()
H A Dspi-imx.c776 word_delay_ns = spi_delay_to_ns(&t->word_delay, t); in mx51_ecspi_prepare_transfer()
2120 word_delay_us = DIV_ROUND_CLOSEST(spi_delay_to_ns(&transfer->word_delay, transfer), in spi_imx_transfer_estimate_time_us()
H A Dspi-stm32.c1951 spi_delay_ns = spi_delay_to_ns(&xfer->word_delay, xfer); in stm32h7_spi_data_idleness()
/linux/include/linux/spi/
H A Dspi.h132 extern int spi_delay_to_ns(struct spi_delay *_delay, struct spi_transfer *xfer);