Searched refs:flush (Results 26 - 47 of 47) sorted by relevance

12

/u-boot/tools/u_boot_pylib/
H A Dcros_subprocess.py48 2. We use pseudo terminals so that the child will hopefully flush its output
168 self.stdin.flush()
285 self._stdin_write_pipe.flush()
H A Dtools.py588 sys.stdout.flush()
590 sys.stdout.flush()
/u-boot/include/u-boot/
H A Dzlib.h474 /* Allowed flush values; see deflate() and inflate() below for details */
520 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
553 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
558 forced to flush.
571 about the flush parameter).
582 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH,
583 Z_FINISH, or Z_BLOCK. Z_SYNC_FLUSH requests that inflate() flush as much
605 (a single call of inflate), the parameter flush should be set to
616 first call. So the only effect of the flush parameter in this implementation
654 This function discards any unprocessed input and does not flush an
[all...]
/u-boot/common/
H A Dconsole.c205 STDIO_DEV_ASSIGN_FLUSH(gd->jt, flush);
378 if (dev->flush != NULL)
379 dev->flush(dev);
436 if (stdio_devices[file]->flush)
437 stdio_devices[file]->flush(stdio_devices[file]);
777 void flush(void) function
/u-boot/lib/efi_selftest/
H A Defi_selftest_loadimage.c203 .flush = efi_st_flush,
218 .flush = efi_st_flush,
/u-boot/arch/arm/mach-uniphier/arm32/
H A Dlowlevel_init.S128 mov r12, r1 @ r12 is preserved during D-cache flush
/u-boot/drivers/ata/
H A Dfsl_sata.h314 int flush; member in struct:fsl_sata
H A Dsata_sil.c223 sata->flush = 1;
513 if (sata->wcache && sata->flush)
H A Dfsl_sata.c631 sata->flush = 1;
738 if (sata->wcache && sata->flush)
/u-boot/drivers/video/
H A Dvideo-uclass.c76 void video_set_flush_dcache(struct udevice *dev, bool flush) argument
80 priv->flush_dcache = flush;
/u-boot/tools/patman/
H A Dseries.py329 sys.stdout.flush()
/u-boot/boot/
H A Dbootm_os.c307 flush();
/u-boot/lib/zlib/
H A Dinflate.c315 In this implementation, the flush parameter of inflate() only affects the
321 stream available. So the only thing the flush parameter actually does is:
322 when flush is set to Z_FINISH, inflate() cannot return Z_OK. Instead it
325 int ZEXPORT inflate(z_streamp strm, int flush) argument
545 if (flush == Z_BLOCK) goto inf_leave;
922 if (((in == 0 && out == 0) || flush == Z_FINISH) && ret == Z_OK)
/u-boot/drivers/xen/
H A Dpvblock.c46 int flush; member in struct:blkfront_info
218 strlen("/feature-flush-cache") + 1];
260 snprintf(path, sizeof(path), "%s/feature-flush-cache",
262 dev->info.flush = xenbus_read_integer(path);
412 printf("flush error %d\n", status);
577 if (dev->info.flush == 1)
/u-boot/tools/buildman/
H A Dtoolchain.py579 sys.stdout.flush()
/u-boot/drivers/serial/
H A Dserial-uclass.c529 flush();
/u-boot/drivers/usb/gadget/
H A Dci_udc.c32 * longer then 128b, the driver will not be able flush/invalidate data
182 * ci_flush_qh - flush cache over queue head
212 * ci_flush_qtd - flush cache over queue item
227 * ci_flush_td - flush cache over queue item
419 /* The buffer is well aligned, only flush cache. */
422 goto flush;
441 flush:
/u-boot/cmd/
H A Dtpm-v1.c713 U_BOOT_CMD_MKENT(flush, 0, 1,
772 " flush resource_type id\n"
775 " and id <id> from the TPM. Use an <id> of \"all\" to flush all\n"
/u-boot/arch/arm/include/asm/arch-octeontx2/csrs/
H A Dcsrs-nix.h3493 * flush meta descriptor (FMD).
5979 u64 flush : 1; member in struct:nixx_af_smqx_cfg::nixx_af_smqx_cfg_s
6432 * (PMD) and one flush meta descriptor (FMD): * PMD0 state is accessed
6531 u64 flush : 1; member in struct:nixx_af_tl1x_md_debug1::nixx_af_tl1x_md_debug1_cn96xxp3
6603 u64 flush : 1; member in struct:nixx_af_tl1x_md_debug2::nixx_af_tl1x_md_debug2_cn96xxp3
7093 u64 flush : 1; member in struct:nixx_af_tl2x_md_debug1::nixx_af_tl2x_md_debug1_cn96xxp3
7165 u64 flush : 1; member in struct:nixx_af_tl2x_md_debug2::nixx_af_tl2x_md_debug2_cn96xxp3
7661 u64 flush : 1; member in struct:nixx_af_tl3x_md_debug1::nixx_af_tl3x_md_debug1_cn96xxp3
7733 u64 flush : 1; member in struct:nixx_af_tl3x_md_debug2::nixx_af_tl3x_md_debug2_cn96xxp3
8325 u64 flush member in struct:nixx_af_tl4x_md_debug1::nixx_af_tl4x_md_debug1_cn96xxp3
8397 u64 flush : 1; member in struct:nixx_af_tl4x_md_debug2::nixx_af_tl4x_md_debug2_cn96xxp3
[all...]
/u-boot/lib/efi_loader/
H A Defi_file.c1002 * efi_file_flush_int() - flush file
1020 /* TODO: flush for file position after end of file */
1025 * efi_file_flush() - flush file
1047 * efi_file_flush_ex() - flush file
1092 .flush = efi_file_flush,
/u-boot/tools/
H A Dqconfig.py275 sys.stdout.flush()
/u-boot/include/
H A Defi_api.h1745 efi_status_t (EFIAPI *flush)(struct efi_file_handle *this); member in struct:efi_file_handle

Completed in 378 milliseconds

12