/Zephyr-latest/drivers/can/ |
D | can_mcp251xfd.c | 69 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/ |
D | fxls8974.c | 27 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/ |
D | mfd_tle9104.c | 166 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/ |
D | adc_ads131m02.c | 140 struct spi_buf tx_buf = { in ads131m02_transceive() 149 struct spi_buf rx_buf = { in ads131m02_transceive()
|
D | adc_lmp90xxx.c | 177 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/ |
D | hci_spi_st.c | 100 static struct spi_buf spi_tx_buf; 101 static struct spi_buf spi_rx_buf;
|
/Zephyr-latest/drivers/led_strip/ |
D | tlc5971.c | 236 struct spi_buf buf = { in tlc5971_transmit_data()
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_max22190.c | 292 struct spi_buf tx_buf = { in max22190_reg_transceive() 298 struct spi_buf rx_buf = { in max22190_reg_transceive()
|
/Zephyr-latest/drivers/auxdisplay/ |
D | auxdisplay_pt6314.c | 75 struct spi_buf tx_buf[] = {{.buf = buf, .len = sizeof(buf)}}; in auxdisplay_pt6314_spi_write()
|
/Zephyr-latest/drivers/sensor/nxp/fxos8700/ |
D | fxos8700.c | 30 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/ |
D | wdt_nxp_fs26.c | 158 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/ |
D | icm42688_emul.c | 68 const struct spi_buf *tx, *rx; in icm42688_emul_io_spi()
|
/Zephyr-latest/tests/drivers/spi/spi_error_cases/src/ |
D | main.c | 41 struct spi_buf bufs[4];
|
/Zephyr-latest/drivers/sensor/bosch/bmi08x/ |
D | bmi08x_accel.c | 115 const struct spi_buf tx_buf[2] = {{.buf = ®, .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/ |
D | mipi_dbi_smartbond.c | 240 struct spi_buf buffer = { in mipi_dbi_smartbond_command_read()
|
/Zephyr-latest/drivers/spi/ |
D | spi_sedi.c | 104 const struct spi_buf *buf; in transceive()
|
D | spi_andes_atcspi200.c | 357 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()
|
D | spi_ll_stm32.c | 948 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/ |
D | ieee802154_dw1000.c | 160 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()
|
D | ieee802154_cc2520.c | 209 struct spi_buf buf[2] = { in z_cc2520_access() 1113 const struct spi_buf buf[1] = { in instruct_uccm_ccm()
|
D | ieee802154_cc1200.c | 82 const struct spi_buf buf[2] = { in z_cc1200_access_reg()
|
/Zephyr-latest/drivers/lora/ |
D | sx127x.c | 391 const struct spi_buf buf[2] = { in sx127x_transceive()
|
/Zephyr-latest/drivers/sensor/bosch/bmi160/ |
D | emul_bmi160.c | 167 const struct spi_buf *tx, *txd, *rxd; in bmi160_emul_io_spi()
|
/Zephyr-latest/drivers/display/ |
D | ssd1306.c | 113 struct spi_buf tx_buf = { in ssd1306_write_bus_spi()
|
/Zephyr-latest/drivers/sensor/adi/adxl345/ |
D | adxl345.c | 50 const struct spi_buf buf[2] = {{.buf = &access, .len = 1}, {.buf = data, .len = length}}; in adxl345_reg_access_spi()
|