Home
last modified time | relevance | path

Searched refs:cs_change_delay (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd-ring.c106 xfer->cs_change_delay.value = 0; in mcp251xfd_ring_init_tef()
107 xfer->cs_change_delay.unit = SPI_DELAY_UNIT_NSECS; in mcp251xfd_ring_init_tef()
155 xfer->cs_change_delay.value = 0; in mcp251xfd_tx_ring_init_tx_obj()
156 xfer->cs_change_delay.unit = SPI_DELAY_UNIT_NSECS; in mcp251xfd_tx_ring_init_tx_obj()
240 xfer->cs_change_delay.value = 0; in mcp251xfd_ring_init_rx()
241 xfer->cs_change_delay.unit = SPI_DELAY_UNIT_NSECS; in mcp251xfd_ring_init_rx()
/linux/drivers/iio/adc/
H A Dad7380.c571 .cs_change_delay = { in ad7380_regmap_reg_read()
1116 st->normal_xfer[0].cs_change_delay.value = st->chip_info->timing_specs->t_csh_ns; in ad7380_probe()
1117 st->normal_xfer[0].cs_change_delay.unit = SPI_DELAY_UNIT_NSECS; in ad7380_probe()
1130 st->seq_xfer[0].cs_change_delay.value = st->chip_info->timing_specs->t_csh_ns; in ad7380_probe()
1131 st->seq_xfer[0].cs_change_delay.unit = SPI_DELAY_UNIT_NSECS; in ad7380_probe()
1133 st->seq_xfer[1].cs_change_delay.value = st->chip_info->timing_specs->t_csh_ns; in ad7380_probe()
1134 st->seq_xfer[1].cs_change_delay.unit = SPI_DELAY_UNIT_NSECS; in ad7380_probe()
1138 st->seq_xfer[2].cs_change_delay.value = st->chip_info->timing_specs->t_csh_ns; in ad7380_probe()
1139 st->seq_xfer[2].cs_change_delay.unit = SPI_DELAY_UNIT_NSECS; in ad7380_probe()
H A Dad4695.c445 xfer->cs_change_delay.value = AD4695_T_CONVERT_NS; in ad4695_buffer_preenable()
446 xfer->cs_change_delay.unit = SPI_DELAY_UNIT_NSECS; in ad4695_buffer_preenable()
455 xfer->cs_change_delay.value = AD4695_T_CONVERT_NS; in ad4695_buffer_preenable()
456 xfer->cs_change_delay.unit = SPI_DELAY_UNIT_NSECS; in ad4695_buffer_preenable()
490 xfer->cs_change_delay.value = AD4695_T_CONVERT_NS; in ad4695_buffer_preenable()
491 xfer->cs_change_delay.unit = SPI_DELAY_UNIT_NSECS; in ad4695_buffer_preenable()
604 xfer[0].cs_change_delay.value = AD4695_T_CONVERT_NS; in ad4695_read_one_sample()
605 xfer[0].cs_change_delay.unit = SPI_DELAY_UNIT_NSECS; in ad4695_read_one_sample()
H A Dad4000.c493 xfers[0].cs_change_delay.value = cnv_pulse_time; in ad4000_prepare_3wire_mode_message()
494 xfers[0].cs_change_delay.unit = SPI_DELAY_UNIT_NSECS; in ad4000_prepare_3wire_mode_message()
/linux/drivers/iio/imu/
H A Dadis16460.c344 .cs_change_delay = 16,
H A Dadis.c514 spi->cs_inactive.value = data->cs_change_delay; in adis_init()
H A Dadis16475.c852 .cs_change_delay = 16, \
/linux/include/linux/iio/imu/
H A Dadis.h68 unsigned int cs_change_delay; member
/linux/include/linux/spi/
H A Dspi.h1110 struct spi_delay cs_change_delay; member
/linux/drivers/spi/
H A Dspi-axi-spi-engine.c285 &xfer->cs_change_delay, xfer), inst_ns, in spi_engine_compile_message()
H A Dspi.c1565 u32 delay = xfer->cs_change_delay.value; in _spi_transfer_cs_change_delay()
1566 u32 unit = xfer->cs_change_delay.unit; in _spi_transfer_cs_change_delay()
1576 ret = spi_delay_exec(&xfer->cs_change_delay, xfer); in _spi_transfer_cs_change_delay()