Searched refs:spi_delay_to_ns (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/spi/ |
| H A D | spi-virtio.c | 100 cs_setup = spi_delay_to_ns(&spi->cs_setup, xfer); in virtio_spi_set_delays() 107 cs_word_delay_xfer = spi_delay_to_ns(&xfer->word_delay, xfer); in virtio_spi_set_delays() 112 cs_word_delay_spi = spi_delay_to_ns(&spi->word_delay, xfer); in virtio_spi_set_delays() 120 delay = spi_delay_to_ns(&xfer->delay, xfer); in virtio_spi_set_delays() 125 cs_hold = spi_delay_to_ns(&spi->cs_hold, xfer); in virtio_spi_set_delays() 132 cs_inactive = spi_delay_to_ns(&spi->cs_inactive, xfer); in virtio_spi_set_delays() 137 cs_change_delay = spi_delay_to_ns(&xfer->cs_change_delay, xfer); in virtio_spi_set_delays()
|
| H A D | spi.c | 1707 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 D | spi-amlogic-spisg.c | 174 ns = spi_delay_to_ns(delay, NULL); in spi_delay_to_sclk()
|
| H A D | spi-imx.c | 776 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 D | spi-stm32.c | 1951 spi_delay_ns = spi_delay_to_ns(&xfer->word_delay, xfer); in stm32h7_spi_data_idleness()
|
| /linux/include/linux/spi/ |
| H A D | spi.h | 132 extern int spi_delay_to_ns(struct spi_delay *_delay, struct spi_transfer *xfer);
|