Home
last modified time | relevance | path

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

12345

/Zephyr-Core-3.4.0/subsys/usb/host/
Dusbh_core.c70 if (class_data && class_data->removed) { in usbh_event_handler()
71 ret = class_data->removed(ctx); in usbh_event_handler()
77 if (class_data && class_data->removed) { in usbh_event_handler()
78 ret = class_data->removed(ctx); in usbh_event_handler()
/Zephyr-Core-3.4.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.4.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.4.0/boards/arm/bl5340_dvk/
Dbl5340_dvk_cpuapp_ns.dts21 /* Aliases for deleted nodes must be removed */
/Zephyr-Core-3.4.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
Drelease-notes.rst17 this option is set. This restriction can be removed in a later release.
104 removed
107 removed
410 other manual edits in configuration files will be removed when setting a
561 it will continue to be included in the distribution, but will be removed
579 - Defaults: removed
587 - ManifestProject: semi-deprecated and will likely be removed later.
589 - Project.format() and its callers are removed. Use f-strings instead.
593 - Remote: removed
741 - ``west.manifest.MANIFEST_SECTIONS`` was removed. There is only one section
[all …]
/Zephyr-Core-3.4.0/include/zephyr/usb/
Dusbh.h97 int (*removed)(struct usbh_contex *const uhs_ctx); member
/Zephyr-Core-3.4.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.4.0/cmake/linker/ld/gcc/
Dlinker_flags.cmake13 # pyelftools. Can be removed once pyelftools supports v5.
/Zephyr-Core-3.4.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`.
Dstacks.rst22 * A **queue** of integer data values that have been added but not yet removed.
42 A data value may be **removed** from a stack by a thread.
/Zephyr-Core-3.4.0/subsys/random/
DCMakeLists.txt19 # implementation lets out-of-tree users still build until the symbol is removed.
/Zephyr-Core-3.4.0/soc/xtensa/intel_adsp/cavs/
DKconfig.defconfig.cavs_v2513 # For backward compatibility, to be removed
/Zephyr-Core-3.4.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.4.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.4.0/doc/
D404.rst31 It's also possible we've removed or renamed the page you're looking for.
/Zephyr-Core-3.4.0/doc/connectivity/bluetooth/api/shell/
Dbap_scan_delegator.rst6 removed to make this shorter and provide a better overview.
/Zephyr-Core-3.4.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.4.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.4.0/soc/
DKconfig47 the Zephyr release that the SoC configuration will be removed.
/Zephyr-Core-3.4.0/cmake/modules/
Darch.cmake24 # use only and may be removed, renamed, or re-purposed without prior notice.
/Zephyr-Core-3.4.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.4.0/boards/arm64/mimx93_evk/
Dmimx93_evk_a55_sof.dts36 * be removed once all drivers used by SOF have been moved
/Zephyr-Core-3.4.0/scripts/release/
Dlist_devicetree_bindings_changes.py424 removed = changes.vnd2removed[vnd]
425 if removed:
428 removed,

12345