Home
last modified time | relevance | path

Searched refs:buf_copy (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/drivers/spi/
Dspi_handlers.c15 struct spi_buf *buf_copy, in copy_and_check() argument
33 bufs->buffers = memcpy(buf_copy, in copy_and_check()
/Zephyr-latest/drivers/flash/
Dflash_shell.c603 uint32_t buf_copy = MIN(to_copy, flash_load_buf_size - flash_load_boff); in bypass_cb() local
605 memcpy(flash_load_buf + flash_load_boff, recv + copied, buf_copy); in bypass_cb()
607 flash_load_boff += buf_copy; in bypass_cb()
608 copied += buf_copy; in bypass_cb()
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/
Dcap_acceptor_broadcast.c694 struct net_buf_simple buf_copy; in broadcast_scan_recv() local
697 net_buf_simple_clone(ad, &buf_copy); in broadcast_scan_recv()
698 bt_data_parse(&buf_copy, data_cb, name); in broadcast_scan_recv()
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/src/
Dmain.c1204 struct net_buf_simple buf_copy; in broadcast_scan_recv() local
1206 net_buf_simple_clone(ad, &buf_copy); in broadcast_scan_recv()
1207 bt_data_parse(&buf_copy, data_cb, &device_found); in broadcast_scan_recv()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c522 struct net_buf_simple buf_copy; in passes_scan_filter() local
526 net_buf_simple_clone(buf, &buf_copy); in passes_scan_filter()
527 bt_data_parse(&buf_copy, data_cb, name); in passes_scan_filter()
541 struct net_buf_simple buf_copy; in scan_recv() local
549 net_buf_simple_clone(buf, &buf_copy); in scan_recv()
575 bt_data_parse(&buf_copy, data_verbose_cb, NULL); in scan_recv()