/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() 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/ |
D | i2c_handlers.c | 34 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/ |
D | i3c_handlers.c | 44 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/ |
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/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/lib/utils/ |
D | winstream.c | 88 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/ |
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/tests/misc/llext-edk/pytest/ |
D | test_edk.py | 43 shutil.copy(edk_path, tempdir) 61 shutil.copy(file2hex, tempdir_extension) 66 env = os.environ.copy()
|
/Zephyr-latest/samples/net/cellular_modem/server/ |
D | te_udp_receive.py | 8 import copy 93 sessions = copy.copy(self.sessions)
|
/Zephyr-latest/scripts/footprint/ |
D | track.py | 57 …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/ |
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/scripts/pylib/twister/ |
D | expr_parser.py | 7 import copy 151 p[0] = copy.copy(p[1]) 164 p[0] = copy.copy(p[1])
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | uf2.py | 8 from shutil import copy 88 copy(self.cfg.uf2_file, part.mountpoint)
|
/Zephyr-latest/share/sysbuild/template/ |
D | CMakeLists.txt | 7 # Applications which requires custom handling when built using sysbuild may copy this
|
/Zephyr-latest/doc/_doxygen/ |
D | doxygen-awesome-sidebar-only-darkmode-toggle.css | 11 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/ |
D | config_parser.py | 6 import copy 166 d[k] = copy.copy(v)
|
/Zephyr-latest/subsys/settings/src/ |
D | settings_fcb.c | 224 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/ |
D | native_simulator_sb_extensions.cmake | 9 # this function adds an extra build target which will copy the executable produced by 22 ${CMAKE_COMMAND} -E copy
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | external_content.py | 133 shutil.copy(src, dst) 145 shutil.copy(src, src_adjusted)
|
/Zephyr-latest/samples/subsys/zbus/benchmark/ |
D | Kconfig | 30 Forces a message copy on the listeners and subscribers to behave equivalent to
|
/Zephyr-latest/submanifests/ |
D | example.yaml.sample | 3 # To make this work, copy this file's contents to a new file,
|
/Zephyr-latest/tests/net/ieee802154/6lo_fragment/src/ |
D | main.c | 272 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/ |
D | Kconfig.defconfig | 22 # Force full refresh. This prevents memory copy associated with partial
|
/Zephyr-latest/boards/shields/rk043fn66hs_ctg/ |
D | Kconfig.defconfig | 22 # Force full refresh. This prevents memory copy associated with partial
|
/Zephyr-latest/boards/shields/rk055hdmipi4m/ |
D | Kconfig.defconfig | 31 # Force full refresh. This prevents memory copy associated with partial
|