Home
last modified time | relevance | path

Searched defs:handle (Results 76 – 100 of 196) sorted by relevance

12345678

/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dharness.py196 def handle(self, line): member in Robot
295 def handle(self, line): member in Console
680 def handle(self, line): member in Gtest
889 def handle(self, line): member in Test
Dhandlers.py342 def handle(self, harness): member in BinaryHandler
709 def handle(self, harness): member in DeviceHandler
1077 def handle(self, harness): member in QEMUHandler
1386 def handle(self, harness): member in QEMUWinHandler
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_sync_iso.c114 void lll_sync_iso_flush(uint8_t handle, struct lll_sync_iso *lll) in lll_sync_iso_flush()
753 uint16_t handle; in isr_rx() local
1495 uint16_t handle; in isr_rx_done() local
1753 uint16_t handle, struct node_rx_pdu *node_rx) in isr_rx_iso_data_valid()
1792 uint16_t handle, in isr_rx_iso_data_invalid()
/Zephyr-latest/subsys/fs/
Dfuse_fs_access.c40 static void release_file_handle(size_t handle) in release_file_handle()
121 ssize_t handle; in ffa_create_top() local
/Zephyr-latest/subsys/net/ip/
Dconnection.c336 struct net_conn_handle **handle) in net_conn_register()
439 int net_conn_unregister(struct net_conn_handle *handle) in net_conn_unregister()
462 int net_conn_update(struct net_conn_handle *handle, in net_conn_update()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/acl_tx_frag/src/
Dpeer.c103 static void subscribe(struct bt_conn *conn, uint16_t handle, bt_gatt_notify_func_t cb) in subscribe()
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_broadcast_assistant.c118 uint16_t 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()
390 uint16_t handle = read->single.handle; in broadcast_assistant_bap_ntf_read_func() local
437 static void long_bap_read(struct bt_conn *conn, uint16_t handle) in long_bap_read()
496 uint16_t handle = params->value_handle; in notify_handler() local
573 uint16_t handle = params->single.handle; in read_recv_state_cb() local
Dvocs_client.c40 static struct bt_vocs_client *lookup_vocs_by_handle(struct bt_conn *conn, uint16_t handle) in lookup_vocs_by_handle()
60 uint16_t handle = params->value_handle; in vocs_client_notify_handler() local
/Zephyr-latest/drivers/mdio/
Dmdio_nxp_imx_netc.c26 netc_mdio_handle_t handle; member
/Zephyr-latest/subsys/bluetooth/host/classic/
Dbr.c190 uint16_t handle = sys_le16_to_cpu(evt->handle); in bt_hci_synchronous_conn_complete() local
217 uint16_t handle = sys_le16_to_cpu(evt->handle); in bt_hci_conn_complete() local
599 uint16_t handle = sys_le16_to_cpu(evt->handle); in bt_hci_read_remote_features_complete() local
640 uint16_t handle = sys_le16_to_cpu(evt->handle); in bt_hci_read_remote_ext_features_complete() local
/Zephyr-latest/tests/subsys/rtio/rtio_api/src/
Dtest_rtio_api.c331 struct rtio_sqe *handle; in test_rtio_simple_cancel_() local
366 struct rtio_sqe *handle; in test_rtio_chain_cancel_() local
437 struct rtio_sqe *handle; in test_rtio_transaction_cancel_() local
478 struct rtio_sqe *handle; in test_rtio_simple_multishot_() local
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci_driver.c187 uint16_t handle; in sink_sdu_emit_hci() local
304 uint16_t handle; in process_prio_evt() local
342 uint16_t handle; in prio_recv_thread() local
/Zephyr-latest/drivers/spi/
Dspi_mcux_ecspi.c32 ecspi_master_handle_t handle; member
116 static void spi_mcux_master_transfer_callback(ECSPI_Type *base, ecspi_master_handle_t *handle, in spi_mcux_master_transfer_callback()
Dspi_mcux_flexio.c33 flexio_spi_master_handle_t handle; member
116 flexio_spi_master_handle_t *handle, status_t status, void *userData) in spi_mcux_master_transfer_callback()
Dspi_rv32m1_lpspi.c42 lpspi_master_handle_t handle; member
123 lpspi_master_handle_t *handle, in spi_mcux_master_transfer_callback()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc/src/
Dmain.c212 uint16_t handle, in subscribe()
253 uint16_t handle; in connect_and_subscribe() local
/Zephyr-latest/include/zephyr/drivers/misc/ft8xx/
Dft8xx_dl.h216 #define FT8XX_VERTEX2II(x, y, handle, cell) (0x80000000 | \ argument
/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/src/
Dnature_dsp_wrapper.c52 bqriir32x32_df1_handle_t handle; in real_block_iir_32() local
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dlll_conn_iso.h32 uint16_t handle; /* CIS handle */ member
83 uint16_t handle; /* CIG handle (internal) */ member
Dull_adv_aux.c90 uint8_t ll_adv_aux_random_addr_set(uint8_t handle, uint8_t const *const addr) in ll_adv_aux_random_addr_set()
109 uint8_t ll_adv_aux_ad_data_set(uint8_t handle, uint8_t op, uint8_t frag_pref, in ll_adv_aux_ad_data_set()
727 uint8_t ll_adv_aux_sr_data_set(uint8_t handle, uint8_t op, uint8_t frag_pref, in ll_adv_aux_sr_data_set()
1333 uint8_t ll_adv_aux_set_remove(uint8_t handle) in ll_adv_aux_set_remove()
1412 uint8_t handle; in ll_adv_aux_set_clear() local
1457 for (uint8_t handle = 0; handle < BT_CTLR_ADV_SET; ++handle) { in ull_adv_aux_chm_update() local
2733 struct ll_adv_aux_set *ull_adv_aux_get(uint8_t handle) in ull_adv_aux_get()
Dull_adv_sync.c132 uint8_t ll_adv_sync_param_set(uint8_t handle, uint16_t interval, uint16_t flags) in ll_adv_sync_param_set()
244 uint8_t handle = sync_handle_get(sync); in ull_adv_sync_iso_created() local
253 uint8_t ll_adv_sync_ad_data_set(uint8_t handle, uint8_t op, uint8_t len, in ll_adv_sync_ad_data_set()
380 uint8_t ll_adv_sync_enable(uint8_t handle, uint8_t enable) in ll_adv_sync_enable()
694 uint8_t handle; in ull_adv_sync_reset() local
737 struct ll_adv_sync_set *ull_adv_sync_get(uint8_t handle) in ull_adv_sync_get()
921 uint8_t handle; in ull_adv_sync_chm_update() local
2543 static uint8_t sync_chm_update(uint8_t handle)
/Zephyr-latest/drivers/i2c/
Di2c_mcux.c37 i2c_master_handle_t handle; member
98 i2c_master_handle_t *handle, in i2c_mcux_master_transfer_callback()
/Zephyr-latest/tests/bluetooth/gatt/src/
Dmain.c330 static uint8_t count_attr(const struct bt_gatt_attr *attr, uint16_t handle, in count_attr()
340 static uint8_t find_attr(const struct bt_gatt_attr *attr, uint16_t handle, in find_attr()
/Zephyr-latest/drivers/counter/
Dcounter_gecko_stimer.c72 static void alarm_callback(sl_sleeptimer_timer_handle_t *handle, void *data) in alarm_callback()
86 static void top_callback(sl_sleeptimer_timer_handle_t *handle, void *data) in top_callback()
/Zephyr-latest/samples/subsys/zbus/work_queue/src/
Dmain.c71 uint8_t handle; member

12345678