Home
last modified time | relevance | path

Searched refs:spi_delay (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/spi/
H A Dspi.h99 struct spi_delay { struct
107 extern int spi_delay_to_ns(struct spi_delay *_delay, struct spi_transfer *xfer); argument
108 extern int spi_delay_exec(struct spi_delay *_delay, struct spi_transfer *xfer);
196 struct spi_delay word_delay; /* inter-word delay */
556 int (*set_cs_timing)(struct spi_device *spi, struct spi_delay *setup,
557 struct spi_delay *hold, struct spi_delay *inactive);
644 struct spi_delay cs_setup;
645 struct spi_delay cs_hold;
646 struct spi_delay cs_inactive;
965 struct spi_delay delay;
[all …]
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-dw-dma.c239 struct spi_delay delay; in dw_spi_dma_wait_tx_done()
323 struct spi_delay delay; in dw_spi_dma_wait_rx_done()
H A Dspi-dw-core.c380 struct spi_delay delay; in dw_spi_poll_transfer()
608 struct spi_delay delay; in dw_spi_wait_mem_op_done()
H A Dspi.c1174 int spi_delay_to_ns(struct spi_delay *_delay, struct spi_transfer *xfer) in spi_delay_to_ns()
1209 int spi_delay_exec(struct spi_delay *_delay, struct spi_transfer *xfer) in spi_delay_exec()
3462 int spi_set_cs_timing(struct spi_device *spi, struct spi_delay *setup, in spi_set_cs_timing()
3463 struct spi_delay *hold, struct spi_delay *inactive) in spi_set_cs_timing()
3479 len = sizeof(struct spi_delay); in spi_set_cs_timing()
H A Dspi-tegra114.c721 struct spi_delay *setup, in tegra_spi_set_hw_cs_timing()
722 struct spi_delay *hold, in tegra_spi_set_hw_cs_timing()
723 struct spi_delay *inactive) in tegra_spi_set_hw_cs_timing()
H A Dspi-sprd.c667 struct spi_delay *d = &t->word_delay; in sprd_spi_init_hw()
H A Dspi-atmel.c1161 struct spi_delay *delay = &spi->word_delay; in atmel_word_delay_csr()