Home
last modified time | relevance | path

Searched defs:rx_bufs (Results 51 – 74 of 74) sorted by relevance

123

/Zephyr-latest/drivers/misc/ft8xx/
Dft8xx_drv.c147 struct spi_buf_set rx_bufs = { in ft8xx_drv_read() local
/Zephyr-latest/samples/boards/st/power_mgmt/suspend_to_ram/src/
Dmain.c84 const struct spi_buf rx_bufs[] = { in spi_test() local
/Zephyr-latest/drivers/spi/
Dspi_mchp_mss.c373 const struct spi_buf_set *tx_bufs, const struct spi_buf_set *rx_bufs, in mss_spi_transceive()
405 const struct spi_buf_set *rx_bufs) in mss_spi_transceive_blocking()
414 const struct spi_buf_set *rx_bufs, spi_callback_t cb, in mss_spi_transceive_async()
Dspi_nrfx_spim.c527 const struct spi_buf_set *rx_bufs, in transceive()
609 const struct spi_buf_set *rx_bufs) in spi_nrfx_transceive()
618 const struct spi_buf_set *rx_bufs, in spi_nrfx_transceive_async()
Dspi_ambiq_bleif.c127 const struct spi_buf_set *rx_bufs) in spi_ambiq_transceive()
Dspi_mchp_mss_qspi.c501 const struct spi_buf_set *rx_bufs, in mss_qspi_transceive()
532 const struct spi_buf_set *rx_bufs) in mss_qspi_transceive_blocking()
542 const struct spi_buf_set *rx_bufs, in mss_qspi_transceive_async()
Dspi_mcux_dspi.c678 const struct spi_buf_set *rx_bufs, in transceive()
735 const struct spi_buf_set *rx_bufs) in spi_mcux_transceive()
744 const struct spi_buf_set *rx_bufs, in spi_mcux_transceive_async()
Dspi_numaker.c226 const struct spi_buf_set *rx_bufs) in spi_numaker_transceive()
Dspi_andes_atcspi200.c602 const struct spi_buf_set *rx_bufs, in transceive()
669 const struct spi_buf_set *rx_bufs) in spi_atcspi200_transceive()
678 const struct spi_buf_set *rx_bufs, in spi_atcspi200_transceive_async()
Dspi_rpi_pico_pio.c654 const struct spi_buf_set *rx_bufs, bool asynchronous, in spi_pico_pio_transceive_impl()
688 const struct spi_buf_set *rx_bufs) in spi_pico_pio_transceive()
Dspi_ambiq_spid.c275 const struct spi_buf_set *rx_bufs) in spi_ambiq_transceive()
Dspi_pl022.c791 const struct spi_buf_set *rx_bufs, in spi_pl022_transceive_impl()
866 const struct spi_buf_set *rx_bufs) in spi_pl022_transceive()
876 const struct spi_buf_set *rx_bufs, in spi_pl022_transceive_async()
Dspi_ambiq_spic.c369 const struct spi_buf_set *rx_bufs) in spi_ambiq_transceive()
Dspi_smartbond.c596 const struct spi_buf_set *rx_bufs, spi_callback_t cb, in spi_smartbond_transceive_async()
1050 const struct spi_buf_set *rx_bufs) in spi_smartbond_transceive()
Dspi_context.h362 const struct spi_buf_set *rx_bufs, in spi_context_buffers_setup()
/Zephyr-latest/drivers/sdhc/
Dsdhc_spi.c128 struct spi_buf rx_bufs[] = { in sdhc_spi_rx() local
486 struct spi_buf rx_bufs[] = { in sdhc_spi_read_data() local
/Zephyr-latest/tests/boards/mec15xxevb_assy6853/qspi/src/
Dmain.c45 static struct spi_buf_set tx_bufs, rx_bufs; variable
/Zephyr-latest/drivers/sensor/tdk/icm42688/
Dicm42688_emul.c65 const struct spi_buf_set *rx_bufs) in icm42688_emul_io_spi()
/Zephyr-latest/drivers/input/
Dinput_xpt2046.c133 const struct spi_buf_set rx_bufs = {.buffers = &rxb, .count = 1}; in xpt2046_work_handler() local
/Zephyr-latest/drivers/sensor/bosch/bmi160/
Demul_bmi160.c164 const struct spi_buf_set *tx_bufs, const struct spi_buf_set *rx_bufs) in bmi160_emul_io_spi()
/Zephyr-latest/drivers/can/
Dcan_tcan4x5x.c251 const struct spi_buf rx_bufs[] = { in tcan4x5x_read() local
303 const struct spi_buf rx_bufs[] = { in tcan4x5x_write() local
/Zephyr-latest/samples/boards/microchip/mec172xevb_assy6906/qmspi_ldma/src/
Dmain.c154 const struct spi_buf_set rx_bufs = { in spi_flash_read_status() local
/Zephyr-latest/drivers/eeprom/
Deeprom_at2x.c434 const struct spi_buf rx_bufs[2] = { in eeprom_at25_read() local
/Zephyr-latest/samples/drivers/espi/src/
Dmain.c202 struct spi_buf_set rx_bufs; in spi_saf_init() local

123