| /drivers/crypto/nx/ |
| A 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
|
| A D | nx-842.c | 163 static int compress(struct nx842_crypto_ctx *ctx, in compress() function 224 ret = ctx->driver->compress(src, slen, dst, &dlen, ctx->wmem); in compress() 311 ret = compress(ctx, &p, &hdr->group[n], &c, &ignore, h); in nx842_crypto_compress()
|
| A D | nx-842.h | 146 int (*compress)(const unsigned char *in, unsigned int in_len, member
|
| A D | nx-common-powernv.c | 1031 .compress = nx842_powernv_compress, 1048 .compress = nx842_crypto_compress,
|
| /drivers/gpu/drm/i915/ |
| A D | i915_gpu_error.c | 1188 compress_finish(compress); in i915_vma_coredump_create() 1616 "HW Status", compress); in intel_engine_coredump_add_vma() 1619 "WA context", compress); in intel_engine_coredump_add_vma() 2044 compress = kmalloc(sizeof(*compress), ALLOW_FAIL); in i915_vma_capture_prepare() 2045 if (!compress) in i915_vma_capture_prepare() 2049 kfree(compress); in i915_vma_capture_prepare() 2053 return compress; in i915_vma_capture_prepare() 2059 if (!compress) in i915_vma_capture_finish() 2062 compress_fini(compress); in i915_vma_capture_finish() 2063 kfree(compress); in i915_vma_capture_finish() [all …]
|
| A D | i915_gpu_error.h | 298 struct i915_vma_compress *compress); 304 struct i915_vma_compress *compress); 375 struct i915_vma_compress *compress) in intel_engine_coredump_add_vma() argument 387 struct i915_vma_compress *compress) in i915_vma_capture_finish() argument
|
| /drivers/fpga/ |
| A D | socfpga-a10.c | 170 bool encrypt, bool compress) in socfpga_a10_fpga_get_cd_ratio() argument 188 if (!compress && !encrypt) in socfpga_a10_fpga_get_cd_ratio() 191 if (compress) in socfpga_a10_fpga_get_cd_ratio() 209 int encrypt, compress; in socfpga_a10_fpga_set_cdratio() local 215 compress = socfpga_a10_fpga_compressed((u32 *)buf, count / 4); in socfpga_a10_fpga_set_cdratio() 216 if (compress < 0) in socfpga_a10_fpga_set_cdratio() 219 cd_ratio = socfpga_a10_fpga_get_cd_ratio(cfg_width, encrypt, compress); in socfpga_a10_fpga_set_cdratio()
|
| /drivers/crypto/intel/iaa/ |
| A D | iaa_crypto_main.c | 414 bool compress, 935 bool compress, in check_completion() argument 938 char *op_str = compress ? "compress" : "decompress"; in check_completion() 967 comp->error_code == IAA_ERROR_COMP_BUF_OVERFLOW && compress) { in check_completion() 1046 ctx->compress, false); in iaa_desc_complete() 1049 if (!ctx->compress && in iaa_desc_complete() 1070 if (ctx->compress) { in iaa_desc_complete() 1078 if (ctx->compress && compression_ctx->verify_compress) { in iaa_desc_complete() 1172 idxd_desc->crypto.compress = true; in iaa_compress() 1408 idxd_desc->crypto.compress = false; in iaa_decompress() [all …]
|
| /drivers/media/platform/aspeed/ |
| A D | Kconfig | 13 AST2400 and AST2500 SOCs. The VE can capture and compress video data
|
| /drivers/media/platform/nuvoton/ |
| A D | Kconfig | 14 two frames in memory, and then the ECE can compress the frame
|
| /drivers/block/zram/ |
| A D | backend_842.c | 54 .compress = compress_842,
|
| A D | backend_lzo.c | 52 .compress = lzo_compress,
|
| A D | backend_lzorle.c | 52 .compress = lzorle_compress,
|
| A D | zcomp.h | 58 int (*compress)(struct zcomp_params *params, struct zcomp_ctx *ctx, member
|
| A D | backend_lz4.c | 120 .compress = lz4_compress,
|
| A D | backend_lz4hc.c | 121 .compress = lz4hc_compress,
|
| A D | backend_deflate.c | 141 .compress = deflate_compress,
|
| A D | backend_zstd.c | 210 .compress = zstd_compress,
|
| A D | zcomp.c | 149 ret = comp->ops->compress(comp->params, &zstrm->ctx, &req); in zcomp_compress()
|
| /drivers/staging/media/av7110/ |
| A D | dvb_filter.h | 206 int compress; member
|
| /drivers/net/ppp/ |
| A D | ppp_deflate.c | 577 .compress = z_compress, 595 .compress = z_compress,
|
| A D | Kconfig | 43 the LZW compression method to compress each PPP packet before it is 64 Deflate algorithm (the same algorithm that gzip uses) to compress
|
| /drivers/media/platform/raspberrypi/rp1-cfe/ |
| A D | pisp-fe.c | 123 offsetof(struct pisp_fe_config, ch[0].compress), 135 offsetof(struct pisp_fe_config, ch[1].compress),
|
| /drivers/media/pci/intel/ipu6/ |
| A D | ipu6-fw-isys.h | 294 u32 compress; member
|
| /drivers/crypto/intel/qat/qat_common/ |
| A D | qat_comp_algs.c | 248 .compress = qat_comp_alg_compress,
|