Home
last modified time | relevance | path

Searched defs:tx (Results 1 – 25 of 249) sorted by relevance

12345678910

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_tx_queue.c35 void ull_tx_q_enqueue_data(struct ull_tx_q *queue, struct node_tx *tx) in ull_tx_q_enqueue_data()
50 void ull_tx_q_enqueue_ctrl(struct ull_tx_q *queue, struct node_tx *tx) in ull_tx_q_enqueue_ctrl()
58 struct node_tx *tx; in ull_tx_q_peek() local
67 struct node_tx *tx; in ull_tx_q_dequeue() local
/Zephyr-latest/tests/bluetooth/controller/ctrl_conn_update/src/
Dmain.c244 struct node_tx *tx; in ZTEST() local
380 struct node_tx *tx; in ZTEST() local
617 struct node_tx *tx; in ZTEST() local
687 struct node_tx *tx; in ZTEST() local
755 struct node_tx *tx; in ZTEST() local
832 struct node_tx *tx; in ZTEST() local
958 struct node_tx *tx; in ZTEST() local
1076 struct node_tx *tx; in ZTEST() local
1194 struct node_tx *tx; in ZTEST() local
1346 struct node_tx *tx; in ZTEST() local
[all …]
/Zephyr-latest/tests/bluetooth/controller/ctrl_data_length_update/src/
Dmain.c85 struct node_tx *tx; in ZTEST() local
151 struct node_tx *tx; in ZTEST() local
238 struct node_tx *tx; in ZTEST() local
330 struct node_tx *tx; in ZTEST() local
439 struct node_tx *tx; in ZTEST() local
511 struct node_tx *tx; in ZTEST() local
579 struct node_tx *tx; in ZTEST() local
639 struct node_tx *tx; in ZTEST() local
698 struct node_tx *tx; in ZTEST() local
760 struct node_tx *tx; in ZTEST() local
/Zephyr-latest/tests/bluetooth/controller/ctrl_le_ping/src/
Dmain.c80 struct node_tx *tx; in ZTEST() local
170 struct node_tx *tx; in ZTEST() local
271 struct node_tx *tx; in ZTEST() local
323 struct node_tx *tx; in ZTEST() local
377 struct node_tx *tx; in ZTEST() local
/Zephyr-latest/tests/bluetooth/controller/ctrl_sca_update/src/
Dmain.c82 struct node_tx *tx; in ZTEST() local
190 struct node_tx *tx; in ZTEST() local
292 struct node_tx *tx; in ZTEST() local
393 struct node_tx *tx; in ZTEST() local
451 struct node_tx *tx; in ZTEST() local
508 struct node_tx *tx; in ZTEST() local
/Zephyr-latest/tests/bluetooth/controller/ctrl_phy_update/src/
Dmain.c118 struct node_tx *tx; in ZTEST() local
263 struct node_tx *tx; in ZTEST() local
317 struct node_tx *tx; in ZTEST() local
379 struct node_tx *tx; in ZTEST() local
493 struct node_tx *tx; in ZTEST() local
591 struct node_tx *tx; in ZTEST() local
676 struct node_tx *tx; in ZTEST() local
776 struct node_tx *tx; in ZTEST() local
841 struct node_tx *tx; in ZTEST() local
898 struct node_tx *tx; in ZTEST() local
[all …]
/Zephyr-latest/tests/bluetooth/controller/ctrl_version/src/
Dmain.c75 struct node_tx *tx; in ZTEST() local
141 struct node_tx *tx; in ZTEST() local
306 struct node_tx *tx; in ZTEST() local
374 struct node_tx *tx; in ZTEST() local
449 struct node_tx *tx; in ZTEST() local
/Zephyr-latest/tests/bluetooth/controller/ctrl_cis_create/src/
Dmain.c164 struct node_tx *tx; in ZTEST() local
304 struct node_tx *tx; in ZTEST() local
381 struct node_tx *tx; in ZTEST() local
493 struct node_tx *tx; in ZTEST() local
636 struct node_tx *tx; in ZTEST() local
788 struct node_tx *tx; in ZTEST() local
/Zephyr-latest/subsys/bluetooth/mesh/
Dsar_cfg.c18 const struct bt_mesh_sar_tx *tx) in bt_mesh_sar_tx_encode()
40 struct bt_mesh_sar_tx *tx) in bt_mesh_sar_tx_decode()
Dtransport.c119 static int send_unseg(struct bt_mesh_net_tx *tx, struct net_buf_simple *sdu, in send_unseg()
196 static void seg_tx_done(struct seg_tx *tx, uint8_t seg_idx) in seg_tx_done()
203 static bool seg_tx_blocks(struct seg_tx *tx, uint16_t src, uint16_t dst) in seg_tx_blocks()
208 static void seg_tx_unblock_check(struct seg_tx *tx) in seg_tx_unblock_check()
230 static void seg_tx_reset(struct seg_tx *tx) in seg_tx_reset()
267 static inline void seg_tx_complete(struct seg_tx *tx, int err) in seg_tx_complete()
281 static void schedule_transmit_continue(struct seg_tx *tx, uint32_t delta) in schedule_transmit_continue()
307 struct seg_tx *tx = user_data; in seg_send_start() local
328 struct seg_tx *tx = user_data; in seg_sent() local
343 static void seg_tx_buf_build(struct seg_tx *tx, uint8_t seg_o, in seg_tx_buf_build()
[all …]
/Zephyr-latest/drivers/sensor/ens160/
Dens160_spi.c30 const struct spi_buf_set tx = { in ens160_read_reg_spi() local
65 const struct spi_buf_set tx = { in ens160_read_data_spi() local
106 const struct spi_buf_set tx = { in ens160_write_reg_spi() local
131 const struct spi_buf_set tx = { in ens160_write_data_spi() local
/Zephyr-latest/tests/drivers/spi/spi_loopback/src/
Dspi.c105 const struct spi_buf_set tx = { in spi_complete_multiple() local
177 const struct spi_buf_set tx = { in spi_complete_loop() local
232 const struct spi_buf_set tx = { in spi_null_tx_buf() local
280 const struct spi_buf_set tx = { in spi_rx_half_start() local
333 const struct spi_buf_set tx = { in spi_rx_half_end() local
399 const struct spi_buf_set tx = { in spi_rx_every_4() local
470 const struct spi_buf_set tx = { in spi_rx_bigger_than_tx() local
534 const struct spi_buf_set tx = { in spi_complete_large_transfers() local
639 const struct spi_buf_set tx = { in spi_async_call() local
/Zephyr-latest/tests/bluetooth/controller/ctrl_feature_exchange/src/
Dmain.c93 struct node_tx *tx; in ZTEST() local
202 struct node_tx *tx; in ZTEST() local
320 struct node_tx *tx; in ZTEST() local
391 struct node_tx *tx; in ZTEST() local
448 struct node_tx *tx; in ZTEST() local
491 struct node_tx *tx; in ZTEST() local
/Zephyr-latest/tests/bluetooth/controller/ctrl_encrypt/src/
Dmain.c232 struct node_tx *tx; in ZTEST() local
389 struct node_tx *tx; in ZTEST() local
574 struct node_tx *tx; in ZTEST() local
676 struct node_tx *tx; in ZTEST() local
776 struct node_tx *tx; in ZTEST() local
887 struct node_tx *tx; in ZTEST() local
990 struct node_tx *tx; in ZTEST() local
1092 struct node_tx *tx; in ZTEST() local
1194 struct node_tx *tx; in ZTEST() local
1305 struct node_tx *tx; in ZTEST() local
[all …]
/Zephyr-latest/drivers/sensor/tdk/icm42605/
Dicm42605_spi.c27 const struct spi_buf_set tx = { in inv_spi_single_write() local
52 const struct spi_buf_set tx = { in inv_spi_read() local
/Zephyr-latest/tests/bluetooth/controller/ctrl_cte_req/src/
Dmain.c94 struct node_tx *tx; in ZTEST() local
169 struct node_tx *tx; in ZTEST() local
238 struct node_tx *tx; in ZTEST() local
307 struct node_tx *tx; in ZTEST() local
386 struct node_tx *tx; in ZTEST() local
465 struct node_tx *tx; in ZTEST() local
536 struct node_tx *tx; in ZTEST() local
608 struct node_tx *tx; in ZTEST() local
686 struct node_tx *tx; in test_cte_req_ll_unknown_rsp_local() local
839 struct node_tx *tx = NULL; in run_local_cte_req() local
[all …]
/Zephyr-latest/drivers/sensor/bosch/bme680/
Dbme680_spi.c40 const struct spi_buf_set tx = { in bme680_set_mem_page() local
89 const struct spi_buf_set tx = { in bme680_reg_write_spi() local
114 const struct spi_buf_set tx = { in bme680_reg_read_spi() local
/Zephyr-latest/drivers/ieee802154/
Dieee802154_rf2xx_iface.c67 const struct spi_buf_set tx = { in rf2xx_iface_reg_read() local
116 const struct spi_buf_set tx = { in rf2xx_iface_reg_write() local
179 const struct spi_buf_set tx = { in rf2xx_iface_frame_read() local
230 const struct spi_buf_set tx = { in rf2xx_iface_frame_write() local
270 const struct spi_buf_set tx = { in rf2xx_iface_sram_read() local
/Zephyr-latest/drivers/sensor/tdk/icm42670/
Dicm42670_spi.c31 const struct spi_buf_set tx = {.buffers = &tx_buf, .count = 1}; in icm42670_reg_read_spi() local
56 const struct spi_buf_set tx = {.buffers = tx_buf, .count = 2}; in icm42670_reg_write_spi() local
/Zephyr-latest/drivers/sensor/bosch/bmm150/
Dbmm150_spi.c33 const struct spi_buf_set tx = { in bmm150_reg_read_spi() local
73 const struct spi_buf_set tx = { in bmm150_reg_write_spi() local
/Zephyr-latest/drivers/sensor/bosch/bme280/
Dbme280_spi.c33 const struct spi_buf_set tx = { in bme280_reg_read_spi() local
73 const struct spi_buf_set tx = { in bme280_reg_write_spi() local
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_simulator.c20 struct ec_host_cmd_tx_buf *tx; member
30 static ec_host_cmd_backend_api_send tx; variable
/Zephyr-latest/drivers/sensor/st/iis2mdc/
Diis2mdc_spi.c32 const struct spi_buf_set tx = { in iis2mdc_spi_read() local
77 const struct spi_buf_set tx = { in iis2mdc_spi_write() local
/Zephyr-latest/drivers/sensor/st/ism330dhcx/
Dism330dhcx_spi.c32 const struct spi_buf_set tx = { in ism330dhcx_spi_read() local
78 const struct spi_buf_set tx = { in ism330dhcx_spi_write() local
/Zephyr-latest/drivers/sensor/st/iis3dhhc/
Diis3dhhc_spi.c31 const struct spi_buf_set tx = { in iis3dhhc_spi_read() local
71 const struct spi_buf_set tx = { in iis3dhhc_spi_write() local

12345678910