/Zephyr-Core-3.7.0/tests/bsim/bluetooth/mesh/src/ |
D | test_replay_cache.c | 25 static const struct bt_mesh_test_cfg rx_cfg = { variable 41 bt_mesh_test_cfg_set(&rx_cfg, WAIT_TIME); in test_rx_init() 140 ASSERT_OK(bt_mesh_test_send_ra(rx_cfg.addr, test_data, in test_tx_immediate_replay_attack() 158 ASSERT_OK(bt_mesh_test_send_ra(rx_cfg.addr, test_data, in test_tx_immediate_replay_attack() 203 ASSERT_OK(bt_mesh_test_send_ra(rx_cfg.addr, test_data, in test_tx_power_replay_attack() 219 ASSERT_OK(bt_mesh_test_send_ra(rx_cfg.addr, test_data, in test_tx_power_replay_attack() 339 ASSERT_TRUE(msg_send(rx_cfg.addr, tx_cfg.addr)); in test_rx_rpl_frag() 353 ASSERT_TRUE(msg_send(rx_cfg.addr, tx_cfg.addr)); in test_rx_rpl_frag() 371 ASSERT_TRUE(msg_send(rx_cfg.addr, tx_cfg.addr)); in test_rx_rpl_frag() 407 ASSERT_TRUE(msg_send(100 + i, rx_cfg.addr)); in test_tx_rpl_frag() [all …]
|
D | test_transport.c | 53 static const struct bt_mesh_test_cfg rx_cfg = { variable 79 bt_mesh_test_cfg_set(&rx_cfg, WAIT_TIME); in test_rx_init() 144 err = bt_mesh_test_send(rx_cfg.addr, NULL, test_vector[i].len, in test_tx_unicast() 294 ASSERT_OK_MSG(bt_mesh_test_send(rx_cfg.addr, NULL, 5, 0, K_SECONDS(1)), in test_tx_unknown_app() 297 ASSERT_OK_MSG(bt_mesh_test_send(rx_cfg.addr, NULL, 25, 0, K_SECONDS(1)), in test_tx_unknown_app() 352 ASSERT_OK(bt_mesh_test_send(rx_cfg.addr, NULL, 20, 0, K_NO_WAIT)); in test_tx_seg_block() 355 ASSERT_OK(bt_mesh_test_send(rx_cfg.addr, NULL, 20, 0, K_NO_WAIT)); in test_tx_seg_block() 356 ASSERT_OK(bt_mesh_test_send(rx_cfg.addr, NULL, 20, 0, K_SECONDS(10))); in test_tx_seg_block() 378 ASSERT_OK(bt_mesh_test_send_async(rx_cfg.addr, NULL, 20, 0, &async_send_cb, &sem)); in test_tx_seg_concurrent() 411 ASSERT_OK(bt_mesh_test_send_async(rx_cfg.addr, NULL, 255, 0, &async_send_cb, in test_tx_seg_ivu() [all …]
|
D | test_sar.c | 258 struct bt_mesh_sar_rx rx_cfg; in test_srv_cfg_store() local 265 bt_mesh_sar_cfg_cli_receiver_get(0, SRV_ADDR, &rx_cfg); in test_srv_cfg_store() 268 ASSERT_EQUAL(0, memcmp(&rx_cfg, &test_sar_rx, sizeof(test_sar_rx))); in test_srv_cfg_store() 276 struct bt_mesh_sar_rx rx_cfg; in test_srv_cfg_restore() local 282 bt_mesh_sar_cfg_cli_receiver_get(0, SRV_ADDR, &rx_cfg); in test_srv_cfg_restore() 285 ASSERT_EQUAL(0, memcmp(&rx_cfg, &test_sar_rx, sizeof(test_sar_rx))); in test_srv_cfg_restore()
|
D | test_scanner.c | 37 static const struct bt_mesh_test_cfg rx_cfg = { variable 49 bt_mesh_test_cfg_set(&rx_cfg, WAIT_TIME); in test_rx_init()
|
D | test_beacon.c | 49 static const struct bt_mesh_test_cfg rx_cfg = { variable 124 bt_mesh_test_cfg_set(&rx_cfg, WAIT_TIME); in test_rx_init() 535 bt_mesh_test_cfg_set(&rx_cfg, 130); in test_rx_invalid() 658 bt_mesh_test_cfg_set(&rx_cfg, 170); in test_rx_kr_old_key() 867 bt_mesh_test_cfg_set(&rx_cfg, MULT_NETKEYS_WAIT_TIME); in test_rx_multiple_netkeys() 943 bt_mesh_test_cfg_set(&rx_cfg, BEACON_INTERVAL_WAIT_TIME); in test_rx_secure_beacon_interval() 1023 bt_mesh_test_cfg_set(&rx_cfg, WAIT_TIME); in test_rx_beacon_cache() 1202 bt_mesh_test_cfg_set(&rx_cfg, BEACON_INTERVAL_WAIT_TIME); in test_rx_priv_adv() 1310 provision(&rx_cfg); in test_rx_priv_invalid() 1316 err = bt_mesh_cfg_cli_beacon_set(0, rx_cfg.addr, 0, &status); in test_rx_priv_invalid() [all …]
|
/Zephyr-Core-3.7.0/drivers/i2s/ |
D | i2s_common.c | 19 const struct i2s_config *rx_cfg; in z_impl_i2s_buf_read() local 21 rx_cfg = i2s_config_get((const struct device *)dev, I2S_DIR_RX); in z_impl_i2s_buf_read() 24 k_mem_slab_free(rx_cfg->mem_slab, mem_block); in z_impl_i2s_buf_read()
|
D | i2s_handlers.c | 58 const struct i2s_config *rx_cfg; in z_vrfy_i2s_buf_read() local 64 rx_cfg = i2s_config_get((const struct device *)dev, I2S_DIR_RX); in z_vrfy_i2s_buf_read() 69 k_mem_slab_free(rx_cfg->mem_slab, mem_block); in z_vrfy_i2s_buf_read()
|
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/ |
D | ull_df_internal.h | 25 bool ull_df_conn_cfg_is_not_enabled(struct lll_df_conn_rx_cfg *rx_cfg);
|
D | ull_df.c | 621 bool ull_df_conn_cfg_is_not_enabled(struct lll_df_conn_rx_cfg *rx_cfg) in ull_df_conn_cfg_is_not_enabled() argument 632 if (dbuf_is_modified(&rx_cfg->hdr)) { in ull_df_conn_cfg_is_not_enabled() 633 rx_params = dbuf_peek(&rx_cfg->hdr); in ull_df_conn_cfg_is_not_enabled() 635 rx_params = dbuf_curr_get(&rx_cfg->hdr); in ull_df_conn_cfg_is_not_enabled()
|
/Zephyr-Core-3.7.0/drivers/dai/nxp/esai/ |
D | esai.h | 287 struct esai_transceiver_config *rx_cfg) in esai_parse_clock_config() argument 312 rx_cfg->hclk_dir = crt_dir; in esai_parse_clock_config() 318 rx_cfg->bclk_dir = crt_dir; in esai_parse_clock_config() 324 rx_cfg->fsync_dir = crt_dir; in esai_parse_clock_config()
|
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_conn.c | 1076 struct lll_df_conn_rx_cfg *rx_cfg; local 1084 rx_cfg = &lll->df_rx_cfg; 1086 rx_params = dbuf_curr_get(&rx_cfg->hdr);
|
/Zephyr-Core-3.7.0/drivers/usb/device/ |
D | usb_dc_smartbond.c | 142 struct dma_config rx_cfg; member 217 struct dma_config *rx = &usbd_dma_cfg.rx_cfg; in usb_smartbond_dma_config()
|