spi_delay
struct spi_delay delay = { .value = 10, .unit = SPI_DELAY_UNIT_USECS };
static int spi_delay_to_sclk(u32 slck_speed_hz, struct spi_delay *delay)
struct spi_delay *delay = &spi->word_delay;
struct spi_delay delay;
struct spi_delay delay;
struct spi_delay delay;
struct spi_delay delay;
struct spi_delay *cs_setup = &spi->cs_setup;
struct spi_delay *cs_hold = &spi->cs_hold;
struct spi_delay *cs_inactive = &spi->cs_inactive;
struct spi_delay *d = &t->word_delay;
struct spi_delay *setup = &spi->cs_setup;
struct spi_delay *hold = &spi->cs_hold;
struct spi_delay *inactive = &spi->cs_inactive;
int spi_delay_to_ns(struct spi_delay *_delay, struct spi_transfer *xfer)
int spi_delay_exec(struct spi_delay *_delay, struct spi_transfer *xfer)
struct spi_delay *delay, const char *prop)
struct spi_delay delay;
struct spi_delay cs_change_delay;
struct spi_delay word_delay;
extern int spi_delay_to_ns(struct spi_delay *_delay, struct spi_transfer *xfer);
extern int spi_delay_exec(struct spi_delay *_delay, struct spi_transfer *xfer);
struct spi_delay word_delay; /* Inter-word delay */
struct spi_delay cs_setup;
struct spi_delay cs_hold;
struct spi_delay cs_inactive;