Home
last modified time | relevance | path

Searched refs:handle (Results 501 – 525 of 720) sorted by relevance

1...<<212223242526272829

/Zephyr-latest/include/zephyr/acpi/
Dacpi.h40 ACPI_HANDLE handle; member
/Zephyr-latest/boards/segger/ip_k66f/
Dip_k66f.dts112 phy-handle = <&phy>;
/Zephyr-latest/tests/bluetooth/df/connection_cte_req/src/
Dtest_cte_req_enable.c73 cp->handle = sys_cpu_to_le16(conn_handle); in send_conn_cte_req_enable()
Dtest_cte_set_rx_params.c58 cp->handle = sys_cpu_to_le16(conn_handle); in send_set_conn_cte_rx_params()
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dhandlers.py234 harness.handle(stripped_line)
342 def handle(self, harness): member in BinaryHandler
473 harness.handle(sl)
709 def handle(self, harness): member in DeviceHandler
1010 harness.handle(line)
1077 def handle(self, harness): member in QEMUHandler
1354 harness.handle(line)
1386 def handle(self, harness): member in QEMUWinHandler
/Zephyr-latest/drivers/sensor/wsen/wsen_pads_2511020213301/
Dwsen_pads_2511020213301.c352 data->sensor_interface.handle = (void *)&config->bus_cfg.i2c; in pads_2511020213301_init()
361 data->sensor_interface.handle = (void *)&config->bus_cfg.spi; in pads_2511020213301_init()
/Zephyr-latest/boards/nxp/mimxrt1060_evk/
Dmimxrt1060_evk.dtsi155 phy-handle = <&phy>;
188 phy-handle = <&usbphy1>;
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_peripheral_iso.c113 void lll_peripheral_iso_flush(uint16_t handle, struct lll_conn_iso_stream *lll) in lll_peripheral_iso_flush() argument
115 ARG_UNUSED(handle); in lll_peripheral_iso_flush()
335 overhead = lll_preempt_calc(ull, (TICKER_ID_CONN_ISO_BASE + cig_lll->handle), in prepare_cb()
365 ull_iso_lll_ack_enqueue(cis_lll->handle, tx); in prepare_cb()
541 trx_performed_bitmask |= (1U << LL_CIS_IDX_FROM_HANDLE(cis_lll->handle)); in isr_rx()
610 node_rx->hdr.handle = cis_lll->handle; in isr_rx()
/Zephyr-latest/tests/net/ipv4_fragment/src/
Dmain.c530 static struct net_conn_handle *handle; in setup_udp_handler() local
542 udp_data_received, NULL, &handle); in setup_udp_handler()
550 static struct net_conn_handle *handle; in setup_tcp_handler() local
562 remote_port, NULL, tcp_data_received, NULL, &handle); in setup_tcp_handler()
/Zephyr-latest/subsys/bluetooth/audio/
DKconfig.ascs58 int "Milliseconds of timeout when handle concurrent access to the long read ASE buffer"
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp_common.c144 if (cis && cis->lll.handle == cis_handle) { in llcp_cis_stop_by_id()
401 ntf->hdr.handle = conn->lll.handle; in lp_comm_ntf()
1160 ntf->hdr.handle = conn->lll.handle;
/Zephyr-latest/drivers/ethernet/
Deth_nxp_enet.c584 static void eth_callback(ENET_Type *base, enet_handle_t *handle, argument
611 #define ENET_IRQ_HANDLER_ARGS(base, handle) base, handle, 0 argument
613 #define ENET_IRQ_HANDLER_ARGS(base, handle) base, handle argument
/Zephyr-latest/subsys/net/lib/http/
DKconfig61 This setting determines the maximum number of HTTP/2 clients that the server can handle at once.
161 handler that is called after upgrading to handle the Websocket network
171 string matches, one resource handler could handle multiple URLs.
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_peripheral.c239 if (lll_preempt_calc(ull, (TICKER_ID_CONN_BASE + lll->handle), in prepare_cb()
/Zephyr-latest/boards/atmel/sam0/same54_xpro/
Dsame54_xpro.dts139 phy-handle = <&phy>;
/Zephyr-latest/boards/nxp/mimxrt700_evk/
Dmimxrt700_evk_mimxrt798s_cm33_cpu0.dts160 phy-handle = <&usbphy>;
/Zephyr-latest/doc/connectivity/networking/api/
Dwebsocket.rst65 When done, the Websocket transport socket must be closed. User should handle
/Zephyr-latest/cmake/bintools/armclang/
Dtarget_bintools.cmake26 # mwdt doesn't handle rename, consider adjusting abstraction.
/Zephyr-latest/samples/bluetooth/channel_sounding/src/
Dcs_test_reflector.c230 write_params.handle = step_data_attr_handle; in main()
/Zephyr-latest/lib/utils/
DKconfig65 handle UTF-8 encoded strings.
/Zephyr-latest/doc/kernel/services/smp/
Dsmp.rst179 handle the newly-runnable load.
326 handle to the context to which it should switch, and the second is a
327 pointer to such a handle into which it should store the handle
336 is either the interrupted thread's "handle" reflecting the same opaque type
338 to the scheduler just yet. The choice between a handle value or NULL
349 In the former case it is up to that switch code to store the handle
354 thread state may pass that thread's handle directly to
/Zephyr-latest/modules/openthread/platform/
Dble.c191 LOG_DBG("Received data, handle %" PRIu16 ", len %" PRIu16, attr->handle, len); in on_receive()
255 LOG_DBG("Send data, handle %d, len %d", attr->handle, aPacket->mLength); in otPlatBleGattServerIndicate()
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/
Dtest_bis.c135 bool ll_data_path_sink_create(uint16_t handle, struct ll_iso_datapath *datapath, in ll_data_path_sink_create() argument
140 ARG_UNUSED(handle); in ll_data_path_sink_create()
870 err = ll_big_sync_create(big_handle, sync->handle, encryption, bcode, in test_iso_recv_main()
898 err = ll_big_sync_create(big_handle, sync->handle, encryption, bcode, in test_iso_recv_main()
/Zephyr-latest/drivers/sensor/wsen/wsen_hids_2525020210002/
Dwsen_hids_2525020210002.c206 data->sensor_interface.handle = (void *)&config->bus_cfg.i2c; in hids_2525020210002_init()
/Zephyr-latest/soc/andestech/ae350/
DKconfig119 Support Andes V5 I/O Coherence Port to handle cache coherency

1...<<212223242526272829