Home
last modified time | relevance | path

Searched refs:spi_buf (Results 76 – 100 of 129) sorted by relevance

123456

/Zephyr-latest/drivers/ieee802154/
Dieee802154_mcr20a.c165 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/
Deth_adin2111.c147 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()
Deth_w5500.c48 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()
Ddsa_ksz8xxx.c53 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/
Ddac_dacx0508.c48 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/
Ddisplay_max7219.c79 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/
Dspi.c91 static struct spi_buf spi_tx_buf;
92 static struct spi_buf spi_rx_buf;
/Zephyr-latest/drivers/can/
Dcan_tcan4x5x.c248 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/
Dspi_b91.c133 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()
Dspi_nrfx_spis.c174 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()
Dspi_rtio.c38 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()
Dspi_sam.c534 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()
Dspi_mcux_dspi.c71 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/
Dadc_ads114s0x.c462 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()
Dadc_max11102_17.c48 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/
Dmain.c30 struct spi_buf bufs[] = { in mb85rs64v_access()
/Zephyr-latest/drivers/flash/
Dspi_nor.c382 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/
Dws2812_spi.c84 struct spi_buf buf = { in ws2812_strip_update_rgb()
/Zephyr-latest/drivers/gpio/
Dgpio_sn74hc595.c51 struct spi_buf tx_buf[] = { { .buf = buf, .len = len_bytes } }; in sn74hc595_spi_write()
/Zephyr-latest/drivers/sensor/nxp/fxas21002/
Dfxas21002.c29 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/
Duhc_max3421e.c68 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/
Dfpga_ice40_spi.c25 struct spi_buf tx_buf; in fpga_ice40_load()
/Zephyr-latest/drivers/sensor/bosch/bmi08x/
Dbmi08x_gyro.c59 const struct spi_buf tx_buf[2] = {{.buf = &reg, .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/
Dspi.h458 struct spi_buf { struct
473 const struct spi_buf *buffers;
/Zephyr-latest/drivers/sensor/ti/tmag5170/
Dtmag5170.c143 const struct spi_buf tx_buf = { in tmag5170_transmit_raw()
153 const struct spi_buf rx_buf = { in tmag5170_transmit_raw()

123456