Lines Matching refs:spi_delay
98 struct spi_delay { struct
106 extern int spi_delay_to_ns(struct spi_delay *_delay, struct spi_transfer *xfer); argument
107 extern int spi_delay_exec(struct spi_delay *_delay, struct spi_transfer *xfer);
195 struct spi_delay word_delay; /* inter-word delay */
550 int (*set_cs_timing)(struct spi_device *spi, struct spi_delay *setup,
551 struct spi_delay *hold, struct spi_delay *inactive);
638 struct spi_delay cs_setup;
639 struct spi_delay cs_hold;
640 struct spi_delay cs_inactive;
949 struct spi_delay delay;
950 struct spi_delay cs_change_delay;
951 struct spi_delay word_delay;
1062 struct spi_delay d; in spi_transfer_delay_exec()
1121 struct spi_delay *setup,
1122 struct spi_delay *hold,
1123 struct spi_delay *inactive);