/Zephyr-Core-3.4.0/subsys/usb/host/ |
D | usbh_core.c | 70 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/ |
D | README.rst | 74 [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/ |
D | returnvar.cocci | 7 // 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/ |
D | bl5340_dvk_cpuapp_ns.dts | 21 /* Aliases for deleted nodes must be removed */
|
/Zephyr-Core-3.4.0/doc/develop/west/ |
D | west-apis.rst | 118 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
|
D | release-notes.rst | 17 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/ |
D | usbh.h | 97 int (*removed)(struct usbh_contex *const uhs_ctx); member
|
/Zephyr-Core-3.4.0/tests/net/buf/src/ |
D | main.c | 211 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/ |
D | linker_flags.cmake | 13 # pyelftools. Can be removed once pyelftools supports v5.
|
/Zephyr-Core-3.4.0/doc/kernel/services/data_passing/ |
D | lifos.rst | 22 * 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`.
|
D | fifos.rst | 22 * 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`.
|
D | stacks.rst | 22 * 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/ |
D | CMakeLists.txt | 19 # implementation lets out-of-tree users still build until the symbol is removed.
|
/Zephyr-Core-3.4.0/soc/xtensa/intel_adsp/cavs/ |
D | Kconfig.defconfig.cavs_v25 | 13 # For backward compatibility, to be removed
|
/Zephyr-Core-3.4.0/doc/services/storage/disk/ |
D | access.rst | 21 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/ |
D | generic.cmake | 20 # This code and related code depending on ESPRESSIF_DEPRECATED_PATH can be removed after two releas…
|
/Zephyr-Core-3.4.0/doc/ |
D | 404.rst | 31 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/ |
D | bap_scan_delegator.rst | 6 removed to make this shorter and provide a better overview.
|
/Zephyr-Core-3.4.0/doc/develop/api/ |
D | api_lifecycle.rst | 27 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/ |
D | openthread.c | 648 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/ |
D | Kconfig | 47 the Zephyr release that the SoC configuration will be removed.
|
/Zephyr-Core-3.4.0/cmake/modules/ |
D | arch.cmake | 24 # use only and may be removed, renamed, or re-purposed without prior notice.
|
/Zephyr-Core-3.4.0/doc/connectivity/bluetooth/api/ |
D | gatt.rst | 92 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/ |
D | mimx93_evk_a55_sof.dts | 36 * be removed once all drivers used by SOF have been moved
|
/Zephyr-Core-3.4.0/scripts/release/ |
D | list_devicetree_bindings_changes.py | 424 removed = changes.vnd2removed[vnd] 425 if removed: 428 removed,
|