Home
last modified time | relevance | path

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

/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.h236 struct spi_delay cs_inactive; member
/linux/drivers/spi/
H A Dspi.c1259 spi_delay_exec(&spi->cs_inactive, NULL); in spi_toggle_csgpiod()
1316 spi_delay_exec(&spi->cs_inactive, NULL); in spi_set_cs()
2807 of_spi_parse_dt_cs_delay(nc, &spi->cs_inactive, "spi-cs-inactive-delay-ns"); in of_spi_parse_dt()