/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_sync_iso_internal.h | 9 struct ll_sync_iso_set *ull_sync_iso_by_stream_get(uint16_t handle); 10 struct lll_sync_iso_stream *ull_sync_iso_stream_get(uint16_t handle);
|
D | lll_conn_iso.h | 32 uint16_t handle; /* CIS handle */ member 83 uint16_t handle; /* CIG handle (internal) */ member 127 void lll_conn_iso_flush(uint16_t handle, struct lll_conn_iso_stream *lll); 137 extern struct lll_conn_iso_stream *ull_conn_iso_lll_stream_get(uint16_t handle);
|
D | ull_peripheral.c | 284 lll->handle = ll_conn_handle_get(conn); 285 rx->hdr.handle = lll->handle; 308 rx->hdr.handle = lll->handle; 325 uint8_t handle; local 336 handle = ull_adv_handle_get(adv); 337 LL_ASSERT(handle < BT_CTLR_ADV_SET); 340 rx->hdr.handle = handle; 342 rx->rx_ftr.param_adv_term.conn_handle = lll->handle; 502 void ull_periph_latency_cancel(struct ll_conn *conn, uint16_t handle) argument 513 (TICKER_ID_CONN_BASE + handle), [all …]
|
D | lll_conn.h | 18 uint16_t handle; member 51 uint16_t handle; member 179 void lll_conn_flush(uint16_t handle, struct lll_conn *lll); 194 extern struct lll_conn *ull_conn_lll_get(uint16_t handle); 196 extern void ull_conn_lll_ack_enqueue(uint16_t handle, struct node_tx *tx);
|
D | ull_df.c | 171 uint8_t handle; in ull_df_reset() local 174 for (handle = 0U; handle < BT_CTLR_ADV_SET; handle++) { in ull_df_reset() 175 adv = ull_adv_is_created_get(handle); in ull_df_reset() 410 uint8_t ll_df_set_cl_iq_sampling_enable(uint16_t handle, in ll_df_set_cl_iq_sampling_enable() argument 428 sync = ull_sync_is_enabled_get(handle); in ll_df_set_cl_iq_sampling_enable() 787 uint8_t ll_df_set_conn_cte_tx_params(uint16_t handle, uint8_t cte_types, uint8_t switch_pattern_len, in ll_df_set_conn_cte_tx_params() argument 793 conn = ll_connected_get(handle); in ll_df_set_conn_cte_tx_params() 858 uint8_t ll_df_set_conn_cte_rx_params(uint16_t handle, uint8_t sampling_enable, in ll_df_set_conn_cte_rx_params() argument 868 conn = ll_connected_get(handle); in ll_df_set_conn_cte_rx_params() 943 uint8_t ll_df_set_conn_cte_req_enable(uint16_t handle, uint8_t enable, in ll_df_set_conn_cte_req_enable() argument [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/device_name/src/ |
D | client.c | 86 uint16_t handle; in client_procedure() local 111 find_characteristic(conn, BT_UUID_GAP, BT_UUID_GAP_DEVICE_NAME, &handle); in client_procedure() 114 BT_ATT_CHAN_OPT_UNENHANCED_ONLY, handle, 0); in client_procedure() 119 err = bt_testlib_att_write(conn, BT_ATT_CHAN_OPT_UNENHANCED_ONLY, handle, server_new_name, in client_procedure()
|
/Zephyr-latest/subsys/bluetooth/controller/hci/ |
D | hci_driver.c | 187 uint16_t handle; in sink_sdu_emit_hci() local 255 handle = sink_ctx->session.handle; in sink_sdu_emit_hci() 256 handle_packed = bt_iso_handle_pack(handle, pb, ts); in sink_sdu_emit_hci() 258 hdr->handle = sys_cpu_to_le16(handle_packed); in sink_sdu_emit_hci() 304 uint16_t handle; in process_prio_evt() local 307 handle = node_rx->hdr.handle; in process_prio_evt() 313 hci_disconn_complete_encode(pdu_data, handle, buf); in process_prio_evt() 314 hci_disconn_complete_process(handle); in process_prio_evt() 342 uint16_t handle; in prio_recv_thread() local 365 while ((num_cmplt = ll_rx_get((void *)&node_rx, &handle))) { in prio_recv_thread() [all …]
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | gmap_client.c | 152 static int gmap_read_bgr_feat(struct bt_gmap_client *gmap_cli, uint16_t handle) in gmap_read_bgr_feat() argument 154 LOG_DBG("conn %p handle 0x%04x", (void *)gmap_cli->conn, handle); in gmap_read_bgr_feat() 160 gmap_cli->params.read.single.handle = handle; in gmap_read_bgr_feat() 251 static int gmap_read_bgs_feat(struct bt_gmap_client *gmap_cli, uint16_t handle) in gmap_read_bgs_feat() argument 253 LOG_DBG("conn %p handle 0x%04x", (void *)gmap_cli->conn, handle); in gmap_read_bgs_feat() 259 gmap_cli->params.read.single.handle = handle; in gmap_read_bgs_feat() 352 static int gmap_read_ugt_feat(struct bt_gmap_client *gmap_cli, uint16_t handle) in gmap_read_ugt_feat() argument 354 LOG_DBG("conn %p handle 0x%04x", (void *)gmap_cli->conn, handle); in gmap_read_ugt_feat() 360 gmap_cli->params.read.single.handle = handle; in gmap_read_ugt_feat() 455 static int gmap_read_ugg_feat(struct bt_gmap_client *gmap_cli, uint16_t handle) in gmap_read_ugg_feat() argument [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings_clear/src/ |
D | client.c | 112 uint16_t handle, in subscribe() argument 121 sub_params.value_handle = handle; in subscribe() 136 uint16_t handle; in client_procedure() local 164 find_characteristic(conn, test_service_uuid, test_characteristic_uuid, &handle); in client_procedure() 166 subscribe(conn, handle, received_notification); in client_procedure()
|
/Zephyr-latest/drivers/power_domain/ |
D | power_domain_nxp_scu.c | 19 sc_ipc_t handle; member 46 ret = sc_pm_set_resource_power_mode(scu_data->handle, in scu_pd_pm_action() 63 ret = sc_ipc_open(&scu_data->handle, DT_REG_ADDR(DT_NODELABEL(scu_mu))); in scu_pd_init()
|
/Zephyr-latest/drivers/crypto/ |
D | crypto_mcux_dcp.c | 26 dcp_handle_t handle; member 103 status = DCP_AES_EncryptCbc(cfg->base, &session->handle, pkt->in_buf, in crypto_dcp_aes_cbc_encrypt() 134 status = DCP_AES_DecryptCbc(cfg->base, &session->handle, pkt->in_buf + iv_bytes, in crypto_dcp_aes_cbc_decrypt() 154 status = DCP_AES_EncryptEcb(cfg->base, &session->handle, pkt->in_buf, pkt->out_buf, in crypto_dcp_aes_ecb_encrypt() 174 status = DCP_AES_DecryptEcb(cfg->base, &session->handle, pkt->in_buf, pkt->out_buf, in crypto_dcp_aes_ecb_decrypt() 225 status = DCP_AES_SetKey(cfg->base, &session->handle, ctx->key.bit_stream, ctx->keylen); in crypto_dcp_cipher_begin_session() 289 status = DCP_HASH_Init(cfg->base, &session->handle, &session->hash_ctx, kDCP_Sha256); in crypto_dcp_hash_begin_session() 326 data->sessions[i].handle.channel = kDCP_Channel0 << i; in crypto_dcp_init() 327 data->sessions[i].handle.keySlot = kDCP_KeySlot0 + i; in crypto_dcp_init() 328 data->sessions[i].handle.swapConfig = kDCP_NoSwap; in crypto_dcp_init()
|
D | Kconfig.si32 | 13 int "Maximum of sessions the Si32 driver can handle" 18 can handle in parallel.
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_nxp_ii2c.c | 39 i2c_master_handle_t handle; member 109 i2c_master_handle_t *handle, in nxp_ii2c_master_transfer_callback() argument 113 ARG_UNUSED(handle); in nxp_ii2c_master_transfer_callback() 123 I2C_MasterTransferAbort(base, &data->handle); in nxp_ii2c_master_transfer_callback() 192 &data->handle, &transfer); in nxp_ii2c_transfer() 198 I2C_MasterTransferAbort(base, &data->handle); in nxp_ii2c_transfer() 210 I2C_MasterTransferAbort(base, &data->handle); in nxp_ii2c_transfer() 276 status = I2C_MasterTransferNonBlocking(base, &data->handle, &transfer); in nxp_ii2c_async_iter() 282 I2C_MasterTransferAbort(base, &data->handle); in nxp_ii2c_async_iter() 318 I2C_MasterTransferHandleIRQ(base, &data->handle); in nxp_ii2c_isr() [all …]
|
D | i2c_rv32m1_lpi2c.c | 37 lpi2c_master_handle_t handle; member 98 lpi2c_master_handle_t *handle, in rv32m1_lpi2c_master_transfer_callback() argument 105 ARG_UNUSED(handle); in rv32m1_lpi2c_master_transfer_callback() 165 &data->handle, in rv32m1_lpi2c_transfer() 186 LPI2C_MasterTransferAbort(config->base, &data->handle); in rv32m1_lpi2c_transfer() 205 LPI2C_MasterTransferHandleIRQ(config->base, &data->handle); in rv32m1_lpi2c_isr() 237 LPI2C_MasterTransferCreateHandle(config->base, &data->handle, in rv32m1_lpi2c_init()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/ |
D | main.c | 159 uint16_t handle, count; in handle_ncp() local 164 handle = sys_le16_to_cpu(evt->h[0].handle); in handle_ncp() 187 uint16_t handle = net_buf_pull_le16(buf); in handle_att_write() local 189 LOG_INF("Got write for 0x%04x len %d", handle, buf->len); in handle_att_write() 241 uint16_t len, handle; in handle_acl() local 246 handle = sys_le16_to_cpu(hdr->handle); in handle_acl() 248 flags = bt_acl_flags(handle); in handle_acl() 249 handle = bt_acl_handle(handle); in handle_acl() 253 LOG_DBG("ACL: conn %d len %d flags %d", handle, len, flags); in handle_acl() 479 hdr->handle = sys_cpu_to_le16(bt_acl_handle_pack(conn_handle, flags)); in send_acl() [all …]
|
/Zephyr-latest/drivers/mdio/ |
D | mdio_nxp_imx_netc.c | 26 netc_mdio_handle_t handle; member 36 result = NETC_MDIORead(&data->handle, prtad, regad, regval); in nxp_imx_netc_mdio_read() 49 result = NETC_MDIOWrite(&data->handle, prtad, regad, regval); in nxp_imx_netc_mdio_write() 75 result = NETC_MDIOInit(&data->handle, &mdio_config); in nxp_imx_netc_mdio_initialize()
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | br.c | 122 cp->handle = sys_cpu_to_le16(conn->handle); in br_sufficient_key_size() 190 uint16_t handle = sys_le16_to_cpu(evt->handle); in bt_hci_synchronous_conn_complete() local 192 LOG_DBG("status 0x%02x, handle %u, type 0x%02x", evt->status, handle, evt->link_type); in bt_hci_synchronous_conn_complete() 207 sco_conn->handle = handle; in bt_hci_synchronous_conn_complete() 217 uint16_t handle = sys_le16_to_cpu(evt->handle); in bt_hci_conn_complete() local 219 LOG_DBG("status 0x%02x, handle %u, type 0x%02x", evt->status, handle, evt->link_type); in bt_hci_conn_complete() 234 conn->handle = handle; in bt_hci_conn_complete() 257 cp->handle = evt->handle; in bt_hci_conn_complete() 599 uint16_t handle = sys_le16_to_cpu(evt->handle); in bt_hci_read_remote_features_complete() local 603 LOG_DBG("status 0x%02x handle %u", evt->status, handle); in bt_hci_read_remote_features_complete() [all …]
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | gatt.c | 202 str, attr->handle, gatt_service->end_handle); in discover_func() 208 str, attr->handle); in discover_func() 214 bt_shell_print("Include %s found: handle %x, start %x, end %x", str, attr->handle, in discover_func() 219 bt_shell_print("Descriptor %s found: handle %x", str, attr->handle); in discover_func() 318 read_params.single.handle = strtoul(argv[1], NULL, 16); in cmd_read() 433 uint16_t handle, offset; in cmd_write() local 445 handle = strtoul(argv[1], NULL, 16); in cmd_write() 456 write_params.handle = handle; in cmd_write() 484 uint16_t handle; in cmd_write_without_rsp() local 504 handle = strtoul(argv[1], NULL, 16); in cmd_write_without_rsp() [all …]
|
/Zephyr-latest/drivers/entropy/ |
D | entropy_mcux_caam.c | 35 caam_handle_t handle; in entropy_mcux_caam_get_entropy() local 41 handle.jobRing = kCAAM_JobRing0; in entropy_mcux_caam_get_entropy() 57 config->base, &handle, kCAAM_RngStateHandle0, in entropy_mcux_caam_get_entropy()
|
/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/src/ |
D | nature_dsp_wrapper.c | 52 bqriir32x32_df1_handle_t handle; in real_block_iir_32() local 62 handle = bqriir32x32_df1_init(objmem, M, coef_sos, coef_g, 0); in real_block_iir_32() 70 bqriir32x32_df1(handle, NULL, out, in, block_size); in real_block_iir_32()
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | has_client_test.c | 445 LOG_DBG("HAS Hearing Aid Features handle at %d", attr->handle); in discover_features_cb() 448 discover_params.start_handle = attr->handle + 2; in discover_features_cb() 458 LOG_DBG("CCC handle at %d", attr->handle); in discover_features_cb() 462 subscribe_params->ccc_handle = attr->handle; in discover_features_cb() 470 LOG_DBG("Unknown handle at %d", attr->handle); in discover_features_cb() 511 LOG_DBG("HAS Hearing Aid Features handle at %d", attr->handle); in discover_active_preset_index_cb() 514 discover_params.start_handle = attr->handle + 2; in discover_active_preset_index_cb() 524 LOG_DBG("CCC handle at %d", attr->handle); in discover_active_preset_index_cb() 528 subscribe_params->ccc_handle = attr->handle; in discover_active_preset_index_cb() 536 LOG_DBG("Unknown handle at %d", attr->handle); in discover_active_preset_index_cb() [all …]
|
/Zephyr-latest/samples/subsys/zbus/work_queue/src/ |
D | main.c | 71 uint8_t handle; member 74 static struct sensor_wq_info wq_handler1 = {.handle = 1}; 75 static struct sensor_wq_info wq_handler2 = {.handle = 2}; 76 static struct sensor_wq_info wq_handler3 = {.handle = 3}; 87 sens->handle, msg.temp, msg.press, msg.humidity); in wq_dh_cb()
|
/Zephyr-latest/boards/st/nucleo_h755zi_q/ |
D | board.cmake | 7 board_runner_args(openocd --target-handle=_CHIPNAME.cpu0) 9 board_runner_args(openocd --target-handle=_CHIPNAME.cpu1)
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/dut/src/ |
D | dut.c | 68 uint16_t handle, in fake_subscribe() argument 76 sub_params.value_handle = handle; in fake_subscribe() 79 sub_params.ccc_handle = handle + 2; in fake_subscribe()
|
/Zephyr-latest/tests/bsim/bluetooth/host/iso/frag_2/src/ |
D | broadcaster.c | 252 uint16_t handle = sys_le16_to_cpu(hci_hdr->handle); in validate_no_iso_frag() local 253 uint8_t flags = bt_iso_flags(handle); in validate_no_iso_frag() 266 uint16_t handle = sys_le16_to_cpu(hci_hdr->handle); in __wrap_bt_send() local 267 uint8_t flags = bt_iso_flags(handle); in __wrap_bt_send()
|