/Zephyr-latest/drivers/sensor/maxim/max31865/ |
D | max31865.c | 12 const struct spi_buf bufs[] = {{ in max31865_spi_write() 28 const struct spi_buf tx_buf = {.buf = ®, .len = 1}; in max31865_spi_read() 30 struct spi_buf rx_buf[] = {{ in max31865_spi_read()
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_lan9250.c | 30 struct spi_buf tx_buf[3]; in lan9250_write_sys_reg() 51 struct spi_buf tx_buf[3]; in lan9250_read_sys_reg() 52 struct spi_buf rx_buf[3]; in lan9250_read_sys_reg() 411 struct spi_buf tx_buf[3]; in lan9250_write_buf() 429 struct spi_buf tx_buf[3]; in lan9250_read_buf() 430 struct spi_buf rx_buf[3]; in lan9250_read_buf()
|
/Zephyr-latest/drivers/wifi/eswifi/ |
D | eswifi_bus_spi.c | 64 struct spi_buf spi_tx_buf[1]; in eswifi_spi_write() 86 struct spi_buf spi_rx_buf[1]; in eswifi_spi_read()
|
/Zephyr-latest/samples/boards/st/power_mgmt/suspend_to_ram/src/ |
D | main.c | 78 const struct spi_buf tx_bufs[] = { in spi_test() 84 const struct spi_buf rx_bufs[] = { in spi_test()
|
/Zephyr-latest/drivers/lora/ |
D | sx126x.c | 89 const struct spi_buf tx_buf[] = { in sx126x_spi_transceive() 100 const struct spi_buf rx_buf[] = { in sx126x_spi_transceive() 380 const struct spi_buf tx_buf = { in SX126xWakeup()
|
/Zephyr-latest/drivers/sensor/maxim/max6675/ |
D | max6675.c | 39 const struct spi_buf rx_buf = { in max6675_sample_fetch()
|
/Zephyr-latest/samples/boards/microchip/mec172xevb_assy6906/qmspi_ldma/src/ |
D | main.c | 135 struct spi_buf spi_buffers[2]; in spi_flash_read_status() 200 struct spi_buf tx_spi_buffers[3]; in spi_flash_fd_wr_cpd() 235 struct spi_buf spi_bufs[3] = {0}; in spi_flash_read_fd_sync() 290 struct spi_buf spi_bufs[3] = {0}; in spi_flash_read_hd_sync() 370 static struct spi_buf sb[NUM_ASYNC_SPI_BUFS];
|
/Zephyr-latest/drivers/sensor/adi/adxl372/ |
D | adxl372_spi.c | 26 const struct spi_buf buf[2] = { in adxl372_bus_access()
|
/Zephyr-latest/drivers/display/ |
D | ls0xx.c | 100 struct spi_buf cmd_buf = { .buf = buf, .len = len }; in ls0xx_cmd() 127 struct spi_buf line_buf[3] = { in ls0xx_update_display()
|
/Zephyr-latest/samples/bluetooth/hci_spi/src/ |
D | main.c | 55 static struct spi_buf rx; 62 static struct spi_buf tx;
|
/Zephyr-latest/drivers/input/ |
D | input_pinnacle.c | 432 const struct spi_buf tx_buf[] = {{ in pinnacle_write_spi() 448 const struct spi_buf tx_buf[] = {{ in pinnacle_seq_write_spi() 473 const struct spi_buf tx_buf[] = {{ in pinnacle_read_spi() 482 const struct spi_buf rx_buf[] = { in pinnacle_read_spi() 527 const struct spi_buf tx_buf[] = {{ in pinnacle_seq_read_spi() 536 const struct spi_buf rx_buf[] = { in pinnacle_seq_read_spi()
|
D | input_pmw3610.c | 124 const struct spi_buf tx_buf = { in pmw3610_read() 133 struct spi_buf rx_buf[] = { in pmw3610_read() 161 const struct spi_buf tx_buf = { in pmw3610_write_reg()
|
D | input_xpt2046.c | 130 const struct spi_buf txb = {.buf = tbuf, .len = sizeof(tbuf)}; in xpt2046_work_handler() 131 const struct spi_buf rxb = {.buf = data->rbuf, .len = sizeof(data->rbuf)}; in xpt2046_work_handler()
|
/Zephyr-latest/drivers/sensor/maxim/max31855/ |
D | max31855.c | 44 struct spi_buf rx_buf = { in max31855_sample_fetch()
|
/Zephyr-latest/drivers/led_strip/ |
D | apa102.c | 25 const struct spi_buf tx_bufs[] = { in apa102_update()
|
D | lpd880x.c | 53 const struct spi_buf bufs[3] = { in lpd880x_update()
|
/Zephyr-latest/drivers/sensor/adi/adxl367/ |
D | adxl367_spi.c | 35 const struct spi_buf buf[2] = { in adxl367_bus_access()
|
/Zephyr-latest/drivers/wifi/infineon/ |
D | airoc_whd_hal_spi.c | 118 const struct spi_buf tx_buf = {.buf = (uint8_t *)tx, .len = tx_length}; in whd_bus_spi_transfer() 120 struct spi_buf rx_buf[2]; in whd_bus_spi_transfer()
|
/Zephyr-latest/drivers/spi/ |
D | spi_context.h | 43 const struct spi_buf *current_tx; 45 const struct spi_buf *current_rx; 271 static inline void *spi_context_get_next_buf(const struct spi_buf **current, in spi_context_get_next_buf()
|
/Zephyr-latest/drivers/adc/ |
D | adc_ads7052.c | 102 const struct spi_buf tx_buf = {.buf = tx_bytes, .len = num_bytes}; in ads7052_send_calibration() 208 const struct spi_buf rx_buf[1] = {{.buf = rx_bytes, .len = sizeof(rx_bytes)}}; in ads7052_read_channel()
|
D | adc_mcp320x.c | 184 const struct spi_buf tx_buf[2] = { in mcp320x_read_channel() 194 const struct spi_buf rx_buf[2] = { in mcp320x_read_channel()
|
/Zephyr-latest/drivers/dac/ |
D | dac_ad56xx.c | 50 const struct spi_buf tx_buf[] = {{ in ad56xx_write_command() 54 const struct spi_buf rx_buf[] = {{ in ad56xx_write_command()
|
D | dac_ltc166x.c | 40 const struct spi_buf buf = { in ltc166x_reg_write()
|
/Zephyr-latest/samples/boards/nordic/nrfx_prs/src/ |
D | main.c | 308 static const struct spi_buf tx_buf = { in background_transfer() 316 static const struct spi_buf rx_buf = { in background_transfer()
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | hci_ambiq.c | 66 static struct spi_buf spi_tx_buf; 67 static struct spi_buf spi_rx_buf;
|