Home
last modified time | relevance | path

Searched refs:flush (Results 26 – 50 of 90) sorted by relevance

1234

/Zephyr-latest/subsys/net/lib/shell/
Darp.c90 SHELL_CMD(flush, NULL, "Remove all entries from ARP cache.",
Dpmtu.c104 SHELL_CMD(flush, NULL,
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Dfifo_handler.py133 self._fifo_in_file.flush()
137 self._fifo_out_file.flush()
Dhardware_adapter.py158 self._serial_connection.flush()
264 self._serial_connection.flush()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_scan_aux.c75 static void flush(void *param);
95 static void flush(struct ll_scan_aux_chain *chain);
1054 flush(aux); in ull_scan_aux_done()
1275 mfy.fp = flush; in ull_scan_aux_stop()
1281 mfy.fp = flush; in ull_scan_aux_stop()
1296 mfy.fp = flush; in ull_scan_aux_stop()
1353 flush(aux); in done_disabled_cb()
1377 flush(aux); in flush_safe()
1391 static void flush(void *param) in flush() function
1502 flush(aux); in aux_sync_incomplete()
[all …]
Dlll_conn_iso.h56 uint8_t flush:2; /* See states LLL_CIS_FLUSH_XXX */ member
Dull_conn_iso.c1230 if (!cis->lll.active && (cis->lll.flush != LLL_CIS_FLUSH_COMPLETE)) { in cis_disabled_cb()
1237 if (cis->lll.flush == LLL_CIS_FLUSH_PENDING) { in cis_disabled_cb()
1240 } else if (cis->lll.flush == LLL_CIS_FLUSH_COMPLETE) { in cis_disabled_cb()
1266 cis->lll.flush = LLL_CIS_FLUSH_NONE; in cis_disabled_cb()
1329 cis->lll.flush = LLL_CIS_FLUSH_PENDING; in cis_disabled_cb()
1392 lll->flush = LLL_CIS_FLUSH_COMPLETE; in cis_tx_lll_flush()
/Zephyr-latest/modules/lvgl/
DKconfig110 Stack size for LVGL flush thread, which will call display_write
113 int "LVGL flush thread priority"
116 Priority of LVGL flush thread.
/Zephyr-latest/drivers/ieee802154/
Dieee802154_cc1200.c464 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()
Dieee802154_cc2520.c611 goto flush; in cc2520_rx()
617 goto flush; in cc2520_rx()
624 goto flush; in cc2520_rx()
633 goto flush; in cc2520_rx()
655 flush: in cc2520_rx()
/Zephyr-latest/include/zephyr/drivers/
Dvideo.h360 video_api_flush_t flush; member
574 if (api->flush == NULL) { in video_flush()
578 return api->flush(dev, ep, cancel); in video_flush()
/Zephyr-latest/boards/phytec/phyboard_lyra/doc/
Dphyboard_lyra_am62xx_a53.rst103 …fatload mmc 1:1 0x82000000 zephyr.bin; dcache flush; icache flush; dcache off; icache off; go 0x82…
/Zephyr-latest/boards/nxp/imx95_evk/doc/
Dindex.rst173 fatload mmc 1:1 0xd0000000 zephyr.bin; dcache flush; icache flush; cpu 1 release 0xd0000000
180 fatload mmc 1:1 0xd0000000 zephyr.bin; dcache flush; icache flush; go 0xd0000000
212 fatload mmc 1:1 0xd0000000 zephyr.bin; dcache flush; icache flush; go 0xd0000000
/Zephyr-latest/boards/nxp/imx91_evk/doc/
Dindex.rst99 fatload mmc 1:1 0x80000000 zephyr.bin; dcache flush; icache flush; go 0x80000000
/Zephyr-latest/soc/mediatek/mt8xxx/
Dmtk_adsp_load.py181 sys.stdout.buffer.flush()
188 sys.stdout.buffer.flush()
309 sys.stdout.flush()
/Zephyr-latest/boards/nxp/imx8mp_evk/doc/
Dindex.rst125 fatload mmc 1:1 0xc0000000 zephyr.bin; dcache flush; icache flush; go 0xc0000000
131 fatload mmc 1:1 0xc0000000 zephyr.bin; dcache flush; icache flush; cpu 2 release 0xc0000000
222 dcache flush
/Zephyr-latest/boards/firefly/roc_rk3568_pc/doc/
Dindex.rst68 tftp 0x40000000 zephyr.bin; dcache flush; icache flush; dcache off; icache off; go 0x40000000
/Zephyr-latest/doc/hardware/cache/
Dguide.rst41 Finally, there is the option to flush or invalidate the cache for regions of
158 In that case it is possible to first flush the cache associated with a buffer
168 * Call :c:func:`sys_cache_data_flush_range()` to flush a memory region.
172 * Call :c:func:`sys_cache_data_flush_and_invd_range()` to flush and invalidate.
/Zephyr-latest/boards/nxp/imx8mm_evk/doc/
Dindex.rst137 fatload mmc 1:1 0x93c00000 zephyr.bin; dcache flush; icache flush; go 0x93c00000
143 fatload mmc 1:1 0x93c00000 zephyr.bin; dcache flush; icache flush; cpu 2 release 0x93c00000
/Zephyr-latest/scripts/west_commands/runners/
Dnrf_common.py268 def flush(self, force=False): member in NrfBinaryRunner
430 self.flush(force=False)
540 self.flush(force=True)
/Zephyr-latest/scripts/coredump/
Dcoredump_gdbserver.py34 self.out_stream.flush()
/Zephyr-latest/subsys/storage/stream/
Dstream_flash.c262 size_t len, bool flush) in stream_flash_buffered_write() argument
298 if (flush && ctx->buf_bytes > 0) { in stream_flash_buffered_write()
/Zephyr-latest/boards/phytec/phyboard_nash/doc/
Dindex.rst118 …fatload mmc 1:1 0xd0000000 zephyr.bin; dcache flush; icache flush; dcache off; icache off; go 0xd0…
/Zephyr-latest/subsys/usb/device/class/dfu/
Dusb_dfu.c377 bool flush = false; in dfu_flash_write() local
381 flush = true; in dfu_flash_write()
384 if (flash_img_buffered_write(&dfu_data.ctx, data, len, flush)) { in dfu_flash_write()
/Zephyr-latest/boards/nxp/imx93_evk/doc/
Dindex.rst184 fatload mmc 1:1 0xd0000000 zephyr.bin; dcache flush; icache flush; cpu 1 release 0xd0000000
191 fatload mmc 1:1 0xd0000000 zephyr.bin; dcache flush; icache flush; go 0xd0000000
255 load mmc 1:1 0x84000000 zephyr.bin;dcache flush;bootaux 0x84000000 0

1234