/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | lll_common.c | 19 * @brief Common entry point for LLL event prepare invocations from ULL. 23 * the radio via the prepare callback function, or queued in the prepare 28 * @param prepare_cb Callback for event prepare 30 * @param prepare_param Prepare data 32 * @return 0: Prepare was successfully completed 35 * -EINPROGRESS: Event already in progress and prepare was queued
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_phy_update/src/ |
D | main.c | 155 /* Prepare */ in ZTEST() 180 /* Prepare */ in ZTEST() 192 /* Prepare */ in ZTEST() 217 /* Prepare */ in ZTEST() 232 /* Prepare */ in ZTEST() 278 /* Prepare */ in ZTEST() 335 /* Prepare */ in ZTEST() 360 /* Prepare */ in ZTEST() 403 /* Prepare */ in ZTEST() 415 /* Prepare */ in ZTEST() [all …]
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_collision/src/ |
D | main.c | 185 /* Prepare */ in ZTEST() 215 /* Prepare */ in ZTEST() 235 /* Prepare */ in ZTEST() 257 /* Prepare */ in ZTEST() 283 /* Prepare */ in ZTEST() 298 /* Prepare */ in ZTEST() 346 /* Prepare */ in ZTEST() 363 /* Prepare */ in ZTEST() 385 /* Prepare */ in ZTEST() 400 /* Prepare */ in ZTEST() [all …]
|
/Zephyr-latest/samples/subsys/shell/shell_module/ |
D | shell_module.robot | 8 …# `Prepare Machine` keyword comes from $ZEPHYR_BASE/tests/robot/common.robot file, which is import… 9 Prepare Machine
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_chmu/src/ |
D | main.c | 84 /* Prepare */ in ZTEST() 103 /* Prepare */ in ZTEST() 121 /* Prepare */ in ZTEST() 163 /* Prepare */ in ZTEST() 176 /* Prepare */ in ZTEST() 189 /* Prepare */ in ZTEST() 231 /* Prepare */ in ZTEST() 245 /* Prepare */ in ZTEST() 263 /* Prepare */ in ZTEST() 299 /* Prepare */ in ZTEST() [all …]
|
/Zephyr-latest/scripts/west_commands/zspdx/ |
D | getincludes.py | 21 # prepare fragments 24 # prepare include arguments 27 # prepare defines 30 # prepare command invocation
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_encrypt/src/ |
D | main.c | 242 /* Prepare expected LL_ENC_REQ */ in ZTEST() 250 /* Prepare LL_ENC_RSP */ in ZTEST() 253 /* Prepare mocked call to lll_csrand_get */ in ZTEST() 258 /* Prepare mocked call to ecb_encrypt */ in ZTEST() 277 /* Prepare */ in ZTEST() 312 /* Prepare */ in ZTEST() 400 /* Prepare expected LL_ENC_REQ */ in ZTEST() 408 /* Prepare LL_ENC_RSP */ in ZTEST() 411 /* Prepare mocked call to lll_csrand_get */ in ZTEST() 416 /* Prepare mocked call to ecb_encrypt */ in ZTEST() [all …]
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_cis_create/src/ |
D | main.c | 181 /* Prepare mocked call to ll_conn_iso_stream_get() */ in ZTEST() 190 /* Prepare */ in ZTEST() 209 /* Prepare */ in ZTEST() 219 /* Prepare */ in ZTEST() 233 /* Prepare */ in ZTEST() 246 /* Prepare */ in ZTEST() 255 /* Prepare */ in ZTEST() 264 /* Prepare */ in ZTEST() 322 /* Prepare */ in ZTEST() 341 /* Prepare */ in ZTEST() [all …]
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll.c | 465 * the prepare pipeline hence re-iterate 466 * through the prepare pipeline. 503 /* Assert if param supplied without a pending prepare to cancel. */ 576 * into the prepare pipeline in which case event.curr.param would 593 /* NOTE: This is not a prepare being cancelled */ 643 * 2. Advance the radio event to accommodate normal prepare 829 /* Find the ready prepare in the pipeline */ 833 /* Find any short prepare */ 875 /* Current event active or another prepare is ready in the pipeline */ 888 /* Store the next prepare for deferred call */ [all …]
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_conn_update/src/ |
D | main.c | 261 /* Prepare */ in ZTEST() 279 /* Prepare */ in ZTEST() 299 /* Prepare */ in ZTEST() 312 /* Prepare */ in ZTEST() 412 /* Prepare */ in ZTEST() 427 /* Prepare */ in ZTEST() 439 /* Prepare */ in ZTEST() 456 /* Prepare */ in ZTEST() 466 /* Prepare */ in ZTEST() 478 /* Prepare */ in ZTEST() [all …]
|
/Zephyr-latest/include/zephyr/llext/ |
D | loader.h | 44 * @brief Optional function to prepare the loader for loading extension. 50 int (*prepare)(struct llext_loader *ldr); member 108 if (l->prepare) { in llext_prepare() 109 return l->prepare(l); in llext_prepare()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/ |
D | lll.c | 238 * the prepare pipeline hence re-iterate in lll_disable() 239 * through the prepare pipeline. in lll_disable() 276 /* Assert if param supplied without a pending prepare to cancel. */ in lll_done() 416 * 2. Advance the radio event to accommodate normal prepare in lll_preempt_calc() 513 /* Find the ready prepare in the pipeline */ in lll_prepare_resolve() 520 /* Current event active or another prepare is ready in the pipeline */ in lll_prepare_resolve() 534 /* Store the next prepare for deferred call */ in lll_prepare_resolve() 606 /* Find next prepare needing preempt timeout to be setup */ in lll_prepare_resolve() 723 /* Check if any prepare in pipeline */ in preempt() 730 /* Find a prepare that is ready and not a resume */ in preempt() [all …]
|
/Zephyr-latest/boards/intel/common/scripts/ |
D | build_grub.sh | 21 prepare() { function 71 prepare && build && setup
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_terminate/src/ |
D | main.c | 66 /* Prepare */ in test_terminate_rem() 75 /* Prepare */ in test_terminate_rem() 118 /* Prepare */ in test_terminate_loc()
|
/Zephyr-latest/tests/robot/ |
D | common.robot | 4 Prepare Machine
|
/Zephyr-latest/tests/boot/with_mcumgr/pytest/ |
D | test_upgrade.py | 56 2) Prepare an update of an application containing the SMP server 64 logger.info('Prepare upgrade image') 108 2) Prepare an update of an application containing the SMP server 120 logger.info('Prepare upgrade image') 170 2) Prepare an update of an application containing the SMP server that has
|
D | test_downgrade_prevention.py | 22 2) Prepare an update of an application containing the SMP server, where 37 logger.info('Prepare upgrade image with lower version')
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_le_ping/src/ |
D | main.c | 100 /* Prepare */ in ZTEST() 126 /* Prepare */ in ZTEST() 191 /* Prepare */ in ZTEST() 224 /* Prepare */ in ZTEST() 287 /* Prepare */ in ZTEST() 335 /* Prepare */ in ZTEST() 344 /* Prepare */ in ZTEST() 389 /* Prepare */ in ZTEST() 398 /* Prepare */ in ZTEST()
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_cis_terminate/src/ |
D | main.c | 62 /* Prepare */ in test_cis_terminate_rem() 117 /* Prepare */ in test_cis_terminate_loc() 128 /* Prepare */ in test_cis_terminate_loc()
|
/Zephyr-latest/tests/drivers/console/line_splitting/ |
D | line_splitting.robot | 8 Prepare Machine
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_sca_update/src/ |
D | main.c | 104 /* Prepare */ in ZTEST() 135 /* Prepare */ in ZTEST() 211 /* Prepare */ in ZTEST() 244 /* Prepare */ in ZTEST() 313 /* Prepare */ in ZTEST() 346 /* Prepare */ in ZTEST() 409 /* Prepare */ in ZTEST() 463 /* Prepare */ in ZTEST() 472 /* Prepare */ in ZTEST() 520 /* Prepare */ in ZTEST() [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/provision/ |
D | pb_remote_pst_ncrp.sh | 8 # 1. Prepare for Composition Data change. 17 # - call bt_mesh_comp_change_prepare() to prepare for Composition Data change
|
/Zephyr-latest/subsys/dap/ |
D | cmsis_dap.c | 167 /* Process Host Status command and prepare response */ 192 /* Process Connect command and prepare response */ 233 /* Process Disconnect command and prepare response */ 255 /* Process Delay command and prepare response */ 270 /* Process Reset Target command and prepare response */ 281 /* Process SWJ Pins command and prepare response */ 319 /* Process SWJ Clock command and prepare response */ 344 /* Process SWJ Sequence command and prepare response */ 370 /* Process SWD Configure command and prepare response */ 391 /* Process Transfer Configure command and prepare response */ [all …]
|
/Zephyr-latest/tests/subsys/nrfs/ |
D | CMakeLists.txt | 14 " Add --sysbuild argument to west build command to prepare all the images.")
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_version/src/ |
D | main.c | 100 /* Prepare */ in ZTEST() 172 /* Prepare */ in ZTEST() 208 /* Prepare */ in ZTEST() 244 /* Prepare */ in ZTEST() 326 /* Prepare */ in ZTEST() 335 /* Prepare */ in ZTEST() 402 /* Prepare */ in ZTEST() 478 /* Prepare */ in ZTEST() 495 /* Prepare */ in ZTEST()
|