Home
last modified time | relevance | path

Searched refs:cs_inactive (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/spi/
H A Dspi-virtio.c97 int cs_inactive; in virtio_spi_set_delays() local
132 cs_inactive = spi_delay_to_ns(&spi->cs_inactive, xfer); in virtio_spi_set_delays()
133 if (cs_inactive < 0) { in virtio_spi_set_delays()
135 return cs_inactive; in virtio_spi_set_delays()
143 cpu_to_le32(cs_inactive + cs_change_delay); in virtio_spi_set_delays()
H A Dspi-mt65xx.c303 struct spi_delay *cs_inactive = &spi->cs_inactive; in mtk_spi_set_hw_cs_timing() local
318 delay = spi_delay_to_ns(cs_inactive, NULL); in mtk_spi_set_hw_cs_timing()
H A Dspi.c1059 spi_delay_exec(&spi->cs_inactive, NULL); in spi_toggle_csgpiod()
1116 spi_delay_exec(&spi->cs_inactive, NULL); in spi_set_cs()
2597 of_spi_parse_dt_cs_delay(nc, &spi->cs_inactive, "spi-cs-inactive-delay-ns"); in of_spi_parse_dt()
H A Dspi-tegra114.c724 struct spi_delay *inactive = &spi->cs_inactive; in tegra_spi_set_hw_cs_timing()
/linux/drivers/iio/imu/
H A Dadis.c522 if (!spi->cs_inactive.value) { in adis_init()
523 spi->cs_inactive.value = data->cs_change_delay; in adis_init()
524 spi->cs_inactive.unit = SPI_DELAY_UNIT_USECS; in adis_init()
/linux/include/linux/spi/
H A Dspi.h237 struct spi_delay cs_inactive; member