Searched refs:spi_delay (Results 1 – 7 of 7) sorted by relevance
122 struct spi_delay { struct130 extern int spi_delay_to_ns(struct spi_delay *_delay, struct spi_transfer *xfer); argument131 extern int spi_delay_exec(struct spi_delay *_delay, struct spi_transfer *xfer);232 struct spi_delay word_delay; /* Inter-word delay */235 struct spi_delay cs_setup;236 struct spi_delay cs_hold;237 struct spi_delay cs_inactive;1144 struct spi_delay delay;1145 struct spi_delay cs_change_delay;1146 struct spi_delay word_delay;
393 struct spi_delay delay; in dw_spi_poll_transfer()633 struct spi_delay delay; in dw_spi_wait_mem_op_done()
301 struct spi_delay *cs_setup = &spi->cs_setup; in mtk_spi_set_hw_cs_timing()302 struct spi_delay *cs_hold = &spi->cs_hold; in mtk_spi_set_hw_cs_timing()303 struct spi_delay *cs_inactive = &spi->cs_inactive; in mtk_spi_set_hw_cs_timing()
722 struct spi_delay *setup = &spi->cs_setup; in tegra_spi_set_hw_cs_timing()723 struct spi_delay *hold = &spi->cs_hold; in tegra_spi_set_hw_cs_timing()724 struct spi_delay *inactive = &spi->cs_inactive; in tegra_spi_set_hw_cs_timing()
1497 int spi_delay_to_ns(struct spi_delay *_delay, struct spi_transfer *xfer) in spi_delay_to_ns()1536 int spi_delay_exec(struct spi_delay *_delay, struct spi_transfer *xfer) in spi_delay_exec()2339 struct spi_delay *delay, const char *prop) in of_spi_parse_dt_cs_delay()
1203 struct spi_delay *delay = &spi->word_delay; in atmel_word_delay_csr()
239 struct spi_delay delay = { .value = 10, .unit = SPI_DELAY_UNIT_USECS }; in sca3300_transfer()