Home
last modified time | relevance | path

Searched full:copy (Results 1 – 25 of 760) sorted by relevance

12345678910>>...31

/Zephyr-latest/tests/bluetooth/audio/mocks/src/
Dgatt.c86 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/
Dadsp_timestamp.h12 /* 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/
Di3c_handlers.c44 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/
Di2c_handlers.c34 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/
Dintel_adsp_cavs.dtsi19 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/
Dcommon-rom-logging.ld6 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/
Dtest_edk.py40 # 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/
Dshell_mcuboot_command_parser_test.py20 copy done: set
27 copy done: unset
49 copy done: set
/Zephyr-latest/samples/application_development/code_relocation_nocopy/
DCMakeLists.txt11 # 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/
Dstatistics.c97 /* 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/
Decb.h15 /* 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/
Dzephyr,uac2-output-terminal.yaml32 copy-protect-control:
34 description: Copy Protect Control capabilities
Dzephyr,uac2-input-terminal.yaml28 copy-protect-control:
30 description: Copy Protect Control capabilities
/Zephyr-latest/doc/
Dsubstitutions.txt10 using the same name as the html entity names (e.g., &copy;) for that character
12 .. |copy| unicode:: U+000A9 .. COPYRIGHT SIGN
/Zephyr-latest/doc/_extensions/zephyr/
Dexternal_content.py13 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/
Dwinstream.c88 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/
Dllext-sections.ld14 SECTION_PROLOGUE(llext_no_syscall_impl, 0 (COPY), )
31 SECTION_PROLOGUE(llext_exports_strtab, 0 (COPY), )
/Zephyr-latest/drivers/flash/
Dflash_stm32_ex_op.c166 struct flash_stm32_ex_op_rdp copy; in flash_stm32_ex_op_rdp() local
174 K_OOPS(k_usermode_from_copy(&copy, request, sizeof(copy))); in flash_stm32_ex_op_rdp()
175 request = &copy; in flash_stm32_ex_op_rdp()
193 result = &copy; 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/
Dlinker.h30 * 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/
Dlinker.h30 * 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/
Dparams.h4 * 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/
Dkernel_tls.h36 * @brief Copy the TLS data/bss areas into destination
45 /* Copy initialized data (tdata) */ in z_tls_copy()
/Zephyr-latest/arch/nios2/core/
Dprep_c.c12 * 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/
Dipc_service.c169 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/
Dsdio.h176 * @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

12345678910>>...31