/openbmc/u-boot/board/armadeus/apf27/ |
H A D | fpga.c | 85 int fpga_pgm_fn(int assert, int flush, int cookie) in fpga_pgm_fn() 96 int fpga_clk_fn(int assert_clk, int flush, int cookie) in fpga_clk_fn() 134 int fpga_wr_fn(int assert_write, int flush, int cookie) in fpga_wr_fn() 142 int fpga_cs_fn(int assert_cs, int flush, int cookie) in fpga_cs_fn() 159 int fpga_wdata_fn(unsigned char data, int flush, int cookie) in fpga_wdata_fn()
|
/openbmc/u-boot/board/astro/mcf5373l/ |
H A D | fpga.c | 65 int altera_config_fn(int assert_config, int flush, int cookie) in altera_config_fn() 101 int altera_write_fn(const void *buf, size_t len, int flush, int cookie) in altera_write_fn() 204 int xilinx_pgm_config_fn(int assert, int flush, int cookie) in xilinx_pgm_config_fn() 301 int xilinx_clk_config_fn(int assert_clk, int flush, int cookie) in xilinx_clk_config_fn() 312 int xilinx_wr_config_fn(int assert_write, int flush, int cookie) in xilinx_wr_config_fn() 323 int xilinx_fastwr_config_fn(void *buf, size_t len, int flush, int cookie) in xilinx_fastwr_config_fn()
|
/openbmc/u-boot/board/spear/x600/ |
H A D | fpga.c | 40 static int fpga_pgm_fn(int assert, int flush, int cookie) in fpga_pgm_fn() 122 static int fpga_clk_fn(int assert_clk, int flush, int cookie) in fpga_clk_fn() 131 static int fpga_wr_fn(int assert_write, int flush, int cookie) in fpga_wr_fn()
|
/openbmc/qemu/block/ |
H A D | qed-table.c | 68 unsigned int index, unsigned int n, bool flush) in qed_write_table() 184 bool flush) in qed_write_l2_table() 193 bool flush) in qed_write_l2_table_sync()
|
/openbmc/u-boot/board/theadorable/ |
H A D | fpga.c | 46 static int fpga_config_fn(int assert, int flush, int cookie) in fpga_config_fn() 61 static int fpga_write_fn(const void *buf, size_t len, int flush, int cookie) in fpga_write_fn()
|
/openbmc/openpower-hw-diags/test/ |
H A D | sim-hw-access.hpp | 70 void flush() in flush() function in sim::ScomAccess 160 void flush() in flush() function in sim::CfamAccess
|
/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/ |
H A D | cache.S | 58 flush: label
|
/openbmc/qemu/qobject/ |
H A D | json-lexer.c | 264 static inline uint8_t next_state(JSONLexer *lexer, char ch, bool flush, in next_state() 283 static void json_lexer_feed_char(JSONLexer *lexer, char ch, bool flush) in json_lexer_feed_char()
|
/openbmc/qemu/python/qemu/qmp/ |
H A D | util.py | 50 async def flush(writer: asyncio.StreamWriter) -> None: function
|
/openbmc/u-boot/lib/zlib/ |
H A D | deflate.c | 582 int ZEXPORT deflate (strm, flush) in deflate() argument 1460 local block_state deflate_stored(s, flush) in deflate_stored() argument 1518 local block_state deflate_fast(s, flush) in deflate_fast() argument 1614 local block_state deflate_slow(s, flush) in deflate_slow() argument 1739 local block_state deflate_rle(s, flush) in deflate_rle() argument 1805 local block_state deflate_huff(s, flush) in deflate_huff() argument
|
H A D | deflate.h | 319 # define _tr_tally_lit(s, c, flush) \ argument 326 # define _tr_tally_dist(s, distance, length, flush) \ argument 337 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) argument 338 # define _tr_tally_dist(s, distance, length, flush) \ argument
|
/openbmc/qemu/migration/ |
H A D | multifd-zlib.c | 111 int flush = Z_NO_FLUSH; in multifd_zlib_send_prepare() local 236 int flush = Z_NO_FLUSH; in multifd_zlib_recv() local
|
H A D | multifd-zstd.c | 107 ZSTD_EndDirective flush = ZSTD_e_continue; in multifd_zstd_send_prepare() local
|
/openbmc/u-boot/board/teejet/mt_ventoux/ |
H A D | mt_ventoux.c | 178 int fpga_wr_fn(int nassert_write, int flush, int cookie) in fpga_wr_fn() 185 int fpga_clk_fn(int assert_clk, int flush, int cookie) in fpga_clk_fn()
|
/openbmc/qemu/rust/qemu-api/src/ |
H A D | log.rs | 85 fn flush(&mut self) -> io::Result<()> { in flush() method
|
/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/ |
H A D | spr_lowlevel_init.S | 53 flush: label
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 136 | 95 def accounted_ops(self, read = False, write = False, flush = False): argument 113 def accounted_latency(self, read = False, write = False, flush = False): argument
|
/openbmc/u-boot/board/beckhoff/mx53cx9020/ |
H A D | mx53cx9020.c | 248 static int ccat_config_fn(int assert_config, int flush, int cookie) in ccat_config_fn() 265 static int ccat_write_fn(const void *buf, size_t buf_len, int flush, int cookie) in ccat_write_fn()
|
/openbmc/u-boot/lib/ |
H A D | gzip.c | 52 int r, flush, orig, window; in zzip() local
|
/openbmc/openbmc/poky/bitbake/lib/bb/compress/ |
H A D | _pipecompress.py | 160 def flush(self): member in PipeFile
|
/openbmc/u-boot/test/py/ |
H A D | multiplexed_log.py | 69 def flush(self): member in LogfileStream 694 def flush(self): member in Logfile
|
/openbmc/boost-dbus/include/dbus/ |
H A D | connection.hpp | 189 void flush(void) { this->get_implementation().flush(); }; in flush() function in dbus::connection
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | codeparser.py | 242 def flush(self): member in BufferedLogger 249 def flush(self): member in DummyLogger
|
/openbmc/openbmc-tools/reboot-ping-pong/ |
H A D | rpp | 68 def flush(self): member in PexpectLogger
|
/openbmc/u-boot/drivers/video/ |
H A D | video-uclass.c | 44 void video_set_flush_dcache(struct udevice *dev, bool flush) in video_set_flush_dcache()
|