/Zephyr-latest/subsys/emul/ |
D | Kconfig | 22 handle these situations correctly. Test coverage can therefore
|
/Zephyr-latest/subsys/mgmt/mcumgr/smp_client/ |
D | Kconfig | 36 Define how many active requests that the client can handle
|
/Zephyr-latest/boards/nxp/imx8mm_evk/ |
D | imx8mm_evk_mimx8mm6_a53.dts | 49 phy-handle = <&phy>;
|
/Zephyr-latest/boards/nxp/imx8mn_evk/ |
D | imx8mn_evk_mimx8mn6_a53.dts | 49 phy-handle = <&phy>;
|
/Zephyr-latest/boards/nxp/imx8mp_evk/ |
D | imx8mp_evk_mimx8ml8_a53.dts | 50 phy-handle = <&phy>;
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_filter.c | 789 uint8_t handle; in ull_filter_rpa_update() local 791 for (handle = 0U; handle < BT_CTLR_ADV_SET; handle++) { in ull_filter_rpa_update() 794 adv = ull_adv_is_enabled_get(handle); in ull_filter_rpa_update() 1490 uint16_t handle; in conn_rpa_update() local 1492 for (handle = 0U; handle < CONFIG_BT_MAX_CONN; handle++) { in conn_rpa_update() 1493 struct ll_conn *conn = ll_connected_get(handle); in conn_rpa_update()
|
D | ull_scan_aux.c | 356 rx->hdr.handle = ull_sync_handle_get(sync); in ull_scan_aux_setup() 380 rx->hdr.handle = ull_sync_handle_get(ull_sync); in ull_scan_aux_setup() 555 ull_sync_chm_update(rx->hdr.handle, ptr, acad_len); in ull_scan_aux_setup() 1057 struct ll_scan_aux_set *ull_scan_aux_set_get(uint8_t handle) in ull_scan_aux_set_get() argument 1059 if (handle >= CONFIG_BT_CTLR_SCAN_AUX_SET) { in ull_scan_aux_set_get() 1063 return &ll_scan_aux_pool[handle]; in ull_scan_aux_set_get() 1189 rx->hdr.handle = ull_sync_handle_get(sync); in ull_scan_aux_release() 1485 rx->hdr.handle = ull_sync_handle_get(sync); in aux_sync_incomplete() 1756 rx->hdr.handle = ull_sync_handle_get(sync); in ull_scan_aux_setup() 1780 rx->hdr.handle = ull_sync_handle_get(ull_sync); in ull_scan_aux_setup() [all …]
|
/Zephyr-latest/drivers/sensor/st/lis2dh/ |
D | Kconfig | 48 Priority of thread used by the driver to handle interrupts. 55 Stack size of thread used by the driver to handle interrupts.
|
/Zephyr-latest/include/zephyr/xen/public/ |
D | domctl.h | 34 xen_domain_handle_t handle; member 144 xen_domain_handle_t handle; member
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/ |
D | Kconfig | 172 int "File handle semaphore take time (ms)" 175 Maximum time (in ms) to acquire the file handle semaphore when a file 183 int "Automatic file handle close time (ms)" 188 file handle cleaned up. Each access to the file will reset the idle
|
/Zephyr-latest/tests/net/udp/src/ |
D | main.c | 134 void *handle; member 503 user_data.handle = handlers[i++]; \ in ZTEST() 521 ret = net_udp_unregister(ud->handle); \ in ZTEST() 523 printk("UDP unregister %p failed (%d)\n", ud->handle, \ in ZTEST()
|
/Zephyr-latest/subsys/logging/ |
D | log_output_syst.c | 409 static void update_systh_platform_data(struct mipi_syst_handle *handle, argument 414 handle->systh_platform.flag = (mipi_syst_u32)flag; 415 handle->systh_platform.log_output = (struct log_output *)log_output; 431 static void update_handle_origin_unit(struct mipi_syst_handle *handle, argument 434 handle->systh_tag.et_modunit =
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.at45 | 13 This driver can handle several instances of AT45 family chips that
|
/Zephyr-latest/drivers/spi/ |
D | spi_mcux_flexcomm.c | 63 spi_master_handle_t handle; member 133 status = SPI_MasterTransferNonBlocking(base, &data->handle, &transfer); in spi_mcux_transfer_next_packet() 145 SPI_MasterTransferHandleIRQ(base, &data->handle); in spi_mcux_isr() 149 spi_master_handle_t *handle, status_t status, void *userData) in spi_mcux_transfer_callback() argument 259 SPI_MasterTransferCreateHandle(base, &data->handle, in spi_mcux_configure() 291 SPI_SlaveTransferCreateHandle(base, &data->handle, in spi_mcux_configure()
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_harness.py | 60 harness.handle(line) 334 handler.handle(line) 515 console.handle(line) 519 console.handle(line1) 520 console.handle(line2) 523 console.handle(line) 810 test_obj.handle(line)
|
/Zephyr-latest/drivers/sensor/adi/adxl367/ |
D | Kconfig | 137 Priority of thread used by the driver to handle interrupts. 144 Stack size of thread used by the driver to handle interrupts.
|
/Zephyr-latest/boards/nxp/mimxrt1170_evk/ |
D | mimxrt1170_evk.dtsi | 105 phy-handle = <&phy>; 134 phy-handle = <&enet1g_phy>;
|
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/ |
D | Kconfig | 93 packet. This must be big enough to handle the biggest possible 102 packet. This must be big enough to handle the biggest possible
|
/Zephyr-latest/samples/sensor/stream_fifo/src/ |
D | main.c | 65 struct rtio_sqe *handle; in print_stream() local 82 sensor_stream(iodev, &stream_ctx, NULL, &handle); in print_stream()
|
/Zephyr-latest/drivers/counter/ |
D | counter_gecko_stimer.c | 72 static void alarm_callback(sl_sleeptimer_timer_handle_t *handle, void *data) in alarm_callback() argument 86 static void top_callback(sl_sleeptimer_timer_handle_t *handle, void *data) in top_callback() argument
|
/Zephyr-latest/drivers/crypto/ |
D | crypto_ataes132a.c | 679 __ASSERT_NO_MSG(*(uint8_t *)ctx->key.handle == key_id); in do_ccm_encrypt_mac() 728 __ASSERT_NO_MSG(*(uint8_t *)ctx->key.handle == key_id); in do_ccm_decrypt_auth() 772 __ASSERT_NO_MSG(*(uint8_t *)ctx->key.handle == key_id); in do_block() 801 uint8_t key_id = *((uint8_t *)ctx->key.handle); in ataes132a_session_setup()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/central/src/ |
D | main.c | 230 LOG_INF("[ATTRIBUTE] handle %u", attr->handle); in discover_func() 243 conn_info_ref->discover_params.start_handle = attr->handle + 1; in discover_func() 257 conn_info_ref->discover_params.start_handle = attr->handle + 2; in discover_func() 271 conn_info_ref->subscribe_params.ccc_handle = attr->handle; in discover_func()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/ |
D | lll_central.c | 191 if (lll_preempt_calc(ull, (TICKER_ID_CONN_BASE + lll->handle), in prepare_cb()
|
/Zephyr-latest/drivers/sensor/wsen/wsen_pdus_25131308XXXXX/ |
D | wsen_pdus_25131308XXXXX.c | 136 data->sensor_interface.handle = (void *)&config->bus_cfg.i2c; in pdus_25131308XXXXX_init()
|
/Zephyr-latest/tests/bluetooth/df/connection_cte_tx_params/src/ |
D | test_set_conn_cte_tx_params.c | 71 cp->handle = sys_cpu_to_le16(conn_handle); in send_set_conn_cte_tx_params()
|