Searched refs:buf_copy (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/drivers/spi/ |
D | spi_handlers.c | 15 struct spi_buf *buf_copy, in copy_and_check() argument 33 bufs->buffers = memcpy(buf_copy, in copy_and_check()
|
/Zephyr-latest/drivers/flash/ |
D | flash_shell.c | 603 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/ |
D | cap_acceptor_broadcast.c | 694 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/ |
D | main.c | 1204 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/ |
D | bt.c | 522 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()
|