/Zephyr-Core-2.7.6/drivers/sensor/ms5607/ |
D | ms5607_spi.c | 63 uint8_t rx[3]; in ms5607_spi_read_prom() member 64 } rx; in ms5607_spi_read_prom() local 115 uint8_t rx[4]; in ms5607_spi_read_adc() member 116 } rx; in ms5607_spi_read_adc() local
|
/Zephyr-Core-2.7.6/tests/drivers/spi/spi_loopback/src/ |
D | spi.c | 122 const struct spi_buf_set rx = { in spi_complete_multiple() local 190 const struct spi_buf_set rx = { in spi_complete_loop() local 248 const struct spi_buf_set rx = { in spi_null_tx_buf() local 297 const struct spi_buf_set rx = { in spi_rx_half_start() local 353 const struct spi_buf_set rx = { in spi_rx_half_end() local 422 const struct spi_buf_set rx = { in spi_rx_every_4() local 524 const struct spi_buf_set rx = { in spi_async_call() local
|
/Zephyr-Core-2.7.6/drivers/ieee802154/ |
D | ieee802154_rf2xx_iface.c | 83 const struct spi_buf_set rx = { in rf2xx_iface_reg_read() local 126 const struct spi_buf_set rx = { in rf2xx_iface_reg_write() local 189 const struct spi_buf_set rx = { in rf2xx_iface_frame_read() local 240 const struct spi_buf_set rx = { in rf2xx_iface_frame_write() local 286 const struct spi_buf_set rx = { in rf2xx_iface_sram_read() local
|
D | ieee802154_uart_pipe.h | 20 bool rx; member
|
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_prof.c | 117 struct node_rx_pdu *rx; in lll_prof_send() local 128 struct node_rx_pdu *rx; in lll_prof_reserve() local 140 void lll_prof_reserve_send(struct node_rx_pdu *rx) in lll_prof_reserve_send() 155 static int send(struct node_rx_pdu *rx) in send()
|
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/ll_sw/ |
D | ull_conn.c | 651 uint8_t ll_phy_get(uint16_t handle, uint8_t *tx, uint8_t *rx) in ll_phy_get() 667 uint8_t ll_phy_default_set(uint8_t tx, uint8_t rx) in ll_phy_default_set() 677 uint8_t ll_phy_req_send(uint16_t handle, uint8_t tx, uint8_t flags, uint8_t rx) in ll_phy_req_send() 856 void ull_conn_setup(memq_link_t *rx_link, struct node_rx_hdr *rx) in ull_conn_setup() 890 int ull_conn_rx(memq_link_t *link, struct node_rx_pdu **rx) in ull_conn_rx() 1425 struct node_rx_hdr *rx; local 1462 struct node_rx_pdu *rx; local 1913 struct node_rx_hdr *rx; local 1976 struct node_rx_pdu *rx; local 2015 struct node_rx_pdu *rx; local [all …]
|
D | ull.c | 821 struct node_rx_hdr *rx; in ll_rx_get() local 915 struct node_rx_hdr *rx = NULL; in ll_rx_dequeue() local 1231 struct node_rx_hdr *rx; in ll_rx_mem_release() local 1469 void ll_rx_put(memq_link_t *link, void *rx) in ll_rx_put() 1716 void ull_rx_put(memq_link_t *link, void *rx) in ull_rx_put() 2058 struct node_rx_hdr *rx; in done_alloc() local 2103 struct node_rx_hdr *rx; in rx_alloc() local 2136 struct node_rx_hdr *rx; in rx_alloc() local 2166 struct node_rx_hdr *rx; in rx_demux() local 2231 struct node_rx_hdr *rx; in rx_demux_yield() local [all …]
|
D | ull_sync.c | 205 uint8_t ll_sync_create_cancel(void **rx) in ll_sync_create_cancel() 320 void *rx; in ull_sync_reset() local 394 struct node_rx_pdu *rx; in ull_sync_setup() local 536 void ull_sync_established_report(memq_link_t *link, struct node_rx_hdr *rx) 930 struct node_rx_pdu *rx; local
|
D | ull_scan_aux.c | 83 void ull_scan_aux_setup(memq_link_t *link, struct node_rx_hdr *rx) in ull_scan_aux_setup() 640 void ull_scan_aux_release(memq_link_t *link, struct node_rx_hdr *rx) in ull_scan_aux_release() 770 struct node_rx_hdr *rx; in flush() local
|
/Zephyr-Core-2.7.6/tests/bluetooth/ctrl_user_ext/src/ |
D | ull_vendor.h | 21 struct node_rx_hdr *rx, in rx_demux_rx_proprietary()
|
/Zephyr-Core-2.7.6/subsys/bluetooth/mesh/ |
D | pb_adv.c | 88 } rx; member 344 static void gen_prov_cont(struct prov_rx *rx, struct net_buf_simple *buf) in gen_prov_cont() 414 static void gen_prov_ack(struct prov_rx *rx, struct net_buf_simple *buf) in gen_prov_ack() 434 static void gen_prov_start(struct prov_rx *rx, struct net_buf_simple *buf) in gen_prov_start() 516 static void gen_prov_ctl(struct prov_rx *rx, struct net_buf_simple *buf) in gen_prov_ctl() 560 static void gen_prov_recv(struct prov_rx *rx, struct net_buf_simple *buf) in gen_prov_recv() 744 static void link_open(struct prov_rx *rx, struct net_buf_simple *buf) in link_open() 786 static void link_ack(struct prov_rx *rx, struct net_buf_simple *buf) in link_ack() 801 static void link_close(struct prov_rx *rx, struct net_buf_simple *buf) in link_close() 818 struct prov_rx rx; in bt_mesh_pb_adv_recv() local
|
D | transport.c | 695 static void seg_rx_assemble(struct seg_rx *rx, struct net_buf_simple *buf, in seg_rx_assemble() 721 static int sdu_try_decrypt(struct bt_mesh_net_rx *rx, const uint8_t key[16], in sdu_try_decrypt() 735 static int sdu_recv(struct bt_mesh_net_rx *rx, uint8_t hdr, uint8_t aszmic, in sdu_recv() 809 static int trans_ack(struct bt_mesh_net_rx *rx, uint8_t hdr, in trans_ack() 885 static int ctl_recv(struct bt_mesh_net_rx *rx, uint8_t hdr, in ctl_recv() 950 static int trans_unseg(struct net_buf_simple *buf, struct bt_mesh_net_rx *rx, in trans_unseg() 986 static inline int32_t ack_timeout(struct seg_rx *rx) in ack_timeout() 1089 static void seg_rx_reset(struct seg_rx *rx, bool full_reset) in seg_rx_reset() 1133 struct seg_rx *rx = CONTAINER_OF(dwork, struct seg_rx, ack); in seg_ack() local 1177 struct seg_rx *rx = &seg_rx[i]; in seg_rx_find() local [all …]
|
D | net.c | 132 static void msg_cache_add(struct bt_mesh_net_rx *rx) in msg_cache_add() 359 struct bt_mesh_net_rx rx = { in bt_mesh_net_local() local 576 static bool net_decrypt(struct bt_mesh_net_rx *rx, struct net_buf_simple *in, in net_decrypt() 639 struct bt_mesh_net_rx *rx) in bt_mesh_net_relay() 719 struct bt_mesh_net_rx *rx) in bt_mesh_net_header_parse() 730 struct bt_mesh_net_rx *rx, struct net_buf_simple *out) in bt_mesh_net_decode() 793 struct bt_mesh_net_rx rx = { .ctx.recv_rssi = rssi }; in bt_mesh_net_recv() local
|
D | lpn.c | 504 void bt_mesh_lpn_msg_received(struct bt_mesh_net_rx *rx) in bt_mesh_lpn_msg_received() 544 int bt_mesh_lpn_friend_offer(struct bt_mesh_net_rx *rx, in bt_mesh_lpn_friend_offer() 609 int bt_mesh_lpn_friend_clear_cfm(struct bt_mesh_net_rx *rx, in bt_mesh_lpn_friend_clear_cfm() 903 int bt_mesh_lpn_friend_sub_cfm(struct bt_mesh_net_rx *rx, in bt_mesh_lpn_friend_sub_cfm() 964 int bt_mesh_lpn_friend_update(struct bt_mesh_net_rx *rx, in bt_mesh_lpn_friend_update()
|
D | rpl.c | 86 struct bt_mesh_net_rx *rx) in bt_mesh_rpl_update() 109 bool bt_mesh_rpl_check(struct bt_mesh_net_rx *rx, in bt_mesh_rpl_check()
|
/Zephyr-Core-2.7.6/drivers/spi/ |
D | spi_sam.c | 119 uint8_t rx; in spi_sam_shift_master() local 177 uint8_t *rx = rx_buf->buf; in spi_sam_fast_rx() local 221 uint8_t *rx = rx_buf->buf; in spi_sam_fast_txrx() local 280 const struct spi_buf *rx = NULL; in spi_sam_fast_transceive() local 327 const struct spi_buf *rx = NULL; in spi_sam_is_regular() local
|
D | spi_sam0.c | 151 uint8_t rx; in spi_sam0_shift_master() local 209 uint8_t *rx = rx_buf->buf; in spi_sam0_fast_rx() local 257 uint8_t *rx = rx_buf->buf; in spi_sam0_fast_txrx() local 311 const struct spi_buf *rx = NULL; in spi_sam0_fast_transceive() local 360 const struct spi_buf *rx = NULL; in spi_sam0_is_regular() local
|
D | spi_handlers.c | 95 const struct spi_buf_set *rx = in z_vrfy_spi_transceive() local
|
/Zephyr-Core-2.7.6/subsys/tracing/ |
D | tracing_backend_uart.c | 22 int rx; in uart_isr() local
|
/Zephyr-Core-2.7.6/drivers/sensor/stmemsc/ |
D | stmemsc_spi.c | 35 const struct spi_buf_set rx = { .buffers = rx_buf, .count = 2 }; in stmemsc_spi_read() local
|
/Zephyr-Core-2.7.6/drivers/sensor/icm42605/ |
D | icm42605_spi.c | 72 const struct spi_buf_set rx = { in inv_spi_read() local
|
/Zephyr-Core-2.7.6/drivers/sensor/bme280/ |
D | bme280_spi.c | 38 const struct spi_buf_set rx = { in bme280_reg_read_spi() local
|
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/ll_sw/openisa/lll/ |
D | lll_prof.c | 114 struct node_rx_pdu *rx; in lll_prof_send() local
|
/Zephyr-Core-2.7.6/samples/net/sockets/dumb_http_server/src/ |
D | socket_dumb_http.c | 139 struct k_mem_slab *rx, *tx; in main() local
|
/Zephyr-Core-2.7.6/drivers/sensor/iis3dhhc/ |
D | iis3dhhc_spi.c | 54 const struct spi_buf_set rx = { in iis3dhhc_spi_read() local
|