Home
last modified time | relevance | path

Searched refs:spi_buf (Results 101 – 125 of 129) sorted by relevance

123456

/Zephyr-latest/drivers/can/
Dcan_mcp251xfd.c69 struct spi_buf tx_buf = {.buf = &spi_data->header[1], .len = MCP251XFD_SPI_CMD_LEN + len}; in mcp251xfd_read_reg()
70 struct spi_buf rx_buf = {.buf = &spi_data->header[1], .len = MCP251XFD_SPI_CMD_LEN + len}; in mcp251xfd_read_reg()
94 struct spi_buf tx_buf = {.buf = &spi_data->header[0], in mcp251xfd_read_crc()
99 struct spi_buf rx_buf = {.buf = &spi_data->header[0], in mcp251xfd_read_crc()
150 struct spi_buf tx_buf = {.buf = &spi_data->header[1], .len = MCP251XFD_SPI_CMD_LEN + len}; in mcp251xfd_write()
1490 const struct spi_buf tx_buf = {.buf = &cmd, .len = sizeof(cmd),}; in mcp251xfd_reset()
/Zephyr-latest/drivers/sensor/nxp/fxls8974/
Dfxls8974.c27 const struct spi_buf buf = { .buf = data, .len = length }; in fxls8974_transceive()
42 const struct spi_buf buf[2] = { in fxls8974_read_spi()
/Zephyr-latest/drivers/mfd/
Dmfd_tle9104.c166 const struct spi_buf tx_buf[] = {{ in tle9104_transceive_frame()
170 const struct spi_buf rx_buf[] = {{ in tle9104_transceive_frame()
/Zephyr-latest/drivers/adc/
Dadc_ads131m02.c140 struct spi_buf tx_buf = { in ads131m02_transceive()
149 struct spi_buf rx_buf = { in ads131m02_transceive()
Dadc_lmp90xxx.c177 struct spi_buf tx_buf[2]; in lmp90xxx_read_reg()
178 struct spi_buf rx_buf[2]; in lmp90xxx_read_reg()
253 struct spi_buf tx_buf[3]; in lmp90xxx_write_reg()
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_spi_st.c100 static struct spi_buf spi_tx_buf;
101 static struct spi_buf spi_rx_buf;
/Zephyr-latest/drivers/led_strip/
Dtlc5971.c236 struct spi_buf buf = { in tlc5971_transmit_data()
/Zephyr-latest/drivers/gpio/
Dgpio_max22190.c292 struct spi_buf tx_buf = { in max22190_reg_transceive()
298 struct spi_buf rx_buf = { in max22190_reg_transceive()
/Zephyr-latest/drivers/auxdisplay/
Dauxdisplay_pt6314.c75 struct spi_buf tx_buf[] = {{.buf = buf, .len = sizeof(buf)}}; in auxdisplay_pt6314_spi_write()
/Zephyr-latest/drivers/sensor/nxp/fxos8700/
Dfxos8700.c30 const struct spi_buf buf = { .buf = data, .len = length }; in fxos8700_transceive()
45 const struct spi_buf buf[2] = { in fxos8700_read_spi()
/Zephyr-latest/drivers/watchdog/
Dwdt_nxp_fs26.c158 struct spi_buf spi_tx_buf = { in fs26_spi_transceive()
162 struct spi_buf spi_rx_buf = { in fs26_spi_transceive()
/Zephyr-latest/drivers/sensor/tdk/icm42688/
Dicm42688_emul.c68 const struct spi_buf *tx, *rx; in icm42688_emul_io_spi()
/Zephyr-latest/tests/drivers/spi/spi_error_cases/src/
Dmain.c41 struct spi_buf bufs[4];
/Zephyr-latest/drivers/sensor/bosch/bmi08x/
Dbmi08x_accel.c115 const struct spi_buf tx_buf[2] = {{.buf = &reg, .len = 1}, {.buf = data, .len = length}}; in bmi08x_accel_transceive_spi()
120 const struct spi_buf rx_buf[2] = {{.buf = &dummy, .len = 2}, in bmi08x_accel_transceive_spi()
/Zephyr-latest/drivers/mipi_dbi/
Dmipi_dbi_smartbond.c240 struct spi_buf buffer = { in mipi_dbi_smartbond_command_read()
/Zephyr-latest/drivers/spi/
Dspi_sedi.c104 const struct spi_buf *buf; in transceive()
Dspi_andes_atcspi200.c357 const struct spi_buf *current_tx = ctx->current_tx; in spi_dma_tx_load()
472 const struct spi_buf *current_rx = ctx->current_rx; in spi_dma_rx_load()
Dspi_ll_stm32.c948 static bool is_dummy_buffer(const struct spi_buf *buf) in is_dummy_buffer()
956 const struct spi_buf *buf = &bufs->buffers[i]; in spi_buf_set_in_nocache()
/Zephyr-latest/drivers/ieee802154/
Dieee802154_dw1000.c160 const struct spi_buf tx_buf = { in dwt_spi_read()
168 struct spi_buf rx_buf[2] = { in dwt_spi_read()
204 struct spi_buf buf[2] = { in dwt_spi_write()
Dieee802154_cc2520.c209 struct spi_buf buf[2] = { in z_cc2520_access()
1113 const struct spi_buf buf[1] = { in instruct_uccm_ccm()
Dieee802154_cc1200.c82 const struct spi_buf buf[2] = { in z_cc1200_access_reg()
/Zephyr-latest/drivers/lora/
Dsx127x.c391 const struct spi_buf buf[2] = { in sx127x_transceive()
/Zephyr-latest/drivers/sensor/bosch/bmi160/
Demul_bmi160.c167 const struct spi_buf *tx, *txd, *rxd; in bmi160_emul_io_spi()
/Zephyr-latest/drivers/display/
Dssd1306.c113 struct spi_buf tx_buf = { in ssd1306_write_bus_spi()
/Zephyr-latest/drivers/sensor/adi/adxl345/
Dadxl345.c50 const struct spi_buf buf[2] = {{.buf = &access, .len = 1}, {.buf = data, .len = length}}; in adxl345_reg_access_spi()

123456