Home
last modified time | relevance | path

Searched refs:spi_buf (Results 51 – 75 of 129) sorted by relevance

123456

/Zephyr-latest/drivers/sensor/maxim/max31865/
Dmax31865.c12 const struct spi_buf bufs[] = {{ in max31865_spi_write()
28 const struct spi_buf tx_buf = {.buf = &reg, .len = 1}; in max31865_spi_read()
30 struct spi_buf rx_buf[] = {{ in max31865_spi_read()
/Zephyr-latest/drivers/ethernet/
Deth_lan9250.c30 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/
Deswifi_bus_spi.c64 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/
Dmain.c78 const struct spi_buf tx_bufs[] = { in spi_test()
84 const struct spi_buf rx_bufs[] = { in spi_test()
/Zephyr-latest/drivers/lora/
Dsx126x.c89 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/
Dmax6675.c39 const struct spi_buf rx_buf = { in max6675_sample_fetch()
/Zephyr-latest/samples/boards/microchip/mec172xevb_assy6906/qmspi_ldma/src/
Dmain.c135 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/
Dadxl372_spi.c26 const struct spi_buf buf[2] = { in adxl372_bus_access()
/Zephyr-latest/drivers/display/
Dls0xx.c100 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/
Dmain.c55 static struct spi_buf rx;
62 static struct spi_buf tx;
/Zephyr-latest/drivers/input/
Dinput_pinnacle.c432 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()
Dinput_pmw3610.c124 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()
Dinput_xpt2046.c130 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/
Dmax31855.c44 struct spi_buf rx_buf = { in max31855_sample_fetch()
/Zephyr-latest/drivers/led_strip/
Dapa102.c25 const struct spi_buf tx_bufs[] = { in apa102_update()
Dlpd880x.c53 const struct spi_buf bufs[3] = { in lpd880x_update()
/Zephyr-latest/drivers/sensor/adi/adxl367/
Dadxl367_spi.c35 const struct spi_buf buf[2] = { in adxl367_bus_access()
/Zephyr-latest/drivers/wifi/infineon/
Dairoc_whd_hal_spi.c118 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/
Dspi_context.h43 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/
Dadc_ads7052.c102 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()
Dadc_mcp320x.c184 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/
Ddac_ad56xx.c50 const struct spi_buf tx_buf[] = {{ in ad56xx_write_command()
54 const struct spi_buf rx_buf[] = {{ in ad56xx_write_command()
Ddac_ltc166x.c40 const struct spi_buf buf = { in ltc166x_reg_write()
/Zephyr-latest/samples/boards/nordic/nrfx_prs/src/
Dmain.c308 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/
Dhci_ambiq.c66 static struct spi_buf spi_tx_buf;
67 static struct spi_buf spi_rx_buf;

123456