Home
last modified time | relevance | path

Searched defs:copy (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/drivers/i3c/
Di3c_handlers.c44 struct i3c_msg copy[num_msgs]; in copy_i3c_msgs_and_transfer() local
/Zephyr-latest/tests/bluetooth/audio/mocks/src/
Dgatt.c86 struct bt_gatt_notify_params *copy; in notify_params_deep_copy_destroy() local
109 struct bt_gatt_notify_params *copy; in notify_params_deep_copy_destroy_all() local
133 struct bt_uuid *copy; in uuid_deep_copy() local
160 struct bt_gatt_notify_params *copy; in notify_params_deep_copy() local
176 struct bt_gatt_notify_params *copy; in bt_gatt_notify_cb() local
/Zephyr-latest/drivers/i2c/
Di2c_handlers.c34 struct i2c_msg copy[num_msgs]; in copy_msgs_and_transfer() local
/Zephyr-latest/drivers/flash/
Dflash_stm32_ex_op.c166 struct flash_stm32_ex_op_rdp copy; in flash_stm32_ex_op_rdp() local
/Zephyr-latest/lib/utils/
Dwinstream.c88 uint32_t seq0 = *seq, start, end, wseq, len, behind, copy, suffix; in sys_winstream_read() local
/Zephyr-latest/subsys/settings/src/
Dsettings_fcb.c224 int copy; in settings_fcb_compress() local
Dsettings_file.c248 int copy; in settings_file_save_and_compress() local
/Zephyr-latest/tests/net/ieee802154/6lo_fragment/src/
Dmain.c272 uint8_t copy; in create_pkt() local
/Zephyr-latest/tests/net/conn_mgr_monitor/src/
Dmain.c153 struct test_stats copy; in get_reset_stats() local
/Zephyr-latest/tests/net/6lo/src/
Dmain.c528 uint8_t copy; in create_pkt() local
/Zephyr-latest/subsys/net/ip/
Dnet_pkt.c1820 bool copy, bool write)
/Zephyr-latest/scripts/kconfig/
Dkconfiglib.py6445 def copy(src, dst): function