Home
last modified time | relevance | path

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

/linux/include/linux/spi/
H A Dspi.h119 struct spi_delay { struct
127 extern int spi_delay_to_ns(struct spi_delay *_delay, struct spi_transfer *xfer); argument
128 extern int spi_delay_exec(struct spi_delay *_delay, struct spi_transfer *xfer);
224 struct spi_delay word_delay; /* Inter-word delay */
227 struct spi_delay cs_setup;
228 struct spi_delay cs_hold;
229 struct spi_delay cs_inactive;
1103 struct spi_delay delay;
1104 struct spi_delay cs_change_delay;
1105 struct spi_delay word_delay;
/linux/drivers/spi/
H A Dspi-dw-dma.c291 struct spi_delay delay; in dw_spi_dma_wait_tx_done()
375 struct spi_delay delay; in dw_spi_dma_wait_rx_done()
H A Dspi-dw-core.c390 struct spi_delay delay; in dw_spi_poll_transfer()
618 struct spi_delay delay; in dw_spi_wait_mem_op_done()
H A Dspi-mt65xx.c301 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()
H A Dspi-tegra114.c722 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()
H A Dspi-amlogic-spisg.c164 static int spi_delay_to_sclk(u32 slck_speed_hz, struct spi_delay *delay) in spi_delay_to_sclk()
H A Dspi-sprd.c666 struct spi_delay *d = &t->word_delay; in sprd_spi_init_hw()
H A Dspi.c1501 int spi_delay_to_ns(struct spi_delay *_delay, struct spi_transfer *xfer) in spi_delay_to_ns()
1540 int spi_delay_exec(struct spi_delay *_delay, struct spi_transfer *xfer) in spi_delay_exec()
2343 struct spi_delay *delay, const char *prop) in of_spi_parse_dt_cs_delay()
/linux/drivers/iio/accel/
H A Dsca3300.c239 struct spi_delay delay = { .value = 10, .unit = SPI_DELAY_UNIT_USECS }; in sca3300_transfer()