Home
last modified time | relevance | path

Searched refs:flush (Results 1 – 25 of 25) sorted by relevance

/optee_os/core/include/drivers/
A Dserial.h20 void (*flush)(struct serial_chip *chip); member
/optee_os/core/drivers/
A Dstih_asc.c44 .flush = stih_asc_flush,
A Damlogic_uart.c62 .flush = amlogic_uart_flush,
A Datmel_uart.c90 .flush = atmel_uart_flush,
A Dscif.c77 .flush = scif_uart_flush,
A Dsprd_uart.c86 .flush = sprd_uart_flush,
A Dns16550.c74 .flush = ns16550_flush,
A Dcdns_uart.c108 .flush = cdns_uart_flush,
A Dmvebu_uart.c111 .flush = mvebu_uart_flush,
A Dhi16xx_uart.c106 .flush = hi16xx_uart_flush,
A Dimx_lpuart.c59 .flush = imx_lpuart_flush,
A Dserial8250_uart.c82 .flush = serial8250_uart_flush,
A Dimx_uart.c127 .flush = imx_uart_flush,
A Dpl011.c130 .flush = pl011_flush,
A Dstm32_uart.c97 .flush = loc_flush,
/optee_os/core/lib/zlib/
A Dinflate.c623 int ZEXPORT inflate(strm, flush) in inflate() argument
625 int flush;
853 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
875 if (flush == Z_TREES) {
904 if (flush == Z_TREES) goto inf_leave;
1047 if (flush == Z_TREES) goto inf_leave;
1269 (state->mode < CHECK || flush != Z_FINISH)))
1285 if (((in == 0 && out == 0) || flush == Z_FINISH) && ret == Z_OK)
A Dzlib.h251 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
401 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
1532 ZEXTERN int ZEXPORT gzflush OF((gzFile file, int flush));
/optee_os/scripts/
A Dupdate_changelog.py43 f.flush()
A Dsymbolize.py488 def flush(self): member in Symbolizer
489 self._out.flush()
514 symbolizer.flush()
A Dget_maintainer.py229 print("Downloading {}...".format(url), end='', flush=True)
/optee_os/core/arch/arm/plat-stm/
A Dmain.c83 cons->ops->flush(cons); in console_flush()
/optee_os/core/kernel/
A Dconsole.c34 serial_console->ops->flush(serial_console); in console_flush()
/optee_os/out/arm/export-ta_arm32/scripts/
A Dsymbolize.py488 def flush(self): member in Symbolizer
489 self._out.flush()
514 symbolizer.flush()
/optee_os/out/arm/export-ta_arm64/scripts/
A Dsymbolize.py488 def flush(self): member in Symbolizer
489 self._out.flush()
514 symbolizer.flush()
/optee_os/lib/libmbedtls/mbedtls/library/
A Dssl_msg.c2827 uint8_t flush = force_flush; in mbedtls_ssl_write_record() local
2970 flush == SSL_DONT_FORCE_FLUSH ) in mbedtls_ssl_write_record()
2984 flush = SSL_FORCE_FLUSH; in mbedtls_ssl_write_record()
2993 if( ( flush == SSL_FORCE_FLUSH ) && in mbedtls_ssl_write_record()

Completed in 31 milliseconds