Home
last modified time | relevance | path

Searched refs:removed (Results 1 – 25 of 125) sorted by relevance

12345

/Zephyr-Core-3.5.0/samples/tfm_integration/tfm_psa_test/
DREADME.rst74 [Check 4] Call get API for UID 6 which is removed
75 [Check 5] Call get_info API for UID 6 which is removed
76 [Check 6] Call remove API for UID 6 which is removed
86 [Check 4] Call get API for UID 6 which is removed
87 [Check 5] Call get_info API for UID 6 which is removed
88 [Check 6] Call remove API for UID 6 which is removed
/Zephyr-Core-3.5.0/subsys/fs/ext2/
Dext2_diskops.c505 int64_t removed = 0, rem; in delete_blocks() local
516 removed++; in delete_blocks()
550 removed = -EINVAL; in delete_blocks()
560 removed = rem; in delete_blocks()
563 removed += rem; in delete_blocks()
575 removed = rem; in delete_blocks()
578 removed += rem; in delete_blocks()
594 removed = ret; in delete_blocks()
598 if (removed >= 0 && list_block && block_dirty) { in delete_blocks()
601 removed = ret; in delete_blocks()
[all …]
/Zephyr-Core-3.5.0/scripts/coccinelle/
Dreturnvar.cocci7 // Comments: Comments on code can be deleted if near code that is removed.
8 // "when strict" can be removed to get more hits, but adds false
/Zephyr-Core-3.5.0/include/zephyr/usb/
Dusbh.h83 int (*removed)(struct usbh_contex *const uhs_ctx); member
/Zephyr-Core-3.5.0/boards/arm/bl5340_dvk/
Dbl5340_dvk_cpuapp_ns.dts21 /* Aliases for deleted nodes must be removed */
/Zephyr-Core-3.5.0/doc/develop/west/
Dwest-apis.rst118 The *requires_installation* parameter (removed in v0.13.0).
124 The deprecated *requires_installation* parameter was removed.
255 The deprecated *read_config* parameter was removed.
343 removed (use *topdir* instead). The function no longer raises
361 The *manifest_path* and *topdir* arguments were removed.
367 The *manifest_path* and *topdir* arguments were removed.
404 The *remote* attribute was removed. Its semantics could no longer
435 The (now removed) ``Project.format`` method is no longer called on
/Zephyr-Core-3.5.0/tests/net/buf/src/
Dmain.c211 int i, removed; in ZTEST() local
245 i = removed = 0; in ZTEST()
253 removed++; in ZTEST()
267 zassert_equal(1 + i + removed, bufs_pool.buf_count, in ZTEST()
270 removed = 0; in ZTEST()
277 removed++; in ZTEST()
280 zassert_equal(removed, i, "Incorrect removed fragment count"); in ZTEST()
/Zephyr-Core-3.5.0/boards/arm/bbc_microbit/
Dboard.cmake8 # in which case the following line should be removed to default back to "jlink" OpenOCD interface
/Zephyr-Core-3.5.0/cmake/linker/ld/gcc/
Dlinker_flags.cmake13 # pyelftools. Can be removed once pyelftools supports v5.
/Zephyr-Core-3.5.0/doc/kernel/services/data_passing/
Dlifos.rst22 * A **queue** of data items that have been added but not yet removed.
38 it has been removed from the queue to which it was previously added will
46 A data item may be **removed** from a LIFO by a thread. If the LIFO's queue
120 A data item is removed from a LIFO by calling :c:func:`k_lifo_get`.
Dfifos.rst22 * A **queue** of data items that have been added but not yet removed.
38 it has been removed from the queue to which it was previously added will
46 A data item may be **removed** from a FIFO by a thread. If the FIFO's queue
132 A data item is removed from a FIFO by calling :c:func:`k_fifo_get`.
/Zephyr-Core-3.5.0/soc/xtensa/intel_adsp/cavs/
DKconfig.defconfig.cavs_v2513 # For backward compatibility, to be removed
/Zephyr-Core-3.5.0/boards/arm/bbc_microbit_v2/
Dboard.cmake9 # in which case the following line should be removed to default back to "jlink" OpenOCD interface
/Zephyr-Core-3.5.0/lib/posix/
DKconfig.pthread28 removed once a more synchronous solution is available.
/Zephyr-Core-3.5.0/cmake/toolchain/espressif/
Dgeneric.cmake20 # This code and related code depending on ESPRESSIF_DEPRECATED_PATH can be removed after two releas…
/Zephyr-Core-3.5.0/doc/
D404.rst31 It's also possible we've removed or renamed the page you're looking for.
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/shell/
Dbap_scan_delegator.rst6 removed to make this shorter and provide a better overview.
/Zephyr-Core-3.5.0/doc/releases/
Drelease-notes-3.5.rst583 were removed as they were not aligned with the standard and some already
588 * The method get_subg_channel_count() was removed from ieee802154_radio_api.
717 are removed. For UART using IO port access, add ``io-mapped`` property to
826 * Made sure that ongoing DAD procedure is cancelled when IPv6 address is removed.
827 * Fixed a bug, where Solicited-Node multicast address could be removed while
960 * Kconfig option USB_HID_PROTOCOL_CODE, deprecated in v2.6, is finally removed.
1035 * removed property: ``address``
1036 * removed property: ``mdio``
1069 * removed property: ``r25-ohm``
1078 * removed property: ``clocks``
[all …]
/Zephyr-Core-3.5.0/doc/develop/api/
Dapi_lifecycle.rst27 or be removed in future versions. Try it out and provide feedback
188 Unstable APIs can be removed without deprecation at any time.
197 it will be ready to be removed in 1.16 at the earliest.
230 In this phase, the API is removed.
235 deprecated API, and on how urgently the API needs to be removed.
237 If it's OK to remove the API, it will be removed. The maintainers will remove
/Zephyr-Core-3.5.0/doc/services/storage/disk/
Daccess.rst21 removed. This may be fixed in future releases.
24 corrupted if power is lost or if the card is removed.
/Zephyr-Core-3.5.0/subsys/net/l2/openthread/
Dopenthread.c648 bool removed; in openthread_state_changed_cb_unregister() local
655 removed = sys_slist_find_and_remove(&ot_context->state_change_cbs, &cb->node); in openthread_state_changed_cb_unregister()
658 if (!removed) { in openthread_state_changed_cb_unregister()
/Zephyr-Core-3.5.0/cmake/modules/
Darch.cmake24 # use only and may be removed, renamed, or re-purposed without prior notice.
/Zephyr-Core-3.5.0/soc/
DKconfig55 the Zephyr release that the SoC configuration will be removed.
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/
Dgatt.rst92 being triggered for the same attribute. Subscriptions can be removed with use of
96 When subscriptions are removed ``notify`` callback is called with the data
/Zephyr-Core-3.5.0/boards/arm64/mimx93_evk/
Dmimx93_evk_a55_sof.dts36 * be removed once all drivers used by SOF have been moved

12345