Home
last modified time | relevance | path

Searched defs:rx (Results 1 – 25 of 216) sorted by relevance

123456789

/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
Dsar_cfg.c30 const struct bt_mesh_sar_rx *rx) in bt_mesh_sar_rx_encode()
58 struct bt_mesh_sar_rx *rx) in bt_mesh_sar_rx_decode()
Dtransport.c718 static void seg_rx_assemble(struct seg_rx *rx, struct net_buf_simple *buf, in seg_rx_assemble()
744 static int sdu_try_decrypt(struct bt_mesh_net_rx *rx, const struct bt_mesh_key *key, in sdu_try_decrypt()
778 static int sdu_recv(struct bt_mesh_net_rx *rx, uint8_t hdr, uint8_t aszmic, in sdu_recv()
847 static int trans_ack(struct bt_mesh_net_rx *rx, uint8_t hdr, in trans_ack()
959 static int ctl_recv(struct bt_mesh_net_rx *rx, uint8_t hdr, in ctl_recv()
1024 static int trans_unseg(struct net_buf_simple *buf, struct bt_mesh_net_rx *rx, in trans_unseg()
1144 static void seg_rx_reset(struct seg_rx *rx, bool full_reset) in seg_rx_reset()
1189 struct seg_rx *rx = CONTAINER_OF(dwork, struct seg_rx, discard); in seg_discard() local
1203 struct seg_rx *rx = CONTAINER_OF(dwork, struct seg_rx, ack); in seg_ack() local
1244 struct seg_rx *rx = &seg_rx[i]; in seg_rx_find() local
[all …]
Dpb_adv.c90 } rx; member
481 static void gen_prov_cont(struct prov_rx *rx, struct net_buf_simple *buf) in gen_prov_cont()
554 static void gen_prov_ack(struct prov_rx *rx, struct net_buf_simple *buf) in gen_prov_ack()
574 static void gen_prov_start(struct prov_rx *rx, struct net_buf_simple *buf) in gen_prov_start()
660 static void gen_prov_ctl(struct prov_rx *rx, struct net_buf_simple *buf) in gen_prov_ctl()
704 static void gen_prov_recv(struct prov_rx *rx, struct net_buf_simple *buf) in gen_prov_recv()
880 static void link_open(struct prov_rx *rx, struct net_buf_simple *buf) in link_open()
932 static void link_ack(struct prov_rx *rx, struct net_buf_simple *buf) in link_ack()
949 static void link_close(struct prov_rx *rx, struct net_buf_simple *buf) in link_close()
966 struct prov_rx rx; in bt_mesh_pb_adv_recv() local
Dsar_cfg_srv.c70 const struct bt_mesh_sar_rx *rx = &bt_mesh.sar_rx; in receiver_status() local
124 struct bt_mesh_sar_rx *rx = &bt_mesh.sar_rx; in receiver_set() local
Dnet.c161 static void msg_cache_add(struct bt_mesh_net_rx *rx) in msg_cache_add()
396 struct bt_mesh_net_rx rx = { in bt_mesh_net_local() local
614 static bool net_decrypt(struct bt_mesh_net_rx *rx, struct net_buf_simple *in, in net_decrypt()
678 struct bt_mesh_net_rx *rx) in bt_mesh_net_relay()
760 struct bt_mesh_net_rx *rx) in bt_mesh_net_header_parse()
771 struct bt_mesh_net_rx *rx, struct net_buf_simple *out) in bt_mesh_net_decode()
833 struct bt_mesh_net_rx rx = { .ctx.recv_rssi = rssi }; in bt_mesh_net_recv() local
/Zephyr-Core-3.7.0/tests/drivers/spi/spi_loopback/src/
Dspi.c117 const struct spi_buf_set rx = { in spi_complete_multiple() local
180 const struct spi_buf_set rx = { in spi_complete_loop() local
235 const struct spi_buf_set rx = { in spi_null_tx_buf() local
283 const struct spi_buf_set rx = { in spi_rx_half_start() local
336 const struct spi_buf_set rx = { in spi_rx_half_end() local
402 const struct spi_buf_set rx = { in spi_rx_every_4() local
473 const struct spi_buf_set rx = { in spi_rx_bigger_than_tx() local
538 const struct spi_buf_set rx = { in spi_complete_large_transfers() local
637 const struct spi_buf_set rx = { in spi_async_call() local
/Zephyr-Core-3.7.0/drivers/sensor/meas/ms5607/
Dms5607_spi.c64 uint8_t rx[3]; in ms5607_spi_read_prom() member
65 } rx; in ms5607_spi_read_prom() local
113 uint8_t rx[4]; in ms5607_spi_read_adc() member
114 } rx; in ms5607_spi_read_adc() local
/Zephyr-Core-3.7.0/drivers/ieee802154/
Dieee802154_rf2xx_iface.c81 const struct spi_buf_set rx = { in rf2xx_iface_reg_read() local
124 const struct spi_buf_set rx = { in rf2xx_iface_reg_write() local
187 const struct spi_buf_set rx = { in rf2xx_iface_frame_read() local
238 const struct spi_buf_set rx = { in rf2xx_iface_frame_write() local
284 const struct spi_buf_set rx = { in rf2xx_iface_sram_read() local
Dieee802154_uart_pipe.h20 bool rx; member
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_prof.c119 struct node_rx_pdu *rx; in lll_prof_send() local
130 struct node_rx_pdu *rx; in lll_prof_reserve() local
142 void lll_prof_reserve_send(struct node_rx_pdu *rx) in lll_prof_reserve_send()
156 static int send(struct node_rx_pdu *rx) in send()
/Zephyr-Core-3.7.0/tests/bluetooth/controller/mock_ctrl/src/
Dull.c125 struct node_rx_hdr *rx; in ll_rx_mem_release() local
181 void ll_rx_put(memq_link_t *link, void *rx) in ll_rx_put()
193 void ll_rx_put_sched(memq_link_t *link, void *rx) in ll_rx_put_sched()
271 void ull_rx_put(memq_link_t *link, void *rx) in ull_rx_put()
279 void ull_rx_put_sched(memq_link_t *link, void *rx) in ull_rx_put_sched()
339 struct node_rx_hdr *rx; in rx_alloc() local
367 struct node_rx_hdr *rx; in rx_alloc() local
Dull_peripheral.c25 void ull_periph_setup(memq_link_t *link, struct node_rx_pdu *rx, struct node_rx_ftr *ftr, in ull_periph_setup()
/Zephyr-Core-3.7.0/tests/bluetooth/controller/mock_ctrl/include/
Dull_vendor.h21 struct node_rx_hdr *rx, in rx_demux_rx_proprietary()
/Zephyr-Core-3.7.0/tests/bluetooth/ctrl_user_ext/src/
Dull_vendor.h21 struct node_rx_hdr *rx, in rx_demux_rx_proprietary()
/Zephyr-Core-3.7.0/drivers/sensor/bosch/bme680/
Dbme680_spi.c49 const struct spi_buf_set rx = { in bme680_set_mem_page() local
119 const struct spi_buf_set rx = { in bme680_reg_read_spi() local
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/att/eatt/src/
Dmain_reconfigure.c17 void att_mtu_updated(struct bt_conn *conn, uint16_t tx, uint16_t rx) in att_mtu_updated()
/Zephyr-Core-3.7.0/drivers/sensor/adi/adt7310/
Dadt7310.c57 const struct spi_buf_set rx = { .buffers = &rx_buf, .count = 1 }; in adt7310_temp_reg_read() local
77 const struct spi_buf_set rx = { .buffers = &rx_buf, .count = 1 }; in adt7310_temp_reg_write() local
93 const struct spi_buf_set rx = { .buffers = &rx_buf, .count = 1 }; in adt7310_reg_read() local
113 const struct spi_buf_set rx = { .buffers = &rx_buf, .count = 1 }; in adt7310_reg_write() local
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/
Dull_scan_aux.c99 void ull_scan_aux_setup(memq_link_t *link, struct node_rx_pdu *rx) in ull_scan_aux_setup()
969 void ull_scan_aux_release(memq_link_t *link, struct node_rx_pdu *rx) in ull_scan_aux_release()
1232 struct node_rx_pdu *rx; in flush() local
1283 static void rx_release_put(struct node_rx_pdu *rx) in rx_release_put()
1293 struct node_rx_pdu *rx; in aux_sync_partial() local
1318 struct node_rx_pdu *rx; in aux_sync_incomplete() local
Dull.c922 struct node_rx_pdu *rx; in ll_rx_get() local
1033 struct node_rx_pdu *rx = NULL; in ll_rx_dequeue() local
1375 struct node_rx_pdu *rx; in ll_rx_mem_release() local
1710 void ll_rx_put(memq_link_t *link, void *rx) in ll_rx_put()
1737 void ll_rx_put_sched(memq_link_t *link, void *rx) in ll_rx_put_sched()
2005 void ull_rx_put(memq_link_t *link, void *rx) in ull_rx_put()
2029 void ull_rx_put_sched(memq_link_t *link, void *rx) in ull_rx_put_sched()
2412 struct node_rx_hdr *rx; in rx_replenish() local
2445 struct node_rx_hdr *rx; in rx_replenish() local
2483 static void rx_release_replenish(struct node_rx_hdr *rx) in rx_release_replenish()
[all …]
/Zephyr-Core-3.7.0/samples/bluetooth/peripheral_gatt_write/src/
Dperipheral_gatt_write.c28 static void mtu_updated(struct bt_conn *conn, uint16_t tx, uint16_t rx) in mtu_updated()
/Zephyr-Core-3.7.0/drivers/sensor/ens160/
Dens160_spi.c46 const struct spi_buf_set rx = { in ens160_read_reg_spi() local
81 const struct spi_buf_set rx = { in ens160_read_data_spi() local
/Zephyr-Core-3.7.0/subsys/shell/backends/
Dshell_rpmsg.c19 struct shell_rpmsg_rx rx; in rpmsg_shell_cb() local
135 struct shell_rpmsg_rx *rx = &sh_rpmsg->rx_cur; in read() local
/Zephyr-Core-3.7.0/drivers/sensor/tdk/icm42605/
Dicm42605_spi.c68 const struct spi_buf_set rx = { in inv_spi_read() local
/Zephyr-Core-3.7.0/drivers/ethernet/
Doa_tc6.c18 const struct spi_buf_set rx = { .buffers = &rx_buf, .count = 1 }; in oa_tc6_reg_read() local
76 const struct spi_buf_set rx = { .buffers = &rx_buf, .count = 1 }; in oa_tc6_reg_write() local
278 struct spi_buf_set rx; in oa_tc6_chunk_spi_transfer() local
/Zephyr-Core-3.7.0/subsys/tracing/
Dtracing_backend_uart.c29 int rx; in uart_isr() local

123456789