Lines Matching refs:spi_delay
99 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;
966 struct spi_delay cs_change_delay;
967 struct spi_delay word_delay;
1082 struct spi_delay d; in spi_transfer_delay_exec()
1141 struct spi_delay *setup,
1142 struct spi_delay *hold,
1143 struct spi_delay *inactive);