Home
last modified time | relevance | path

Searched refs:func (Results 351 – 375 of 513) sorted by relevance

1...<<1112131415161718192021

/Zephyr-4.1.0/subsys/bluetooth/host/
Dconn_internal.h540 const char *func, int line);
560 const char *func, int line);
/Zephyr-4.1.0/samples/bluetooth/periodic_adv_rsp/src/
Dmain.c329 discover_params.func = discover_func; in main()
353 write_params.func = write_func; in main()
/Zephyr-4.1.0/include/zephyr/portability/
Dcmsis_os2.h368 osThreadId_t osThreadNew(osThreadFunc_t func, void *argument, const osThreadAttr_t *attr);
494 osTimerId_t osTimerNew(osTimerFunc_t func, osTimerType_t type, void *argument, const osTimerAttr_t …
/Zephyr-4.1.0/doc/hardware/arch/
Darc-support-status.rst100 sections with calls to :c:func:`arc_vpx_lock` and :c:func:`arc_vpx_unlock` to
Dsemihost.rst58 directly with :c:func:`semihost_exec` with one of the instructions defined
/Zephyr-4.1.0/doc/services/device_mgmt/smp_groups/
Dsmp_group_2.rst27 :c:macro:`STATS_INIT_AND_REG` macro or :c:func:`stats_init_and_reg` function
140 :c:macro:`STATS_INIT_AND_REG` macro or :c:func:`stats_init_and_reg` function
/Zephyr-4.1.0/doc/kernel/services/synchronization/
Dmutexes.rst98 It must then be initialized by calling :c:func:`k_mutex_init`.
120 A mutex is locked by calling :c:func:`k_mutex_lock`.
143 A mutex is unlocked by calling :c:func:`k_mutex_unlock`.
/Zephyr-4.1.0/doc/connectivity/bluetooth/api/mesh/
Dcore.rst22 :c:func:`bt_mesh_lpn_poll`. The LPN operation parameters, including poll
50 by calling :c:func:`bt_mesh_rpl_pending_store`. This is up to the node to decide,
60 calling :c:func:`bt_mesh_rpl_pending_store` may reduce a risk of security
/Zephyr-4.1.0/tests/bsim/bluetooth/host/gatt/sc_indicate/src/
Dcentral.c131 discover_params.func = discover_func; in gatt_discover()
/Zephyr-4.1.0/doc/releases/
Drelease-notes-3.3.rst226 | :c:func:`zephyr_smp_transport_init` | :c:func:`smp_transport_init` |
228 | :c:func:`zephyr_smp_rx_req` | :c:func:`smp_rx_req` |
230 | :c:func:`zephyr_smp_alloc_rsp` | :c:func:`smp_alloc_rsp` |
232 | :c:func:`zephyr_smp_free_buf` | :c:func:`smp_free_buf` |
243 | :c:func:`zephyr_smp_transport_out_fn` | :c:func:`smp_transport_out_fn` |
245 | :c:func:`zephyr_smp_transport_get_mtu_fn` | :c:func:`smp_transport_get_mtu_fn` |
247 | :c:func:`zephyr_smp_transport_ud_copy_fn` | :c:func:`smp_transport_ud_copy_fn` |
249 | :c:func:`zephyr_smp_transport_ud_free_fn` | :c:func:`smp_transport_ud_free_fn` |
271 :c:func:`settings_mount_fs_backend` in favor of :c:func:`settings_mount_file_backend`
282 * PCIe APIs :c:func:`pcie_probe` and :c:func:`pcie_bdf_lookup` have been
[all …]
/Zephyr-4.1.0/doc/kernel/services/
Dinterrupts.rst56 provides the :c:func:`k_is_in_isr` API to allow the routine to
231 :c:macro:`IRQ_CONNECT` or :c:func:`irq_connect_dynamic`), the interrupt line will
239 interrupts using :c:macro:`IRQ_CONNECT` and :c:func:`irq_connect_dynamic` as
243 allow users to dynamically disconnect ISRs using :c:func:`irq_disconnect_dynamic`.
257 then be enabled by calling :c:func:`irq_enable`.
291 :c:func:`irq_connect_dynamic`. It is used in exactly the same way as
403 If dynamic interrupts are enabled, :c:func:`irq_connect_dynamic` will allow sharing interrupts
448 The :c:func:`irq_disconnect_dynamic` call will result in interrupt 24 becoming
504 void *func;
590 lines. Whenever an interrupt line becomes shared, :c:func:`z_shared_isr` will
[all …]
/Zephyr-4.1.0/tests/subsys/logging/log_switch_format/src/
Dmain.c164 output->func((uint8_t *)buffer, sizeof(buffer), (void *)output); in custom_formatting()
/Zephyr-4.1.0/subsys/bluetooth/audio/
Dcap_internal.h224 int bt_cap_common_discover(struct bt_conn *conn, bt_cap_common_discover_func_t func);
Dcsip_set_coordinator.c565 client->write_params.func = cb; in csip_set_coordinator_write_set_lock()
588 client->read_params.func = csip_set_coordinator_discover_insts_read_sirk_cb; in read_sirk()
623 client->read_params.func = cb; in csip_set_coordinator_read_set_size()
658 client->read_params.func = cb; in csip_set_coordinator_read_rank()
697 client->discover_params.func = discover_func; in discover_func()
802 client->discover_params.func = discover_func; in primary_discover_func()
1308 client->read_params.func = csip_set_coordinator_read_lock_cb; in csip_set_coordinator_read_set_lock()
1455 client->discover_params.func = primary_discover_func; in bt_csip_set_coordinator_discover()
Dbap_scan_delegator.c1643 void bt_bap_scan_delegator_foreach_state(bt_bap_scan_delegator_state_func_t func, void *user_data) in bt_bap_scan_delegator_foreach_state() argument
1649 stop = func(&scan_delegator.recv_states[i].state, user_data); in bt_bap_scan_delegator_foreach_state()
1659 bt_bap_scan_delegator_state_func_t func; member
1670 found = param->func(recv_state, param->user_data); in scan_delegator_state_find_state_cb()
1681 bt_bap_scan_delegator_find_state(bt_bap_scan_delegator_state_func_t func, void *user_data) in bt_bap_scan_delegator_find_state() argument
1685 .func = func, in bt_bap_scan_delegator_find_state()
Dpacs.c201 static void foreach_cap(sys_slist_t *list, bt_pacs_cap_foreach_func_t func, in foreach_cap() argument
207 if (!func(cap, user_data)) { in foreach_cap()
1047 params.func = pacs_gatt_notify_complete_cb; in pacs_gatt_notify()
1290 void bt_pacs_cap_foreach(enum bt_audio_dir dir, bt_pacs_cap_foreach_func_t func, void *user_data) in bt_pacs_cap_foreach() argument
1294 CHECKIF(func == NULL) { in bt_pacs_cap_foreach()
1304 foreach_cap(pac, func, user_data); in bt_pacs_cap_foreach()
/Zephyr-4.1.0/subsys/bluetooth/host/classic/
Dl2cap_br_internal.h205 const char *func, int line);
/Zephyr-4.1.0/subsys/logging/backends/
Dlog_backend_ble.c128 .func = NULL, in line_out()
/Zephyr-4.1.0/soc/cdns/dc233c/include/
Dxtensa-dc233c.ld128 #define LIB_OBJ_FUNC_IN_SECT(library, obj_file, func) \ argument
129 *##library##:##obj_file##(.literal.##func .text.##func) \
/Zephyr-4.1.0/tests/bsim/bluetooth/audio/src/
Dhas_client_test.c488 discover_params.func = discover_features_cb; in discover_and_subscribe_features()
554 discover_params.func = discover_active_preset_index_cb; in discover_and_subscribe_active_preset_index()
619 discover_params.func = discover_control_point_cb; in discover_and_subscribe_control_point()
/Zephyr-4.1.0/tests/kernel/timer/timer_api/src/
Dtimer_convert.c28 void *func; member
245 uint32_t (*convert)(uint32_t) = (uint32_t (*)(uint32_t)) t->func; in test_conversion()
256 uint64_t (*convert)(uint64_t) = (uint64_t (*)(uint64_t)) t->func; in test_conversion()
/Zephyr-4.1.0/scripts/tests/twister/
Dtest_jobserver.py327 assert job.release_func.func == expected_func.func
/Zephyr-4.1.0/subsys/bluetooth/host/classic/shell/
Dbredr.c491 .func = sdp_hfp_ag_user,
498 .func = sdp_a2src_user,
/Zephyr-4.1.0/lib/acpi/
Dacpi.c744 dmar_foreach_subtable_func_t func, void *arg) in acpi_dmar_foreach_subtable() argument
757 func(subtable, arg); in acpi_dmar_foreach_subtable()
764 dmar_foreach_devscope_func_t func, void *arg) in acpi_dmar_foreach_devscope() argument
778 func(devscope, arg); in acpi_dmar_foreach_devscope()
/Zephyr-4.1.0/subsys/ipc/ipc_service/lib/
Dipc_static_vrings.c100 vr->vdev.func = &dispatch; in vq_setup()

1...<<1112131415161718192021