/Zephyr-latest/tests/bluetooth/audio/mocks/src/ |
D | gatt.c | 86 struct bt_gatt_notify_params *copy; in notify_params_deep_copy_destroy() local 89 copy = mock_bt_gatt_notify_cb_fake.arg1_history[i]; in notify_params_deep_copy_destroy() 90 if (copy != params) { in notify_params_deep_copy_destroy() 94 /* Free UUID deep copy */ in notify_params_deep_copy_destroy() 95 if (copy->uuid) { in notify_params_deep_copy_destroy() 96 free((void *)copy->uuid); in notify_params_deep_copy_destroy() 99 free(copy); in notify_params_deep_copy_destroy() 109 struct bt_gatt_notify_params *copy; in notify_params_deep_copy_destroy_all() local 112 copy = mock_bt_gatt_notify_cb_fake.arg1_history[i]; in notify_params_deep_copy_destroy_all() 113 if (copy == NULL) { in notify_params_deep_copy_destroy_all() [all …]
|
/Zephyr-latest/soc/intel/intel_adsp/ace/include/ |
D | adsp_timestamp.h | 12 /* Captured timestamp data - contains a copy of all DfTTS snapshot registers. */ 14 uint32_t iscs; /* copy of DfISCS register */ 15 uint64_t lscs; /* copy of DfLSCS register */ 16 uint64_t dwccs; /* copy of DfDWCCS register */ 17 uint64_t artcs; /* copy of DfARTCS register */ 18 uint32_t lwccs; /* copy of DfLWCCS register */
|
/Zephyr-latest/drivers/i3c/ |
D | i3c_handlers.c | 44 struct i3c_msg copy[num_msgs]; in copy_i3c_msgs_and_transfer() local 47 /* Use a local copy to avoid switcheroo attacks. */ in copy_i3c_msgs_and_transfer() 48 memcpy(copy, msgs, num_msgs * sizeof(*msgs)); in copy_i3c_msgs_and_transfer() 54 K_OOPS(K_SYSCALL_MEMORY(copy[i].buf, copy[i].len, in copy_i3c_msgs_and_transfer() 55 copy[i].flags & I3C_MSG_READ)); in copy_i3c_msgs_and_transfer() 58 return z_impl_i3c_transfer(target, copy, num_msgs); in copy_i3c_msgs_and_transfer() 67 /* copy_msgs_and_transfer() will allocate a copy on the stack using in z_vrfy_i3c_transfer()
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_handlers.c | 34 struct i2c_msg copy[num_msgs]; in copy_msgs_and_transfer() local 37 /* Use a local copy to avoid switcheroo attacks. */ in copy_msgs_and_transfer() 38 memcpy(copy, msgs, num_msgs * sizeof(*msgs)); in copy_msgs_and_transfer() 44 K_OOPS(K_SYSCALL_MEMORY(copy[i].buf, copy[i].len, in copy_msgs_and_transfer() 45 copy[i].flags & I2C_MSG_READ)); in copy_msgs_and_transfer() 48 return z_impl_i2c_transfer(dev, copy, num_msgs, addr); in copy_msgs_and_transfer() 57 /* copy_msgs_and_transfer() will allocate a copy on the stack using in z_vrfy_i2c_transfer()
|
/Zephyr-latest/dts/xtensa/intel/ |
D | intel_adsp_cavs.dtsi | 19 dma-copy-alignment = <4>; 32 dma-copy-alignment = <4>; 44 dma-copy-alignment = <32>; 56 dma-copy-alignment = <32>; 68 dma-copy-alignment = <32>; 81 dma-copy-alignment = <32>;
|
/Zephyr-latest/include/zephyr/linker/common-rom/ |
D | common-rom-logging.ld | 6 SECTION_PROLOGUE(log_strings,(COPY),SUBALIGN(Z_LINK_ITERABLE_SUBALIGN)) 11 SECTION_PROLOGUE(log_stmesp_ptr,(COPY),SUBALIGN(Z_LINK_ITERABLE_SUBALIGN)) 16 SECTION_PROLOGUE(log_stmesp_str,(COPY),SUBALIGN(Z_LINK_ITERABLE_SUBALIGN))
|
/Zephyr-latest/tests/misc/llext-edk/pytest/ |
D | test_edk.py | 40 # Copy the edk to the temporary directory using python methods 43 shutil.copy(edk_path, tempdir) 51 # Copy the extension to another temporary directory to test out of tree builds 57 # Also copy file2hex.py to the extension directory, so that it's possible 61 shutil.copy(file2hex, tempdir_extension) 66 env = os.environ.copy()
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/helpers/ |
D | shell_mcuboot_command_parser_test.py | 20 copy done: set 27 copy done: unset 49 copy done: set
|
/Zephyr-latest/samples/application_development/code_relocation_nocopy/ |
D | CMakeLists.txt | 11 # Run ext_code from the external flash (XIP). No need to copy. 14 # But still relocate (copy) the data to RAM
|
/Zephyr-latest/kernel/paging/ |
D | statistics.c | 97 /* Copy statistics */ in z_impl_k_mem_paging_stats_get() 119 /* Copy statistics */ in z_impl_k_mem_paging_thread_stats_get() 141 * Zero out the histogram structs and copy the bounds. in z_paging_histogram_init() 193 /* Copy statistics */ in z_impl_k_mem_paging_histogram_eviction_get() 205 /* Copy histogram */ in z_impl_k_mem_paging_histogram_backing_store_page_in_get() 217 /* Copy histogram */ in z_impl_k_mem_paging_histogram_backing_store_page_out_get()
|
/Zephyr-latest/subsys/bluetooth/controller/hal/ |
D | ecb.h | 15 /* if not null reverse copy into in_key_be */ 17 /* if not null reverse copy into in_clear_text_be */
|
/Zephyr-latest/dts/bindings/usb/uac2/ |
D | zephyr,uac2-output-terminal.yaml | 32 copy-protect-control: 34 description: Copy Protect Control capabilities
|
D | zephyr,uac2-input-terminal.yaml | 28 copy-protect-control: 30 description: Copy Protect Control capabilities
|
/Zephyr-latest/doc/ |
D | substitutions.txt | 10 using the same name as the html entity names (e.g., ©) for that character 12 .. |copy| unicode:: U+000A9 .. COPYRIGHT SIGN
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | external_content.py | 13 build. Note that the copy is *smart*, that is, only updated files are actually 131 # just copy if it does not exist 133 shutil.copy(src, dst) 140 # if origin file is modified only copy if different 145 shutil.copy(src, src_adjusted)
|
/Zephyr-latest/lib/utils/ |
D | winstream.c | 88 uint32_t seq0 = *seq, start, end, wseq, len, behind, copy, suffix; in sys_winstream_read() local 110 /* Copy data */ in sys_winstream_read() 111 copy = idx_sub(ws, ws->end, behind); in sys_winstream_read() 113 suffix = MIN(len, ws->len - copy); in sys_winstream_read() 114 MEMCPY(buf, &ws->data[copy], suffix); in sys_winstream_read()
|
/Zephyr-latest/include/zephyr/linker/ |
D | llext-sections.ld | 14 SECTION_PROLOGUE(llext_no_syscall_impl, 0 (COPY), ) 31 SECTION_PROLOGUE(llext_exports_strtab, 0 (COPY), )
|
/Zephyr-latest/drivers/flash/ |
D | flash_stm32_ex_op.c | 166 struct flash_stm32_ex_op_rdp copy; in flash_stm32_ex_op_rdp() local 174 K_OOPS(k_usermode_from_copy(©, request, sizeof(copy))); in flash_stm32_ex_op_rdp() 175 request = © in flash_stm32_ex_op_rdp() 193 result = © in flash_stm32_ex_op_rdp() 220 K_OOPS(k_usermode_to_copy(out, result, sizeof(copy))); in flash_stm32_ex_op_rdp()
|
/Zephyr-latest/soc/altr/qemu_nios2/include/ |
D | linker.h | 30 * copy of this software and associated documentation files (the "Software"), 32 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 99 * The alt_load() facility is called from crt0 to copy sections into RAM.
|
/Zephyr-latest/soc/altr/zephyr_nios2f/include/ |
D | linker.h | 30 * copy of this software and associated documentation files (the "Software"), 32 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 101 * The alt_load() facility is called from crt0 to copy sections into RAM.
|
/Zephyr-latest/include/zephyr/xen/public/hvm/ |
D | params.h | 4 * Permission is hereby granted, free of charge, to any person obtaining a copy 7 * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
/Zephyr-latest/kernel/include/ |
D | kernel_tls.h | 36 * @brief Copy the TLS data/bss areas into destination 45 /* Copy initialized data (tdata) */ in z_tls_copy()
|
/Zephyr-latest/arch/nios2/core/ |
D | prep_c.c | 12 * Initialization of full C support: zero the .bss, copy the .data if XIP, 41 /* In most XIP scenarios we copy the exception code into RAM, so need in z_prep_c()
|
/Zephyr-latest/subsys/ipc/ipc_service/ |
D | ipc_service.c | 169 LOG_ERR("No-copy feature not available"); in ipc_service_get_tx_buffer_size() 198 LOG_ERR("No-copy feature not available"); in ipc_service_get_tx_buffer() 227 LOG_ERR("No-copy feature not available"); in ipc_service_drop_tx_buffer() 256 LOG_ERR("No-copy feature not available"); in ipc_service_send_nocopy() 286 LOG_ERR("No-copy feature not available"); in ipc_service_hold_rx_buffer() 315 LOG_ERR("No-copy feature not available"); in ipc_service_release_rx_buffer()
|
/Zephyr-latest/include/zephyr/sd/ |
D | sdio.h | 176 * @brief Copy bytes from an SDIO card 180 * @param reg: register address to start copy at 181 * @param data: buffer to copy data into 192 * @brief Copy bytes to an SDIO card 197 * @param reg: register address to start copy at 198 * @param data: buffer to copy data from
|