Home
last modified time | relevance | path

Searched refs:copy (Results 1 – 25 of 166) sorted by relevance

1234567

/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()
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()
118 if (copy->uuid) { in notify_params_deep_copy_destroy_all()
[all …]
/Zephyr-latest/drivers/i2c/
Di2c_handlers.c34 struct i2c_msg copy[num_msgs]; in copy_msgs_and_transfer() local
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()
/Zephyr-latest/drivers/i3c/
Di3c_handlers.c44 struct i3c_msg copy[num_msgs]; in copy_i3c_msgs_and_transfer() local
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()
/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/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/lib/utils/
Dwinstream.c88 uint32_t seq0 = *seq, start, end, wseq, len, behind, copy, suffix; in sys_winstream_read() local
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/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/tests/misc/llext-edk/pytest/
Dtest_edk.py43 shutil.copy(edk_path, tempdir)
61 shutil.copy(file2hex, tempdir_extension)
66 env = os.environ.copy()
/Zephyr-latest/samples/net/cellular_modem/server/
Dte_udp_receive.py8 import copy
93 sessions = copy.copy(self.sessions)
/Zephyr-latest/scripts/footprint/
Dtrack.py57 …shutil.copy(f'out/{name}/{feature}/{board}/ram.json', f'footprint_data/{version}/{name}/{feature}/…
58 …shutil.copy(f'out/{name}/{feature}/{board}/rom.json', f'footprint_data/{version}/{name}/{feature}/…
/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/scripts/pylib/twister/
Dexpr_parser.py7 import copy
151 p[0] = copy.copy(p[1])
164 p[0] = copy.copy(p[1])
/Zephyr-latest/scripts/west_commands/runners/
Duf2.py8 from shutil import copy
88 copy(self.cfg.uf2_file, part.mountpoint)
/Zephyr-latest/share/sysbuild/template/
DCMakeLists.txt7 # Applications which requires custom handling when built using sysbuild may copy this
/Zephyr-latest/doc/_doxygen/
Ddoxygen-awesome-sidebar-only-darkmode-toggle.css11 Permission is hereby granted, free of charge, to any person obtaining a copy
14 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dconfig_parser.py6 import copy
166 d[k] = copy.copy(v)
/Zephyr-latest/subsys/settings/src/
Dsettings_fcb.c224 int copy; in settings_fcb_compress() local
260 copy = 1; in settings_fcb_compress()
273 copy = 0; in settings_fcb_compress()
277 if (!copy) { in settings_fcb_compress()
/Zephyr-latest/share/sysbuild/cmake/modules/
Dnative_simulator_sb_extensions.cmake9 # this function adds an extra build target which will copy the executable produced by
22 ${CMAKE_COMMAND} -E copy
/Zephyr-latest/doc/_extensions/zephyr/
Dexternal_content.py133 shutil.copy(src, dst)
145 shutil.copy(src, src_adjusted)
/Zephyr-latest/samples/subsys/zbus/benchmark/
DKconfig30 Forces a message copy on the listeners and subscribers to behave equivalent to
/Zephyr-latest/submanifests/
Dexample.yaml.sample3 # To make this work, copy this file's contents to a new file,
/Zephyr-latest/tests/net/ieee802154/6lo_fragment/src/
Dmain.c272 uint8_t copy; in create_pkt() local
274 copy = remaining > bytes ? bytes : remaining; in create_pkt()
275 memcpy(net_buf_add(buf, copy), &user_data[pos], copy); in create_pkt()
280 if (net_buf_tailroom(buf) - (bytes - copy)) { in create_pkt()
/Zephyr-latest/boards/shields/rk043fn02h_ct/
DKconfig.defconfig22 # Force full refresh. This prevents memory copy associated with partial
/Zephyr-latest/boards/shields/rk043fn66hs_ctg/
DKconfig.defconfig22 # Force full refresh. This prevents memory copy associated with partial
/Zephyr-latest/boards/shields/rk055hdmipi4m/
DKconfig.defconfig31 # Force full refresh. This prevents memory copy associated with partial

1234567