/Zephyr-latest/soc/intel/intel_adsp/tools/ |
D | cavstool_client.py | 105 sys.stdout.flush()
|
D | cavstool.py | 898 sys.stdout.flush() 984 sys.stdout.flush()
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | coverage.py | 422 coveragelog.flush() 435 coveragelog.flush() 499 coveragelog.flush()
|
D | handlers.py | 233 log_out_fp.flush() 470 log_out_fp.flush() 1006 log_out_fp.flush() 1350 log_out_fp.flush()
|
/Zephyr-latest/subsys/mgmt/osdp/src/ |
D | osdp_pd.c | 831 if (pd->channel.flush) { in pd_send_reply() 832 pd->channel.flush(pd->channel.data); in pd_send_reply() 942 if (pd->channel.flush) { in pd_error_reset() 943 pd->channel.flush(pd->channel.data); in pd_error_reset()
|
D | osdp.c | 188 .flush = osdp_uart_flush, in osdp_init()
|
D | osdp_cp.c | 596 if (pd->channel.flush) { in cp_send_command() 597 pd->channel.flush(pd->channel.data); in cp_send_command() 784 if (pd->channel.flush) { in cp_phy_state_update() 785 pd->channel.flush(pd->channel.data); in cp_phy_state_update()
|
D | osdp_common.h | 419 void (*flush)(void *data); member
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_nxp_enet.c | 361 goto flush; in eth_nxp_enet_rx() 366 goto flush; in eth_nxp_enet_rx() 373 goto flush; in eth_nxp_enet_rx() 426 flush: in eth_nxp_enet_rx()
|
/Zephyr-latest/kernel/ |
D | work.c | 466 SYS_PORT_TRACING_OBJ_FUNC_ENTER(k_work, flush, work); in k_work_flush() 477 SYS_PORT_TRACING_OBJ_FUNC_BLOCKING(k_work, flush, work, K_FOREVER); in k_work_flush() 482 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_work, flush, work, need_flush); in k_work_flush()
|
D | pipes.c | 122 SYS_PORT_TRACING_OBJ_FUNC_ENTER(k_pipe, flush, pipe); in z_impl_k_pipe_flush() 129 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_pipe, flush, pipe); in z_impl_k_pipe_flush()
|
/Zephyr-latest/modules/lvgl/ |
D | Kconfig.memory | 67 Use two buffers to render and flush data in parallel
|
/Zephyr-latest/drivers/video/ |
D | video_emul_rx.c | 257 .flush = emul_rx_flush,
|
D | video_mcux_smartdma.c | 363 .flush = nxp_video_sdma_flush
|
D | video_sw_generator.c | 339 .flush = video_sw_generator_flush,
|
D | video_mcux_csi.c | 468 .flush = video_mcux_csi_flush,
|
D | video_esp32_dvp.c | 434 .flush = video_esp32_flush,
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | device_adapter.py | 247 log_file.flush()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_peripheral_iso.c | 348 cis->lll.flush = LLL_CIS_FLUSH_NONE; in ull_peripheral_iso_setup()
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | mpsc_pbuf.rst | 10 context may interfere to flush the data and never come back (panic case).
|
/Zephyr-latest/scripts/west_commands/ |
D | sdk.py | 333 def flush(self): member in Sdk.download_and_extract.WestLogAdapter
|
/Zephyr-latest/subsys/fs/ |
D | fuse_fs_access_bottom.c | 550 .flush = NULL,
|
/Zephyr-latest/boards/technexion/pico_pi/doc/ |
D | index.rst | 179 setenv bootm4 'fatload mmc 0:1 $m4addr $m4fw && dcache flush && bootaux $m4addr'
|
/Zephyr-latest/arch/x86/core/ |
D | x86_mmu.c | 1008 bool flush = (options & OPTION_FLUSH) != 0U; in page_map_set() local 1057 if (flush) { in page_map_set()
|
/Zephyr-latest/arch/xtensa/core/ |
D | README_MMU.txt | 37 such that you can switch between them without a TLB flush. The ASID 237 requires a TLB flush, and always will.
|