/Zephyr-latest/drivers/pcie/host/ |
D | pcie.c | 381 for (uint8_t func = 0; func <= PCIE_MAX_FUNC; func++) { in scan_dev() local 382 pcie_bdf_t bdf = PCIE_BDF(bus, dev, func); in scan_dev() 420 if (func == 0 && !PCIE_CONF_MULTIFUNCTION(type)) { in scan_dev()
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | sockets.rst | 37 :c:func:`zsock_socket` and :c:func:`zsock_close`. If the config option 86 secure sockets. See :c:func:`tls_credential_add` for more information. 181 A function compatible with :c:func:`socket` API, used to create an 188 descriptor using :c:func:`zvfs_reserve_fd` function. Any additional actions, 192 be finalized with :c:func:`zvfs_finalize_typed_fd`, or :c:func:`zvfs_finalize_fd` 198 that the interface is offloaded with :c:func:`net_if_socket_offload_set` 206 When application creates a new socket with :c:func:`socket` function, the 231 As the :c:func:`socket` function does not allow to specify which network 246 :c:func:`setsockopt` function:
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_core.c | 431 .func = supported_commands, 437 .func = supported_services, 443 .func = register_service, 449 .func = unregister_service,
|
D | btp_l2cap.c | 632 .func = supported_commands, 637 .func = connect, 642 .func = disconnect, 647 .func = send_data, 652 .func = listen, 657 .func = reconfigure, 662 .func = credits, 667 .func = disconnect_eatt_chans,
|
/Zephyr-latest/doc/services/ |
D | formatted_output.rst | 13 :c:func:`printk` and for Zephyr's internal minimal libc, but with 18 The :c:func:`cbprintf` public APIs convert C99 format strings and 23 :c:func:`snprintfcb()` to avoid pulling in libc implementations. 40 the very space-optimized but limited formatter used for :c:func:`printk` 79 * runtime - using :c:func:`cbprintf_package` or :c:func:`cbvprintf_package`. This 93 generated by :c:func:`cbprintf_package_convert` called with 111 :c:func:`cbprintf_package_copy` is used to calculate space needed for the new 122 be appended later by :c:func:`cbprinf_package_convert`). Finally, package, optionally,
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.7.rst | 153 * Deprecated the :c:func:`can_calc_prescaler` API function, as it allows for bitrate 156 * Deprecated the :c:func:`can_get_min_bitrate` and :c:func:`can_get_max_bitrate` API functions in 157 favor of :c:func:`can_get_bitrate_min` and :c:func:`can_get_bitrate_max`. 213 * Deprecated :c:func:`spi_is_ready` API function has been removed. 214 * Deprecated :c:func:`spi_transceive_async` API function has been removed. 215 * Deprecated :c:func:`spi_read_async` API function has been removed. 216 * Deprecated :c:func:`spi_write_async` API function has been removed. 267 * Fixed an issue where :c:func:`arch_user_string_nlen` accessing unmapped memory resulted 273 * Added :c:func:`k_uptime_seconds` function to simplify ``k_uptime_get() / 1000`` usage. 275 * Added :c:func:`k_realloc`, that uses kernel heap to implement traditional :c:func:`realloc` [all …]
|
D | release-notes-4.1.rst | 101 * The ``can_get_min_bitrate()`` (replaced by :c:func:`can_get_bitrate_min`) 102 and ``can_get_max_bitrate()`` (replaced by :c:func:`can_get_bitrate_max`) 116 and only supported 8-bit depth to :c:func:`video_bits_per_pixel()` returning 140 * the :c:func:`bt_le_set_auto_conn` API function. Application developers can achieve 146 * Deprecated the :c:func:`stream_flash_erase_page` from Stream Flash API. The same functionality 147 can be achieved using :c:func:`flash_area_erase` or :c:func:`flash_erase`. Nevertheless 209 * :c:func:`bt_bap_broadcast_source_register_cb` 210 * :c:func:`bt_bap_broadcast_source_unregister_cb` 211 * :c:func:`bt_cap_commander_distribute_broadcast_code` 213 * :c:func:`bt_pacs_register` [all …]
|
D | release-notes-3.1.rst | 25 * LoRaWAN: The message type parameter in :c:func:`lorawan_send` was changed 38 like :c:func:`DT_NODE_HAS_COMPAT`. Now the function does not take into account 52 * :c:func:`can_set_mode()` 53 * :c:func:`can_calc_timing()` 54 * :c:func:`can_calc_timing_data()` 55 * :c:func:`can_set_bitrate()` 56 * :c:func:`can_get_max_filters()` 58 * Changed :c:func:`can_set_bitrate()` to use a sample point of 75.0% for bitrates over 800 kbit/s, 63 * :c:func:`can_set_timing()` split into :c:func:`can_set_timing()` and 64 :c:func:`can_set_timing_data()`. [all …]
|
/Zephyr-latest/tests/drivers/tee/optee/src/ |
D | main.c | 193 invoke_arg.func = 12; in ZTEST() 209 invoke_arg.func = 12; in ZTEST() 482 invoke_arg.func = 12; in ZTEST() 567 uint32_t func; in supp_thread_comm() local 572 ret = tee_suppl_recv(dev, &func, &num_params, params); in supp_thread_comm() 579 if (func != 555 || num_params != 2) { in supp_thread_comm() 580 printk("Unexpected func & num_params %d %d\n", func, num_params); in supp_thread_comm() 629 invoke_arg.func = 12; in ZTEST() 721 uint32_t func; in supp_thread_alloc() local 726 ret = tee_suppl_recv(dev, &func, &num_params, params); in supp_thread_alloc() [all …]
|
/Zephyr-latest/arch/x86/core/intel64/ |
D | irq.c | 88 void (*func)(const void *arg), in z_x86_irq_connect_on_vector() 92 x86_irq_funcs[vector - IV_IRQS] = func; in z_x86_irq_connect_on_vector()
|
/Zephyr-latest/doc/kernel/memory_management/ |
D | shared_multi_heap.rst | 17 using :c:func:`shared_multi_heap_pool_init()` and add the memory regions to 18 the pool with :c:func:`shared_multi_heap_add()`, possibly gathering the 60 capability, it can use :c:func:`shared_multi_heap_alloc()` (or the aligned
|
/Zephyr-latest/tests/bluetooth/host/id/bt_id_add/src/ |
D | main.c | 131 void bt_le_ext_adv_foreach_custom_fake(void (*func)(struct bt_le_ext_adv *adv, void *data), in bt_le_ext_adv_foreach_custom_fake() 136 __ASSERT_NO_MSG(func != NULL); in bt_le_ext_adv_foreach_custom_fake() 142 func(&adv_params, data); in bt_le_ext_adv_foreach_custom_fake()
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | brg_cfg.rst | 72 Server model on the target node, using the :c:func:`bt_mesh_brg_cfg_cli_set` function. 79 Server model on the target node, calling the :c:func:`bt_mesh_brg_cfg_cli_table_add` or 80 :c:func:`bt_mesh_brg_cfg_cli_table_remove` functions. 92 message to the Bridge Configuration Server using the :c:func:`bt_mesh_brg_cfg_cli_get` function. 96 the :c:func:`bt_mesh_brg_cfg_cli_table_get` function. 100 :c:func:`bt_mesh_brg_cfg_cli_subnets_get` function. 104 using the :c:func:`bt_mesh_brg_cfg_cli_table_size_get` function.
|
/Zephyr-latest/doc/kernel/services/scheduling/ |
D | index.rst | 22 state, for example by :c:func:`k_sem_take` or :c:func:`k_sleep`. 24 example by :c:func:`k_sem_give` or :c:func:`k_thread_start` 26 - when a running thread invokes :c:func:`k_yield` 51 :c:func:`k_thread_deadline_set` is used to set a thread's deadline. 140 * Calling :c:func:`k_yield` puts the thread at the back of the scheduler's 147 * Calling :c:func:`k_sleep` makes the thread unready for a specified 179 thread is preemptible and, if so, implicitly invokes :c:func:`k_yield` 202 as a cooperative thread by calling :c:func:`k_sched_lock`. This prevents 206 :c:func:`k_sched_unlock` to restore its normal, preemptible status. 208 If a thread calls :c:func:`k_sched_lock` and subsequently performs an [all …]
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | bap_base.c | 311 bool (*func)(const struct bt_bap_base_subgroup *data, in bt_bap_base_foreach_subgroup() 325 CHECKIF(func == NULL) { in bt_bap_base_foreach_subgroup() 337 if (!func(subgroup, user_data)) { in bt_bap_base_foreach_subgroup() 515 bool (*func)(const struct bt_bap_base_subgroup_bis *subgroup, in bt_bap_base_subgroup_foreach_bis() 528 CHECKIF(func == NULL) { in bt_bap_base_subgroup_foreach_bis() 553 if (!func(&bis, user_data)) { in bt_bap_base_subgroup_foreach_bis()
|
D | bap_unicast_server.c | 196 void bt_bap_unicast_server_foreach_ep(struct bt_conn *conn, bt_bap_ep_func_t func, void *user_data) in bt_bap_unicast_server_foreach_ep() argument 198 bt_ascs_foreach_ep(conn, func, user_data); in bt_bap_unicast_server_foreach_ep()
|
/Zephyr-latest/doc/hardware/porting/ |
D | arch.rst | 159 * programming the priority if possible :c:func:`irq_priority_set`. 310 :c:func:`k_thread_abort`, and setting the Kconfig option 319 #. Implement :c:func:`arch_tls_stack_setup` to setup the TLS storage area in 323 * Function :c:func:`z_tls_data_size` returns the size 326 * Function :c:func:`z_tls_copy` prepares the TLS storage area for 409 a generic version that wraps :c:func:`irq_lock` or :c:func:`irq_unlock` 425 :c:func:`arch_cpu_idle` and :c:func:`arch_cpu_atomic_idle`. 427 :c:func:`arch_cpu_idle` can be as simple as calling the power saving 440 :c:func:`arch_cpu_atomic_idle`, on the other hand, must be able to atomically 459 code must call into :c:func:`z_fatal_error`. This function dumps [all …]
|
/Zephyr-latest/doc/kernel/services/data_passing/ |
D | lifos.rst | 32 :c:func:`k_lifo_alloc_put`, instead additional memory is temporarily 63 It must then be initialized by calling :c:func:`k_lifo_init`. 85 A data item is added to a LIFO by calling :c:func:`k_lifo_put`. 112 A data item can be added to a LIFO with :c:func:`k_lifo_alloc_put`. 120 A data item is removed from a LIFO by calling :c:func:`k_lifo_get`.
|
D | message_queues.rst | 64 The underlying implementation uses :c:func:`memcpy` (which is 74 It must then be initialized by calling :c:func:`k_msgq_init`. 105 A data item is added to a message queue by calling :c:func:`k_msgq_put`. 136 A data item is taken from a message queue by calling :c:func:`k_msgq_get`. 140 the return value of :c:func:`k_msgq_get` should be tested as ``-ENOMSG`` 141 can be returned due to :c:func:`k_msgq_purge`. 162 A data item is read from a message queue by calling :c:func:`k_msgq_peek`.
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | keys.h | 103 void bt_keys_foreach_type(enum bt_keys_type type, void (*func)(struct bt_keys *keys, void *data), 229 void bt_foreach_bond_br(void (*func)(const struct bt_bond_info *info, void *user_data),
|
D | att_internal.h | 284 bt_att_func_t func; member 336 void bt_att_set_tx_meta_data(struct net_buf *buf, bt_gatt_complete_func_t func, void *user_data, 340 bool bt_att_tx_meta_data_match(const struct net_buf *buf, bt_gatt_complete_func_t func,
|
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/ |
D | timer.c | 37 osTimerId_t osTimerNew(osTimerFunc_t func, osTimerType_t type, void *argument, in osTimerNew() argument 63 timer->callback_function = func; in osTimerNew()
|
/Zephyr-latest/tests/bluetooth/common/testlib/src/ |
D | att.c | 51 exchange_mtu_params.func = bt_testlib_att_exchange_mtu_cb; in bt_testlib_att_exchange_mtu()
|
/Zephyr-latest/doc/kernel/services/threads/ |
D | system_threads.rst | 17 :c:func:`main` function (if one is defined). 25 initialization or executing the application's :c:func:`main` function; 27 :c:func:`main` is not defined, or if it executes and then does a normal
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/src/ |
D | isoal_test_debug.c | 254 void isoal_test_debug_trace_func_call(const uint8_t *func, const uint8_t *status) in isoal_test_debug_trace_func_call() argument 256 PRINT("%s :: %s\n", func, status); in isoal_test_debug_trace_func_call() 259 void isoal_test_debug_trace_func_call(const uint8_t *func, const uint8_t *status) {} in isoal_test_debug_trace_func_call() argument
|