Home
last modified time | relevance | path

Searched refs:handle (Results 451 – 475 of 720) sorted by relevance

1...<<11121314151617181920>>...29

/Zephyr-latest/subsys/emul/
DKconfig22 handle these situations correctly. Test coverage can therefore
/Zephyr-latest/subsys/mgmt/mcumgr/smp_client/
DKconfig36 Define how many active requests that the client can handle
/Zephyr-latest/boards/nxp/imx8mm_evk/
Dimx8mm_evk_mimx8mm6_a53.dts49 phy-handle = <&phy>;
/Zephyr-latest/boards/nxp/imx8mn_evk/
Dimx8mn_evk_mimx8mn6_a53.dts49 phy-handle = <&phy>;
/Zephyr-latest/boards/nxp/imx8mp_evk/
Dimx8mp_evk_mimx8ml8_a53.dts50 phy-handle = <&phy>;
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_filter.c789 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()
Dull_scan_aux.c356 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/
DKconfig48 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/
Ddomctl.h34 xen_domain_handle_t handle; member
144 xen_domain_handle_t handle; member
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/
DKconfig172 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/
Dmain.c134 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/
Dlog_output_syst.c409 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/
DKconfig.at4513 This driver can handle several instances of AT45 family chips that
/Zephyr-latest/drivers/spi/
Dspi_mcux_flexcomm.c63 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/
Dtest_harness.py60 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/
DKconfig137 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/
Dmimxrt1170_evk.dtsi105 phy-handle = <&phy>;
134 phy-handle = <&enet1g_phy>;
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/
DKconfig93 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/
Dmain.c65 struct rtio_sqe *handle; in print_stream() local
82 sensor_stream(iodev, &stream_ctx, NULL, &handle); in print_stream()
/Zephyr-latest/drivers/counter/
Dcounter_gecko_stimer.c72 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/
Dcrypto_ataes132a.c679 __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/
Dmain.c230 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/
Dlll_central.c191 if (lll_preempt_calc(ull, (TICKER_ID_CONN_BASE + lll->handle), in prepare_cb()
/Zephyr-latest/drivers/sensor/wsen/wsen_pdus_25131308XXXXX/
Dwsen_pdus_25131308XXXXX.c136 data->sensor_interface.handle = (void *)&config->bus_cfg.i2c; in pdus_25131308XXXXX_init()
/Zephyr-latest/tests/bluetooth/df/connection_cte_tx_params/src/
Dtest_set_conn_cte_tx_params.c71 cp->handle = sys_cpu_to_le16(conn_handle); in send_set_conn_cte_tx_params()

1...<<11121314151617181920>>...29