/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_mcr20a.c | 165 const struct spi_buf buf = { in z_mcr20a_read_reg() 198 const struct spi_buf buf = { in z_mcr20a_write_reg() 220 struct spi_buf bufs[2] = { in z_mcr20a_write_burst() 248 struct spi_buf bufs[2] = { in z_mcr20a_read_burst() 531 struct spi_buf bufs[2] = { in read_rxfifo_content() 1084 const struct spi_buf bufs[2] = { in write_txfifo_content()
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_adin2111.c | 147 struct spi_buf tx_buf[1]; in eth_adin2111_oa_spi_xfer() 148 struct spi_buf rx_buf[1]; in eth_adin2111_oa_spi_xfer() 439 const struct spi_buf tx_buf = { .buf = buf, .len = header_len + read_len }; in eth_adin2111_reg_read_generic() 440 const struct spi_buf rx_buf = { .buf = buf, .len = header_len + read_len }; in eth_adin2111_reg_read_generic() 491 const struct spi_buf spi_tx_buf = { in eth_adin2111_reg_write_generic() 574 const struct spi_buf tx_buf = { .buf = cmd_buf, .len = sizeof(cmd_buf) }; in adin2111_read_fifo() 575 const struct spi_buf rx_buf[3] = { in adin2111_read_fifo() 915 const struct spi_buf buf = { in adin2111_port_send()
|
D | eth_w5500.c | 48 const struct spi_buf tx_buf = { in w5500_spi_read() 57 const struct spi_buf rx_buf[2] = { in w5500_spi_read() 87 const struct spi_buf tx_buf[2] = { in w5500_spi_write()
|
D | dsa_ksz8xxx.c | 53 const struct spi_buf tx_buf = { in dsa_ksz8xxx_write_reg() 76 const struct spi_buf tx_buf = { in dsa_ksz8xxx_read_reg() 84 struct spi_buf rx_buf = { in dsa_ksz8xxx_read_reg()
|
/Zephyr-latest/drivers/dac/ |
D | dac_dacx0508.c | 48 const struct spi_buf buf[2] = { in dacx0508_reg_read() 97 const struct spi_buf buf[2] = { in dacx0508_reg_write()
|
/Zephyr-latest/drivers/display/ |
D | display_max7219.c | 79 const struct spi_buf tx_buf = { in max7219_transmit_all() 102 const struct spi_buf tx_buf = { in max7219_transmit_one()
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | spi.c | 91 static struct spi_buf spi_tx_buf; 92 static struct spi_buf spi_rx_buf;
|
/Zephyr-latest/drivers/can/ |
D | can_tcan4x5x.c | 248 const struct spi_buf tx_bufs[] = { in tcan4x5x_read() 251 const struct spi_buf rx_bufs[] = { in tcan4x5x_read() 299 const struct spi_buf tx_bufs[] = { in tcan4x5x_write() 303 const struct spi_buf rx_bufs[] = { in tcan4x5x_write()
|
/Zephyr-latest/drivers/spi/ |
D | spi_b91.c | 133 const struct spi_buf *tx_buf = tx_bufs->buffers; in spi_b91_get_txrx_len() 134 const struct spi_buf *rx_buf = rx_bufs->buffers; in spi_b91_get_txrx_len()
|
D | spi_nrfx_spis.c | 174 const struct spi_buf *tx_buf = tx_bufs ? tx_bufs->buffers : NULL; in transceive() 175 const struct spi_buf *rx_buf = rx_bufs ? rx_bufs->buffers : NULL; in transceive()
|
D | spi_rtio.c | 38 struct spi_buf tx_buf = {0}; in spi_rtio_iodev_default_submit_sync() 43 struct spi_buf rx_buf = {0}; in spi_rtio_iodev_default_submit_sync()
|
D | spi_sam.c | 534 const struct spi_buf *tx = NULL; in spi_sam_fast_transceive() 535 const struct spi_buf *rx = NULL; in spi_sam_fast_transceive() 618 const struct spi_buf *tx = NULL; in spi_sam_is_regular() 619 const struct spi_buf *rx = NULL; in spi_sam_is_regular()
|
D | spi_mcux_dspi.c | 71 struct spi_buf *inner_tx_buffer; 72 struct spi_buf *inner_rx_buffer; 818 static struct spi_buf spi_edma_tx_buffer_##id = { \ 826 static struct spi_buf spi_edma_rx_buffer_##id = { \
|
/Zephyr-latest/drivers/adc/ |
D | adc_ads114s0x.c | 462 const struct spi_buf tx_buf[] = {{ in ads114s0x_read_register() 466 const struct spi_buf rx_buf[] = {{ in ads114s0x_read_register() 501 const struct spi_buf tx_buf[] = {{ in ads114s0x_write_register() 532 const struct spi_buf tx_buf[] = { in ads114s0x_write_multiple_registers() 578 const struct spi_buf tx_buf[] = {{ in ads114s0x_send_command() 996 const struct spi_buf tx_buf[] = {{ in ads114s0x_read_sample() 1000 const struct spi_buf rx_buf[] = {{ in ads114s0x_read_sample()
|
D | adc_max11102_17.c | 48 const struct spi_buf rx_buf[] = {{ in max11102_17_switch_channel() 220 const struct spi_buf rx_buf[] = {{ in max11102_17_read_sample()
|
/Zephyr-latest/samples/drivers/spi_fujitsu_fram/src/ |
D | main.c | 30 struct spi_buf bufs[] = { in mb85rs64v_access()
|
/Zephyr-latest/drivers/flash/ |
D | spi_nor.c | 382 struct spi_buf spi_buf[2] = { in spi_nor_access() local 409 spi_buf[0].len += 4; in spi_nor_access() 412 spi_buf[0].len += 3; in spi_nor_access() 417 .buffers = spi_buf, in spi_nor_access() 422 .buffers = spi_buf, in spi_nor_access()
|
/Zephyr-latest/drivers/led_strip/ |
D | ws2812_spi.c | 84 struct spi_buf buf = { in ws2812_strip_update_rgb()
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_sn74hc595.c | 51 struct spi_buf tx_buf[] = { { .buf = buf, .len = len_bytes } }; in sn74hc595_spi_write()
|
/Zephyr-latest/drivers/sensor/nxp/fxas21002/ |
D | fxas21002.c | 29 const struct spi_buf buf = { .buf = data, .len = length }; in fxas21002_transceive() 44 const struct spi_buf buf[2] = { in fxas21002_read_spi()
|
/Zephyr-latest/drivers/usb/uhc/ |
D | uhc_max3421e.c | 68 const struct spi_buf cmd_buf = { in max3421e_read_hirq() 72 const struct spi_buf rx_buf[] = { in max3421e_read_hirq() 116 const struct spi_buf cmd_buf = { in max3421e_write_byte() 136 const struct spi_buf cmd_buf[] = { in max3421e_write()
|
/Zephyr-latest/drivers/fpga/ |
D | fpga_ice40_spi.c | 25 struct spi_buf tx_buf; in fpga_ice40_load()
|
/Zephyr-latest/drivers/sensor/bosch/bmi08x/ |
D | bmi08x_gyro.c | 59 const struct spi_buf tx_buf[2] = {{.buf = ®, .len = 1}, {.buf = data, .len = length}}; in bmi08x_gyro_transceive_spi() 64 const struct spi_buf rx_buf[2] = {{.buf = &dummy, .len = 1}, in bmi08x_gyro_transceive_spi()
|
/Zephyr-latest/include/zephyr/drivers/ |
D | spi.h | 458 struct spi_buf { struct 473 const struct spi_buf *buffers;
|
/Zephyr-latest/drivers/sensor/ti/tmag5170/ |
D | tmag5170.c | 143 const struct spi_buf tx_buf = { in tmag5170_transmit_raw() 153 const struct spi_buf rx_buf = { in tmag5170_transmit_raw()
|