/Zephyr-Core-2.7.6/tests/boards/intel_s1000_crb/cache/src/ |
D | cache_test.c | 19 uint8_t flush[CACHE_TEST_BUFFER_SIZE]; member 40 buffer_fill_sequence(mem_buffer->flush, true); in cache_flush_test() 43 buffer_fill_sequence(cached_buffer->flush, false); in cache_flush_test() 46 if (memcmp(mem_buffer->flush, cached_buffer->flush, in cache_flush_test() 54 z_xtensa_cache_flush(cached_buffer->flush, in cache_flush_test() 58 if (memcmp(mem_buffer->flush, cached_buffer->flush, in cache_flush_test()
|
/Zephyr-Core-2.7.6/drivers/wifi/esp_at/ |
D | esp_socket.c | 219 struct esp_workq_flush_data *flush = in esp_workq_flush_work() local 222 k_sem_give(&flush->sem); in esp_workq_flush_work() 227 struct esp_workq_flush_data flush; in esp_socket_workq_stop_and_flush() local 229 k_work_init(&flush.work, esp_workq_flush_work); in esp_socket_workq_stop_and_flush() 230 k_sem_init(&flush.sem, 0, 1); in esp_socket_workq_stop_and_flush() 234 __esp_socket_work_submit(sock, &flush.work); in esp_socket_workq_stop_and_flush() 237 k_sem_take(&flush.sem, K_FOREVER); in esp_socket_workq_stop_and_flush()
|
/Zephyr-Core-2.7.6/scripts/west_commands/ |
D | run_tests.py | 35 flush=True) 39 flush=True)
|
/Zephyr-Core-2.7.6/subsys/dfu/img_util/ |
D | flash_img.c | 40 size_t len, bool flush) in flash_img_buffered_write() argument 44 rc = stream_flash_buffered_write(&ctx->stream, data, len, flush); in flash_img_buffered_write() 45 if (!flush) { in flash_img_buffered_write()
|
/Zephyr-Core-2.7.6/boards/arm64/nxp_ls1046ardb/doc/ |
D | index.rst | 103 tftp c0000000 zephyr.bin; dcache off; dcache flush; icache flush; icache off; go 0xc0000000; 109 …tftp c0000000 zephyr.bin; dcache off; dcache flush; icache flush; icache off; cpu 3 release 0xc000… 135 tftp c0000000 zephyr.bin; dcache off; dcache flush; icache flush; icache off; go 0xc0000000; 163 …tftp c0000000 zephyr.bin; dcache off; dcache flush; icache flush; icache off; cpu 2 release 0xc000…
|
/Zephyr-Core-2.7.6/scripts/support/ |
D | quartus-flash.py | 91 temp_xml.flush() 111 temp_cdf.flush()
|
/Zephyr-Core-2.7.6/drivers/ieee802154/ |
D | ieee802154_uart_pipe.c | 119 goto flush; in upipe_rx() 134 goto flush; in upipe_rx() 166 goto flush; in upipe_rx() 169 flush: in upipe_rx()
|
D | ieee802154_cc1200.c | 464 goto flush; in cc1200_rx() 470 goto flush; in cc1200_rx() 477 goto flush; in cc1200_rx() 482 goto flush; in cc1200_rx() 504 flush: in cc1200_rx()
|
D | ieee802154_cc2520.c | 625 goto flush; in cc2520_rx() 631 goto flush; in cc2520_rx() 638 goto flush; in cc2520_rx() 647 goto flush; in cc2520_rx() 669 flush: in cc2520_rx()
|
/Zephyr-Core-2.7.6/include/dfu/ |
D | flash_img.h | 80 size_t len, bool flush);
|
/Zephyr-Core-2.7.6/subsys/shell/ |
D | shell_telnet.c | 442 bool flush = true; in read() local 460 flush = false; in read() 468 flush = true; in read() 471 if (flush) { in read()
|
/Zephyr-Core-2.7.6/include/drivers/ |
D | video.h | 241 video_api_flush_t flush; member 380 if (api->flush == NULL) { in video_flush() 384 return api->flush(dev, ep, cancel); in video_flush()
|
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/ll_sw/ |
D | ull_scan_aux.c | 49 static void flush(struct ll_scan_aux_set *aux); 559 flush(aux); in ull_scan_aux_setup() 694 flush(aux); in ull_scan_aux_release() 744 flush(param); in last_disabled_cb() 765 flush(aux); in done_disabled_cb() 768 static void flush(struct ll_scan_aux_set *aux) in flush() function 844 flush(param); in ticker_op_aux_failure()
|
/Zephyr-Core-2.7.6/include/storage/ |
D | stream_flash.h | 115 size_t len, bool flush);
|
/Zephyr-Core-2.7.6/boards/xtensa/intel_adsp_cavs15/tools/ |
D | adsplog.py | 109 sys.stdout.flush() 227 sys.stdout.flush()
|
/Zephyr-Core-2.7.6/scripts/release/ |
D | list_issues.py | 39 sys.stdout.flush() 42 sys.stdout.flush()
|
/Zephyr-Core-2.7.6/subsys/storage/stream/ |
D | stream_flash.c | 179 size_t len, bool flush) in stream_flash_buffered_write() argument 215 if (flush && ctx->buf_bytes > 0) { in stream_flash_buffered_write()
|
/Zephyr-Core-2.7.6/subsys/mgmt/osdp/src/ |
D | osdp_pd.c | 695 if (pd->channel.flush) { in pd_receve_packet() 696 pd->channel.flush(pd->channel.data); in pd_receve_packet() 747 if (pd->channel.flush) { in osdp_update() 748 pd->channel.flush(pd->channel.data); in osdp_update()
|
D | osdp_cp.c | 569 if (pd->channel.flush) { in cp_process_reply() 570 pd->channel.flush(pd->channel.data); in cp_process_reply() 610 if (pd->channel.flush) { in cp_reset_channel() 611 pd->channel.flush(pd->channel.data); in cp_reset_channel()
|
D | osdp.c | 191 .flush = osdp_uart_flush, in osdp_init()
|
/Zephyr-Core-2.7.6/subsys/usb/class/dfu/ |
D | usb_dfu.c | 353 bool flush = false; in dfu_flash_write() local 357 flush = true; in dfu_flash_write() 360 if (flash_img_buffered_write(&dfu_data.ctx, data, len, flush)) { in dfu_flash_write()
|
/Zephyr-Core-2.7.6/doc/guides/bluetooth/ |
D | l2cap-pics.rst | 105 TSPC_L2CAP_3_5 False Support of flush timeout value for reliable channel (C.4) 106 TSPC_L2CAP_3_6 False Support of flush timeout value for unreliable channel (C.5)
|
/Zephyr-Core-2.7.6/lib/gui/lvgl/ |
D | Kconfig.memory | 79 Use two buffers to render and flush data in parallel
|
/Zephyr-Core-2.7.6/kernel/ |
D | work.c | 459 SYS_PORT_TRACING_OBJ_FUNC_ENTER(k_work, flush, work); in k_work_flush() 470 SYS_PORT_TRACING_OBJ_FUNC_BLOCKING(k_work, flush, work, K_FOREVER); in k_work_flush() 475 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_work, flush, work, need_flush); in k_work_flush()
|
/Zephyr-Core-2.7.6/drivers/video/ |
D | video_sw_generator.c | 248 .flush = video_sw_generator_flush,
|