| /kernel/linux/linux-6.6/lib/zstd/ |
| D | Makefile | 17 compress/fse_compress.o \ 18 compress/hist.o \ 19 compress/huf_compress.o \ 20 compress/zstd_compress.o \ 21 compress/zstd_compress_literals.o \ 22 compress/zstd_compress_sequences.o \ 23 compress/zstd_compress_superblock.o \ 24 compress/zstd_double_fast.o \ 25 compress/zstd_fast.o \ 26 compress/zstd_lazy.o \ [all …]
|
| /kernel/linux/linux-6.6/usr/ |
| D | Makefile | 6 compress-y := copy 7 compress-$(CONFIG_INITRAMFS_COMPRESSION_GZIP) := gzip 8 compress-$(CONFIG_INITRAMFS_COMPRESSION_BZIP2) := bzip2 9 compress-$(CONFIG_INITRAMFS_COMPRESSION_LZMA) := lzma 10 compress-$(CONFIG_INITRAMFS_COMPRESSION_XZ) := xzmisc 11 compress-$(CONFIG_INITRAMFS_COMPRESSION_LZO) := lzo 12 compress-$(CONFIG_INITRAMFS_COMPRESSION_LZ4) := lz4 13 compress-$(CONFIG_INITRAMFS_COMPRESSION_ZSTD) := zstd 40 compress-y := copy 81 $(call if_changed,$(compress-y))
|
| D | Kconfig | 130 compression tool to compress the generated initram cpio file for 156 available to be able to compress the initram. 169 or lzma tools to be able to compress the initram. 182 tool to be able to compress the initram. 194 tool to be able to compress the initram. 212 with fast decompression speed. It will compress better than GZIP and 216 tool to be able to compress the initram. 221 Do not compress the built-in initramfs at all. This may sound wasteful
|
| /kernel/linux/linux-6.6/drivers/crypto/nx/ |
| D | Makefile | 14 obj-$(CONFIG_CRYPTO_DEV_NX_COMPRESS_PSERIES) += nx-compress-pseries.o nx-compress.o 15 obj-$(CONFIG_CRYPTO_DEV_NX_COMPRESS_POWERNV) += nx-compress-powernv.o nx-compress.o 16 nx-compress-objs := nx-842.o 17 nx-compress-pseries-objs := nx-common-pseries.o 18 nx-compress-powernv-objs := nx-common-powernv.o
|
| /kernel/linux/linux-6.6/arch/csky/boot/ |
| D | Makefile | 8 compress-$(CONFIG_KERNEL_GZIP) = gzip 9 compress-$(CONFIG_KERNEL_LZO) = lzo 10 compress-$(CONFIG_KERNEL_LZMA) = lzma 11 compress-$(CONFIG_KERNEL_XZ) = xzkern 12 compress-$(CONFIG_KERNEL_LZ4) = lz4 15 $(call if_changed,$(compress-y)) 19 UIMAGE_COMPRESSION = $(compress-y)
|
| /kernel/linux/linux-5.10/drivers/crypto/nx/ |
| D | Makefile | 14 obj-$(CONFIG_CRYPTO_DEV_NX_COMPRESS_PSERIES) += nx-compress-pseries.o nx-compress.o 15 obj-$(CONFIG_CRYPTO_DEV_NX_COMPRESS_POWERNV) += nx-compress-powernv.o nx-compress.o 16 nx-compress-objs := nx-842.o 17 nx-compress-pseries-objs := nx-842-pseries.o 18 nx-compress-powernv-objs := nx-common-powernv.o
|
| /kernel/linux/linux-5.10/arch/csky/boot/ |
| D | Makefile | 9 compress-$(CONFIG_KERNEL_GZIP) = gzip 10 compress-$(CONFIG_KERNEL_LZO) = lzo 11 compress-$(CONFIG_KERNEL_LZMA) = lzma 12 compress-$(CONFIG_KERNEL_XZ) = xzkern 13 compress-$(CONFIG_KERNEL_LZ4) = lz4 16 $(call if_changed,$(compress-y)) 20 UIMAGE_COMPRESSION = $(compress-y)
|
| /kernel/linux/linux-5.10/usr/ |
| D | Makefile | 11 compress-y := shipped 12 compress-$(CONFIG_INITRAMFS_COMPRESSION_GZIP) := gzip 13 compress-$(CONFIG_INITRAMFS_COMPRESSION_BZIP2) := bzip2 14 compress-$(CONFIG_INITRAMFS_COMPRESSION_LZMA) := lzma 15 compress-$(CONFIG_INITRAMFS_COMPRESSION_XZ) := xzmisc 16 compress-$(CONFIG_INITRAMFS_COMPRESSION_LZO) := lzo 17 compress-$(CONFIG_INITRAMFS_COMPRESSION_LZ4) := lz4 18 compress-$(CONFIG_INITRAMFS_COMPRESSION_ZSTD) := zstd 45 compress-y := shipped 85 $(call if_changed,$(compress-y))
|
| D | Kconfig | 131 compression tool to compress the generated initram cpio file for 157 available to be able to compress the initram. 170 or lzma tools to be able to compress the initram. 183 tool to be able to compress the initram. 195 tool to be able to compress the initram. 213 with fast decompression speed. It will compress better than GZIP and 217 tool to be able to compress the initram. 222 Do not compress the built-in initramfs at all. This may sound wasteful
|
| /kernel/linux/linux-6.6/include/crypto/internal/ |
| D | blake2b.h | 27 blake2b_compress_t compress) in __blake2b_update() argument 35 (*compress)(state, state->buf, 1, BLAKE2B_BLOCK_SIZE); in __blake2b_update() 43 (*compress)(state, in, nblocks - 1, BLAKE2B_BLOCK_SIZE); in __blake2b_update() 52 blake2b_compress_t compress) in __blake2b_final() argument 59 (*compress)(state, state->buf, 1, state->buflen); in __blake2b_final() 98 blake2b_compress_t compress) in crypto_blake2b_update() argument 102 __blake2b_update(state, in, inlen, compress); in crypto_blake2b_update() 107 blake2b_compress_t compress) in crypto_blake2b_final() argument 111 __blake2b_final(state, out, compress); in crypto_blake2b_final()
|
| D | scompress.h | 28 * @compress: Function performs a compress operation 29 * @decompress: Function performs a de-compress operation 30 * @stat: Statistics for compress algorithm 37 int (*compress)(struct crypto_scomp *tfm, const u8 *src, member 90 return crypto_scomp_alg(tfm)->compress(tfm, src, slen, dst, dlen, ctx); in crypto_scomp_compress()
|
| D | acompress.h | 18 * @compress: Function performs a compress operation 19 * @decompress: Function performs a de-compress operation 34 * @stat: Statistics for compress algorithm 39 int (*compress)(struct acomp_req *req); member
|
| /kernel/linux/linux-6.6/include/crypto/ |
| D | acompress.h | 44 * @compress: Function performs a compress operation 45 * @decompress: Function performs a de-compress operation 52 int (*compress)(struct acomp_req *req); member 60 * struct crypto_istat_compress - statistics for compress algorithm 61 * @compress_cnt: number of compress requests 62 * @compress_tlen: total data size handled by compress requests 65 * @err_cnt: number of error for compress requests 234 * @req: asynchronous compress request 280 * crypto_acomp_compress() -- Invoke asynchronous compress operation 282 * Function invokes the asynchronous compress operation [all …]
|
| /kernel/linux/linux-5.10/include/crypto/ |
| D | acompress.h | 40 * @compress: Function performs a compress operation 41 * @decompress: Function performs a de-compress operation 48 int (*compress)(struct acomp_req *req); member 58 * @compress: Function performs a compress operation 59 * @decompress: Function performs a de-compress operation 77 int (*compress)(struct acomp_req *req); member 229 * @req: asynchronous compress request 253 * crypto_acomp_compress() -- Invoke asynchronous compress operation 255 * Function invokes the asynchronous compress operation 257 * @req: asynchronous compress request [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
| D | qcom,q6asm.txt | 39 Usage: Required for Compress offload dais 46 - is-compress-dai: 47 Usage: Required for Compress offload dais 49 Definition: present for Compress offload dais 67 is-compress-dai;
|
| /kernel/linux/linux-5.10/crypto/ |
| D | crypto_user_stat.c | 72 rcomp.stat_compress_cnt = atomic64_read(&alg->stats.compress.compress_cnt); in crypto_report_comp() 73 rcomp.stat_compress_tlen = atomic64_read(&alg->stats.compress.compress_tlen); in crypto_report_comp() 74 rcomp.stat_decompress_cnt = atomic64_read(&alg->stats.compress.decompress_cnt); in crypto_report_comp() 75 rcomp.stat_decompress_tlen = atomic64_read(&alg->stats.compress.decompress_tlen); in crypto_report_comp() 76 rcomp.stat_err_cnt = atomic64_read(&alg->stats.compress.err_cnt); in crypto_report_comp() 88 racomp.stat_compress_cnt = atomic64_read(&alg->stats.compress.compress_cnt); in crypto_report_acomp() 89 racomp.stat_compress_tlen = atomic64_read(&alg->stats.compress.compress_tlen); in crypto_report_acomp() 90 racomp.stat_decompress_cnt = atomic64_read(&alg->stats.compress.decompress_cnt); in crypto_report_acomp() 91 racomp.stat_decompress_tlen = atomic64_read(&alg->stats.compress.decompress_tlen); in crypto_report_acomp() 92 racomp.stat_err_cnt = atomic64_read(&alg->stats.compress.err_cnt); in crypto_report_acomp()
|
| /kernel/linux/linux-5.10/include/crypto/internal/ |
| D | scompress.h | 24 * @compress: Function performs a compress operation 25 * @decompress: Function performs a de-compress operation 31 int (*compress)(struct crypto_scomp *tfm, const u8 *src, member 80 return crypto_scomp_alg(tfm)->compress(tfm, src, slen, dst, dlen, ctx); in crypto_scomp_compress()
|
| /kernel/linux/linux-6.6/sound/soc/ |
| D | soc-compress.c | 3 // soc-compress.c -- ALSA SoC Compress 336 * that these callbacks will configure everything for this compress in soc_compr_set_params() 502 /* ASoC Compress operations */ 517 /* ASoC Dynamic Compress operations */ 533 * snd_soc_new_compress - create a new compress. 535 * @rtd: The runtime for which we will create compress 562 "Compress ASoC: Multi CPU/Codec not supported\n"); in snd_soc_new_compress() 580 * Compress devices are unidirectional so only one of the directions in snd_soc_new_compress() 585 "Compress ASoC: Invalid direction for P %d, C %d\n", in snd_soc_new_compress() 613 "Compress ASoC: can't create compressed for %s: %d\n", in snd_soc_new_compress() [all …]
|
| /kernel/linux/linux-6.6/fs/f2fs/ |
| D | Kconfig | 108 Support LZO compress algorithm, if unsure, say Y. 115 Support LZO-RLE compress algorithm, if unsure, say Y. 122 Support LZ4 compress algorithm, if unsure, say Y. 129 Support LZ4HC compress algorithm, LZ4HC has compatible on-disk 137 Support ZSTD compress algorithm, if unsure, say Y.
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/ |
| D | qcom,q6asm-dais.yaml | 53 is-compress-dai: 56 Compress offload dai. 59 is-compress-dai: [ direction ] 93 is-compress-dai;
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
| D | i915_gpu_error.c | 997 struct i915_vma_compress *compress) in i915_vma_coredump_create() argument 1008 if (!vma || !vma->pages || !compress) in i915_vma_coredump_create() 1017 if (!compress_start(compress)) { in i915_vma_coredump_create() 1043 ret = compress_page(compress, in i915_vma_coredump_create() 1058 ret = compress_page(compress, in i915_vma_coredump_create() 1074 ret = compress_page(compress, s, dst, false); in i915_vma_coredump_create() 1084 if (ret || compress_flush(compress, dst)) { in i915_vma_coredump_create() 1086 pool_free(&compress->pool, dst->pages[dst->page_count]); in i915_vma_coredump_create() 1090 compress_finish(compress); in i915_vma_coredump_create() 1400 struct i915_vma_compress *compress) in intel_engine_coredump_add_vma() argument [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ppp/ |
| D | Kconfig | 39 tristate "PPP BSD-Compress compression" 42 Support for the BSD-Compress compression method for PPP, which uses 43 the LZW compression method to compress each PPP packet before it is 45 (usually your ISP) has to support the BSD-Compress compression 50 above) is preferable to BSD-Compress, because it compresses better 64 Deflate algorithm (the same algorithm that gzip uses) to compress
|
| /kernel/linux/linux-6.6/arch/arm/boot/compressed/ |
| D | Makefile | 79 compress-$(CONFIG_KERNEL_GZIP) = gzip 80 compress-$(CONFIG_KERNEL_LZO) = lzo_with_size 81 compress-$(CONFIG_KERNEL_LZMA) = lzma_with_size 82 compress-$(CONFIG_KERNEL_XZ) = xzkern_with_size 83 compress-$(CONFIG_KERNEL_LZ4) = lz4_with_size 162 $(call if_changed,$(compress-y))
|
| /kernel/linux/linux-5.10/sound/soc/ |
| D | soc-compress.c | 3 // soc-compress.c -- ALSA SoC Compress 40 "Compress ASoC: can't open platform %s: %d\n", in soc_compr_components_open() 140 dev_dbg(fe->dev, "Compress ASoC: %s no valid %s route\n", in soc_compr_open_fe() 417 * that these callbacks will configure everything for this compress in soc_compr_set_params() 712 /* ASoC Compress operations */ 727 /* ASoC Dynamic Compress operations */ 743 * snd_soc_new_compress - create a new compress. 745 * @rtd: The runtime for which we will create compress 765 "Compress ASoC: Multi CPU/Codec not supported\n"); in snd_soc_new_compress() 783 * Compress devices are unidirectional so only one of the directions in snd_soc_new_compress() [all …]
|
| /kernel/linux/linux-6.6/scripts/ |
| D | Makefile.package | 106 supported-deb-source-compress := gzip bzip2 lzma xz 108 PHONY += linux.tar.unsupported-deb-src-compress 109 linux.tar.unsupported-deb-src-compress: 110 …_SOURCE_COMPRESS) is not supported. The supported values are: $(supported-deb-source-compress)" >&2 114 $(strip $(if $(filter $(supported-deb-source-compress), $(KDEB_SOURCE_COMPRESS)), \ 115 $(suffix-$(KDEB_SOURCE_COMPRESS)),.unsupported-deb-src-compress)) 177 compress-tar.gz = -I "$(KGZIP)" 178 compress-tar.bz2 = -I "$(KBZIP2)" 179 compress-tar.xz = -I "$(XZ)" 180 compress-tar.zst = -I "$(ZSTD)" [all …]
|