/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/ |
D | ull_conn_iso.c | 53 __weak struct ll_conn_iso_stream *ll_conn_iso_stream_get(uint16_t handle) in ll_conn_iso_stream_get() argument 58 struct ll_conn_iso_stream *ll_iso_stream_connected_get(uint16_t handle) in ll_iso_stream_connected_get() argument
|
/Zephyr-latest/drivers/entropy/ |
D | entropy_npcx_drbg.c | 27 uint8_t handle[NPCX_DRBG_HANDLE_SIZE] __aligned(4); member 111 void *ctx = data->handle; in entropy_npcx_drbg_get_entropy() 141 void *ctx = data->handle; in entropy_npcx_drbg_init() 199 void *ctx = data->handle; in entropy_npcx_drbg_suspend() 207 void *ctx = data->handle; in entropy_npcx_drbg_resume()
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | aics_client.c | 42 static struct bt_aics *lookup_aics_by_handle(struct bt_conn *conn, uint16_t handle) in lookup_aics_by_handle() argument 47 aics_insts[i].cli.start_handle <= handle && in lookup_aics_by_handle() 48 aics_insts[i].cli.end_handle >= handle) { in lookup_aics_by_handle() 53 LOG_DBG("Could not find AICS instance with handle 0x%04x", handle); in lookup_aics_by_handle() 61 uint16_t handle = params->value_handle; in aics_client_notify_handler() local 70 inst = lookup_aics_by_handle(conn, handle); in aics_client_notify_handler() 81 if (handle == inst->cli.state_handle) { in aics_client_notify_handler() 95 } else if (handle == inst->cli.status_handle) { in aics_client_notify_handler() 103 } else if (handle == inst->cli.desc_handle) { in aics_client_notify_handler() 129 struct bt_aics *inst = lookup_aics_by_handle(conn, params->single.handle); in aics_client_read_state_cb() [all …]
|
D | bap_broadcast_assistant.c | 118 uint16_t handle) in lookup_index_by_handle() argument 121 if (inst->recv_state_handles[i] == handle) { in lookup_index_by_handle() 126 LOG_ERR("Unknown handle 0x%04x", handle); in lookup_index_by_handle() 350 static uint8_t parse_and_send_recv_state(struct bt_conn *conn, uint16_t handle, in parse_and_send_recv_state() argument 369 index = lookup_index_by_handle(inst, handle); in parse_and_send_recv_state() 390 uint16_t handle = read->single.handle; in broadcast_assistant_bap_ntf_read_func() local 408 LOG_DBG("handle 0x%04x", handle); in broadcast_assistant_bap_ntf_read_func() 432 parse_and_send_recv_state(conn, handle, att_buf.data, data_length, &recv_state); in broadcast_assistant_bap_ntf_read_func() 437 static void long_bap_read(struct bt_conn *conn, uint16_t handle) in long_bap_read() argument 472 inst->read_params.single.handle = handle; in long_bap_read() [all …]
|
D | mcc.c | 1011 uint16_t handle = params->value_handle; in mcs_notify_handler() local 1028 LOG_DBG("Notification, handle: %d", handle); in mcs_notify_handler() 1030 if (handle == mcs_inst->player_name_handle) { in mcs_notify_handler() 1034 } else if (handle == mcs_inst->track_changed_handle) { in mcs_notify_handler() 1052 } else if (handle == mcs_inst->track_title_handle) { in mcs_notify_handler() 1058 } else if (handle == mcs_inst->track_duration_handle) { in mcs_notify_handler() 1064 } else if (handle == mcs_inst->track_position_handle) { in mcs_notify_handler() 1070 } else if (handle == mcs_inst->playback_speed_handle) { in mcs_notify_handler() 1076 } else if (handle == mcs_inst->seeking_speed_handle) { in mcs_notify_handler() 1082 } else if (handle == mcs_inst->current_track_obj_id_handle) { in mcs_notify_handler() [all …]
|
/Zephyr-latest/boards/st/nucleo_h745zi_q/ |
D | board.cmake | 8 board_runner_args(openocd --target-handle=_CHIPNAME.cpu0) 10 board_runner_args(openocd --target-handle=_CHIPNAME.cpu1)
|
/Zephyr-latest/subsys/bluetooth/services/ots/ |
D | ots_client.c | 135 uint16_t handle, bt_gatt_read_func_t cb); 265 static struct bt_otc_internal_instance_t *lookup_inst_by_handle(uint16_t handle) in lookup_inst_by_handle() argument 269 otc_insts[i].otc_inst->start_handle <= handle && in lookup_inst_by_handle() 270 otc_insts[i].otc_inst->end_handle >= handle) { in lookup_inst_by_handle() 275 LOG_DBG("Could not find OTS instance with handle 0x%04x", handle); in lookup_inst_by_handle() 426 uint16_t handle = params->value_handle; in bt_ots_client_indicate_handler() local 433 inst = lookup_inst_by_handle(handle); in bt_ots_client_indicate_handler() 447 if (handle == inst->otc_inst->olcp_handle) { in bt_ots_client_indicate_handler() 449 } else if (handle == inst->otc_inst->oacp_handle) { in bt_ots_client_indicate_handler() 462 lookup_inst_by_handle(params->single.handle); in read_feature_cb() [all …]
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_mcux_lpi2c_rtio.c | 57 lpi2c_master_handle_t handle; member 168 &data->handle, transfer); in mcux_lpi2c_msg_start() 174 LPI2C_MasterTransferAbort(base, &data->handle); in mcux_lpi2c_msg_start() 226 LPI2C_MasterTransferAbort(base, &data->handle); in mcux_lpi2c_complete() 234 LPI2C_MasterTransferAbort(base, &data->handle); in mcux_lpi2c_complete() 258 lpi2c_master_handle_t *handle, in mcux_lpi2c_master_transfer_callback() argument 261 ARG_UNUSED(handle); in mcux_lpi2c_master_transfer_callback() 283 LPI2C_MasterTransferHandleIRQ(base, &data->handle); in mcux_lpi2c_isr() 317 LPI2C_MasterTransferCreateHandle(base, &data->handle, in mcux_lpi2c_init()
|
/Zephyr-latest/tests/bluetooth/common/testlib/src/ |
D | att_read.c | 150 enum bt_att_chan_opt bearer, uint16_t handle, in bt_testlib_att_read_by_handle_sync() argument 158 ctx.params.single.handle = handle; in bt_testlib_att_read_by_handle_sync() 173 enum bt_att_chan_opt bearer, uint16_t handle, uint16_t offset) in bt_testlib_gatt_long_read() argument 182 ctx.params.single.handle = handle; in bt_testlib_gatt_long_read() 222 *ctx->result_handle = attr->handle; in gatt_discover_service_cb() 315 *ctx->result_def_handle = attr->handle; in gatt_discover_char_cb() 330 *ctx->result_end_handle = (attr->handle - 1); in gatt_discover_char_cb()
|
/Zephyr-latest/include/zephyr/drivers/misc/ft8xx/ |
D | ft8xx_dl.h | 216 #define FT8XX_VERTEX2II(x, y, handle, cell) (0x80000000 | \ argument 219 (((uint32_t)(handle) & 0x1f) << 7) | \
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | isoal.h | 97 void *handle; member 258 uint16_t handle; member 330 const uint16_t handle, 362 const uint16_t handle 377 uint16_t handle; member 425 isoal_status_t isoal_sink_create(uint16_t handle, 460 isoal_status_t isoal_source_create(uint16_t handle,
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | gatt_cli.c | 107 attr->handle); in discover_func() 110 server->svc_start_handle = attr->handle; in discover_func() 113 server->discover.start_handle = attr->handle + 1; in discover_func() 122 server->data_in_handle = attr->handle + 1; in discover_func() 135 server->discover.start_handle = attr->handle + 2; in discover_func() 148 server->subscribe.ccc_handle = attr->handle; in discover_func() 149 server->subscribe.value_handle = attr->handle - 1; in discover_func()
|
/Zephyr-latest/subsys/net/ip/ |
D | udp_internal.h | 124 struct net_conn_handle **handle); 133 int net_udp_unregister(struct net_conn_handle *handle);
|
/Zephyr-latest/drivers/crypto/ |
D | Kconfig.stm32 | 16 int "Maximum of sessions STM32 crypto driver can handle" 21 can handle in parallel.
|
D | Kconfig.mcux_dcp | 15 int "Maximum number of sessions NXP DCP crypto driver can handle" 21 can handle in parallel.
|
/Zephyr-latest/tests/bluetooth/common/testlib/include/testlib/ |
D | att_read.h | 23 enum bt_att_chan_opt bearer, uint16_t handle, 28 enum bt_att_chan_opt bearer, uint16_t handle, uint16_t offset);
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | direction.c | 134 cp->handle = adv->handle; in hci_df_set_cl_cte_tx_params() 222 cp->handle = adv->handle; in hci_df_set_adv_cte_tx_enable() 304 cp->sync_handle = sys_cpu_to_le16(sync->handle); in prepare_cl_cte_rx_enable_cmd_params() 361 if (sync->handle != sys_le16_to_cpu(rp->sync_handle)) { in hci_df_set_cl_cte_rx_enable() 499 cp->handle = sys_cpu_to_le16(conn->handle); in prepare_conn_cte_tx_params_cmd() 558 if (conn->handle != sys_le16_to_cpu(rp->handle)) { in hci_df_set_conn_cte_tx_param() 595 cp->handle = sys_cpu_to_le16(conn->handle); in prepare_conn_cte_rx_enable_cmd_params() 653 if (conn->handle != sys_le16_to_cpu(rp->handle)) { in hci_df_set_conn_cte_rx_enable() 799 cp->handle = sys_cpu_to_le16(conn->handle); in prepare_conn_cte_req_enable_cmd_params() 837 if (conn->handle != sys_le16_to_cpu(rp->handle)) { in hci_df_set_conn_cte_req_enable() [all …]
|
D | iso.c | 116 uint16_t handle, len; in hci_iso() local 130 handle = sys_le16_to_cpu(hdr->handle); in hci_iso() 131 flags = bt_iso_flags(handle); in hci_iso() 133 iso(buf)->handle = bt_iso_handle(handle); in hci_iso() 136 BT_ISO_DATA_DBG("handle %u len %u flags %u", iso(buf)->handle, len, flags); in hci_iso() 144 iso = bt_conn_lookup_handle(iso(buf)->handle, BT_CONN_TYPE_ISO); in hci_iso() 146 LOG_ERR("Unable to find conn for handle %u", iso(buf)->handle); in hci_iso() 215 cp->handle = sys_cpu_to_le16(iso->handle); in hci_le_setup_iso_data_path() 233 if (rp->status || (sys_le16_to_cpu(rp->handle) != iso->handle)) { in hci_le_setup_iso_data_path() 583 BT_ISO_DATA_DBG("handle %u len %u flags 0x%02x pb 0x%02x ts 0x%02x", iso->handle, buf->len, in bt_iso_recv() [all …]
|
D | gatt_internal.h | 45 void bt_gatt_notification(struct bt_conn *conn, uint16_t handle, 51 static inline void bt_gatt_notification(struct bt_conn *conn, uint16_t handle, in bt_gatt_notification() argument
|
/Zephyr-latest/drivers/disk/ |
D | sdmmc_stm32.c | 200 static int stm32_sdmmc_configure_dma(DMA_HandleTypeDef *handle, struct sdmmc_dma_stream *dma) in stm32_sdmmc_configure_dma() argument 209 dma->cfg.user_data = handle; in stm32_sdmmc_configure_dma() 217 handle->Instance = __LL_DMA_GET_STREAM_INSTANCE(dma->reg, dma->channel_nb); in stm32_sdmmc_configure_dma() 218 handle->Init.Channel = dma->cfg.dma_slot * DMA_CHANNEL_1; in stm32_sdmmc_configure_dma() 219 handle->Init.PeriphInc = DMA_PINC_DISABLE; in stm32_sdmmc_configure_dma() 220 handle->Init.MemInc = DMA_MINC_ENABLE; in stm32_sdmmc_configure_dma() 221 handle->Init.PeriphDataAlignment = DMA_PDATAALIGN_WORD; in stm32_sdmmc_configure_dma() 222 handle->Init.MemDataAlignment = DMA_MDATAALIGN_WORD; in stm32_sdmmc_configure_dma() 223 handle->Init.Mode = DMA_PFCTRL; in stm32_sdmmc_configure_dma() 224 handle->Init.Priority = table_priority[dma->cfg.channel_priority], in stm32_sdmmc_configure_dma() [all …]
|
/Zephyr-latest/boards/arduino/opta/ |
D | board.cmake | 7 board_runner_args(openocd --target-handle=_CHIPNAME.cpu0) 10 board_runner_args(openocd --target-handle=_CHIPNAME.cpu1)
|
/Zephyr-latest/boards/native/common/sdl/ |
D | Kconfig | 17 Sleep interval time of SDL thread to handle events in milliseconds. 24 Priority of SDL thread to handle events.
|
/Zephyr-latest/boards/arduino/nicla_vision/ |
D | board.cmake | 6 board_runner_args(openocd --target-handle=_CHIPNAME.cpu0) 10 board_runner_args(openocd --target-handle=_CHIPNAME.cpu1)
|
/Zephyr-latest/boards/arduino/giga_r1/ |
D | board.cmake | 6 board_runner_args(openocd --target-handle=_CHIPNAME.cpu0) 10 board_runner_args(openocd --target-handle=_CHIPNAME.cpu1)
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/dut/src/ |
D | main.c | 153 attr->handle, in written_to() 244 uint16_t handle; in send_write_handle() local 245 uint8_t data[sizeof(handle)]; in send_write_handle() 249 handle = bt_gatt_attr_get_handle(attr); in send_write_handle() 250 sys_put_le16(handle, data); in send_write_handle()
|