Home
last modified time | relevance | path

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

12345678910

/Zephyr-latest/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.c717 static void seg_rx_assemble(struct seg_rx *rx, struct net_buf_simple *buf, in seg_rx_assemble()
743 static int sdu_try_decrypt(struct bt_mesh_net_rx *rx, const struct bt_mesh_key *key, in sdu_try_decrypt()
777 static int sdu_recv(struct bt_mesh_net_rx *rx, uint8_t hdr, uint8_t aszmic, in sdu_recv()
846 static int trans_ack(struct bt_mesh_net_rx *rx, uint8_t hdr, in trans_ack()
958 static int ctl_recv(struct bt_mesh_net_rx *rx, uint8_t hdr, in ctl_recv()
1023 static int trans_unseg(struct net_buf_simple *buf, struct bt_mesh_net_rx *rx, in trans_unseg()
1143 static void seg_rx_reset(struct seg_rx *rx, bool full_reset) in seg_rx_reset()
1188 struct seg_rx *rx = CONTAINER_OF(dwork, struct seg_rx, discard); in seg_discard() local
1202 struct seg_rx *rx = CONTAINER_OF(dwork, struct seg_rx, ack); in seg_ack() local
1243 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
Dnet.c62 struct bt_mesh_net_rx *rx; member
169 static void msg_cache_add(struct bt_mesh_net_rx *rx) in msg_cache_add()
404 struct bt_mesh_net_rx rx = { in bt_mesh_net_local() local
622 static bool net_decrypt(struct bt_mesh_net_rx *rx, struct net_buf_simple *in, in net_decrypt()
685 static void bt_mesh_net_relay(struct net_buf_simple *sbuf, struct bt_mesh_net_rx *rx, bool bridge) in bt_mesh_net_relay()
795 struct bt_mesh_net_rx *rx) in bt_mesh_net_header_parse()
806 struct bt_mesh_net_rx *rx, struct net_buf_simple *out) in bt_mesh_net_decode()
868 struct bt_mesh_net_rx rx = { .ctx.recv_rssi = rssi }; in bt_mesh_net_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
/Zephyr-latest/tests/drivers/spi/spi_loopback/src/
Dspi.c118 const struct spi_buf_set rx = { in spi_complete_multiple() local
181 const struct spi_buf_set rx = { in spi_complete_loop() local
236 const struct spi_buf_set rx = { in spi_null_tx_buf() local
284 const struct spi_buf_set rx = { in spi_rx_half_start() local
337 const struct spi_buf_set rx = { in spi_rx_half_end() local
403 const struct spi_buf_set rx = { in spi_rx_every_4() local
474 const struct spi_buf_set rx = { in spi_rx_bigger_than_tx() local
544 const struct spi_buf_set rx = { in spi_complete_large_transfers() local
643 const struct spi_buf_set rx = { in spi_async_call() local
/Zephyr-latest/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-latest/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-latest/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-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_prof.c164 struct node_rx_pdu *rx; in lll_prof_send() local
175 struct node_rx_pdu *rx; in lll_prof_reserve() local
187 void lll_prof_reserve_send(struct node_rx_pdu *rx) in lll_prof_reserve_send()
201 static int send(struct node_rx_pdu *rx) in send()
/Zephyr-latest/tests/bluetooth/controller/ctrl_user_ext/src/
Dull_vendor.h21 struct node_rx_hdr *rx, in rx_demux_rx_proprietary()
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/include/
Dull_vendor.h21 struct node_rx_hdr *rx, in rx_demux_rx_proprietary()
/Zephyr-latest/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-latest/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-latest/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-latest/subsys/bluetooth/controller/ll_sw/
Dull.c958 struct node_rx_pdu *rx; in ll_rx_get() local
1069 struct node_rx_pdu *rx = NULL; in ll_rx_dequeue() local
1419 struct node_rx_pdu *rx; in ll_rx_mem_release() local
1751 void ll_rx_put(memq_link_t *link, void *rx) in ll_rx_put()
1778 void ll_rx_put_sched(memq_link_t *link, void *rx) in ll_rx_put_sched()
2046 void ull_rx_put(memq_link_t *link, void *rx) in ull_rx_put()
2070 void ull_rx_put_sched(memq_link_t *link, void *rx) in ull_rx_put_sched()
2453 struct node_rx_hdr *rx; in rx_replenish() local
2486 struct node_rx_hdr *rx; in rx_replenish() local
2524 static void rx_release_replenish(struct node_rx_hdr *rx) in rx_release_replenish()
[all …]
Dull_scan_aux.c140 static void rx_release_put(struct node_rx_pdu *rx) in rx_release_put()
169 void ull_scan_aux_setup(memq_link_t *link, struct node_rx_pdu *rx) in ull_scan_aux_setup()
1087 void ull_scan_aux_release(memq_link_t *link, struct node_rx_pdu *rx) in ull_scan_aux_release()
1329 struct node_rx_pdu *rx; in flush() local
1376 struct node_rx_pdu *rx; in aux_sync_partial() local
1401 struct node_rx_pdu *rx; in aux_sync_incomplete() local
1522 void ull_scan_aux_setup(memq_link_t *link, struct node_rx_pdu *rx) in ull_scan_aux_setup()
2263 void ull_scan_aux_release(memq_link_t *link, struct node_rx_pdu *rx) in ull_scan_aux_release()
2522 struct node_rx_pdu *rx; in flush() local
2596 struct node_rx_pdu *rx; in aux_sync_incomplete() local
/Zephyr-latest/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-latest/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-latest/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-latest/drivers/ethernet/
Doa_tc6.c26 const struct spi_buf_set rx = { .buffers = &rx_buf, .count = 1 }; in oa_tc6_reg_read() local
84 const struct spi_buf_set rx = { .buffers = &rx_buf, .count = 1 }; in oa_tc6_reg_write() local
286 struct spi_buf_set rx; in oa_tc6_chunk_spi_transfer() local
/Zephyr-latest/drivers/sensor/tdk/icm42605/
Dicm42605_spi.c68 const struct spi_buf_set rx = { in inv_spi_read() local
/Zephyr-latest/subsys/tracing/
Dtracing_backend_uart.c29 int rx; in uart_isr() local

12345678910