/Zephyr-latest/drivers/sensor/bosch/bme680/ |
D | bme680_spi.c | 36 struct spi_buf tx_buf = { in bme680_set_mem_page() local 85 const struct spi_buf tx_buf = { in bme680_reg_write_spi() local 110 const struct spi_buf tx_buf = { in bme680_reg_read_spi() local
|
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_rf2xx_iface.c | 63 const struct spi_buf tx_buf = { in rf2xx_iface_reg_read() local 106 const struct spi_buf tx_buf[2] = { in rf2xx_iface_reg_write() local 175 const struct spi_buf tx_buf = { in rf2xx_iface_frame_read() local 216 const struct spi_buf tx_buf[3] = { in rf2xx_iface_frame_write() local 260 const struct spi_buf tx_buf[2] = { in rf2xx_iface_sram_read() local
|
/Zephyr-latest/samples/drivers/spi_bitbang/src/ |
D | main.c | 35 struct spi_buf tx_buf = { .buf = buff, .len = len }; in test_basic_write_9bit_words() local 65 struct spi_buf tx_buf[2] = { in test_9bit_loopback_partial() local 102 struct spi_buf tx_buf[1] = { in test_8bit_xfer() local
|
/Zephyr-latest/drivers/sensor/tdk/icm42670/ |
D | icm42670_spi.c | 30 const struct spi_buf tx_buf = {.buf = cmd, .len = sizeof(cmd)}; in icm42670_reg_read_spi() local 54 const struct spi_buf tx_buf[2] = {{.buf = cmd, .len = sizeof(cmd)}, in icm42670_reg_write_spi() local
|
/Zephyr-latest/drivers/sensor/bosch/bmm150/ |
D | bmm150_spi.c | 29 const struct spi_buf tx_buf = { in bmm150_reg_read_spi() local 69 const struct spi_buf tx_buf = { in bmm150_reg_write_spi() local
|
/Zephyr-latest/drivers/sensor/bosch/bme280/ |
D | bme280_spi.c | 29 const struct spi_buf tx_buf = { in bme280_reg_read_spi() local 69 const struct spi_buf tx_buf = { in bme280_reg_write_spi() local
|
/Zephyr-latest/drivers/sensor/sensirion/sht3xd/ |
D | sht3xd.c | 57 uint8_t tx_buf[2]; in sht3xd_write_command() local 66 uint8_t tx_buf[5]; in sht3xd_write_reg() local 101 uint8_t tx_buf[2]; in sht3xd_sample_fetch() local
|
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/ |
D | ec_host_cmd_backend_simulator.c | 34 struct ec_host_cmd_tx_buf *tx_buf) in ec_host_cmd_sim_init() 60 struct ec_host_cmd_tx_buf **tx_buf) in ec_host_cmd_backend_sim_install_send_cb()
|
/Zephyr-latest/drivers/sensor/st/iis2mdc/ |
D | iis2mdc_spi.c | 28 const struct spi_buf tx_buf = { in iis2mdc_spi_read() local 67 const struct spi_buf tx_buf[2] = { in iis2mdc_spi_write() local
|
/Zephyr-latest/drivers/sensor/st/ism330dhcx/ |
D | ism330dhcx_spi.c | 28 const struct spi_buf tx_buf = { in ism330dhcx_spi_read() local 68 const struct spi_buf tx_buf[2] = { in ism330dhcx_spi_write() local
|
/Zephyr-latest/drivers/sensor/st/iis3dhhc/ |
D | iis3dhhc_spi.c | 27 const struct spi_buf tx_buf = { in iis3dhhc_spi_read() local 61 const struct spi_buf tx_buf[2] = { in iis3dhhc_spi_write() local
|
/Zephyr-latest/drivers/sensor/bosch/bmi270/ |
D | bmi270_spi.c | 28 const struct spi_buf tx_buf = { in bmi270_reg_read_spi() local 65 const struct spi_buf tx_buf[2] = { in bmi270_reg_write_spi() local
|
/Zephyr-latest/drivers/sensor/st/iis2dh/ |
D | iis2dh_spi.c | 28 const struct spi_buf tx_buf = { in iis2dh_spi_read() local 62 const struct spi_buf tx_buf[2] = { in iis2dh_spi_write() local
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_enc28j60.c | 36 const struct spi_buf tx_buf = { in eth_enc28j60_soft_reset() local 52 const struct spi_buf tx_buf = { in eth_enc28j60_set_bank() local 88 const struct spi_buf tx_buf = { in eth_enc28j60_write_reg() local 108 const struct spi_buf tx_buf = { in eth_enc28j60_read_reg() local 148 const struct spi_buf tx_buf = { in eth_enc28j60_set_eth_reg() local 170 const struct spi_buf tx_buf = { in eth_enc28j60_clear_eth_reg() local 191 struct spi_buf tx_buf[2] = { in eth_enc28j60_write_mem() local 234 const struct spi_buf tx_buf = { in eth_enc28j60_read_mem() local
|
D | eth_enc424j600.c | 31 const struct spi_buf tx_buf = { in enc424j600_write_sbc() local 48 const struct spi_buf tx_buf = { in enc424j600_write_sfru() local 70 const struct spi_buf tx_buf = { in enc424j600_read_sfru() local 103 const struct spi_buf tx_buf = { in enc424j600_modify_sfru() local 164 const struct spi_buf tx_buf[2] = { in enc424j600_write_mem() local 190 const struct spi_buf tx_buf = { in enc424j600_read_mem() local
|
/Zephyr-latest/drivers/sensor/st/i3g4250d/ |
D | i3g4250d_spi.c | 25 const struct spi_buf tx_buf = { in i3g4250d_spi_read() local 62 const struct spi_buf tx_buf[2] = { in i3g4250d_spi_write() local
|
/Zephyr-latest/drivers/sensor/st/stmemsc/ |
D | stmemsc_spi.c | 26 const struct spi_buf tx_buf = { .buf = buffer_tx, .len = 2, }; in stmemsc_spi_read() local 54 const struct spi_buf tx_buf[2] = { in stmemsc_spi_write() local
|
/Zephyr-latest/modules/nrf_wifi/bus/ |
D | spi_if.c | 39 const struct spi_buf tx_buf[] = { in spim_xfer_tx() local 63 const struct spi_buf tx_buf[] = { in spim_xfer_rx() local 90 const struct spi_buf tx_buf = { in spim_read_reg() local 124 const struct spi_buf tx_buf = { .buf = tx_buffer, .len = sizeof(tx_buffer) }; in spim_write_reg() local 219 const struct spi_buf tx_buf = { .buf = tx_buffer, .len = sizeof(tx_buffer) }; in spim_cmd_sleep_rpu() local
|
/Zephyr-latest/drivers/spi/ |
D | spi_litex_common.h | 32 static inline void litex_spi_tx_put(uint8_t len, uint32_t *txd, const uint8_t *tx_buf) in litex_spi_tx_put()
|
/Zephyr-latest/drivers/mfd/ |
D | mfd_ad559x_spi.c | 19 struct spi_buf tx_buf[] = {{.buf = &nop_msg, .len = sizeof(nop_msg)}}; in mfd_ad559x_spi_read_raw() local 34 struct spi_buf tx_buf[] = {{.buf = val, .len = len}}; in mfd_ad559x_spi_write_raw() local
|
/Zephyr-latest/drivers/flash/ |
D | spi_flash_at45.c | 114 const struct spi_buf tx_buf[] = { in check_jedec_id() local 161 const struct spi_buf tx_buf[] = { in read_status_register() local 208 const struct spi_buf tx_buf[] = { in configure_page_size() local 260 const struct spi_buf tx_buf[] = { in spi_flash_at45_read() local 303 const struct spi_buf tx_buf[] = { in perform_write() local 380 const struct spi_buf tx_buf[] = { in perform_chip_erase() local 417 const struct spi_buf tx_buf[] = { in perform_erase_op() local 535 const struct spi_buf tx_buf[] = { in power_down_op() local
|
/Zephyr-latest/drivers/eeprom/ |
D | eeprom_mb85rsxx.c | 84 const struct spi_buf tx_buf = { in eeprom_mb85rsxx_read() local 124 const struct spi_buf tx_buf = { in eeprom_mb85rsxx_wren() local 140 const struct spi_buf tx_buf = { in eeprom_mb85rsxx_wrdi() local 232 const struct spi_buf tx_buf = { in eeprom_mb85rsxx_rdid() local
|
/Zephyr-latest/drivers/sensor/adi/adt7310/ |
D | adt7310.c | 54 const struct spi_buf tx_buf = { .buf = cmd_buf, .len = sizeof(cmd_buf) }; in adt7310_temp_reg_read() local 74 const struct spi_buf tx_buf = { .buf = cmd_buf, .len = sizeof(cmd_buf) }; in adt7310_temp_reg_write() local 90 const struct spi_buf tx_buf = { .buf = cmd_buf, .len = sizeof(cmd_buf) }; in adt7310_reg_read() local 110 const struct spi_buf tx_buf = { .buf = cmd_buf, .len = sizeof(cmd_buf) }; in adt7310_reg_write() local
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_mcp23sxx.c | 39 const struct spi_buf tx_buf = { in mcp23sxx_read_port_regs() local 84 const struct spi_buf tx_buf[1] = { in mcp23sxx_write_port_regs() local
|
/Zephyr-latest/drivers/sensor/ens160/ |
D | ens160_spi.c | 25 const struct spi_buf tx_buf = { in ens160_read_reg_spi() local 60 const struct spi_buf tx_buf = { in ens160_read_data_spi() local
|