/linux-4.4.14/drivers/crypto/nx/ |
D | Makefile | 13 obj-$(CONFIG_CRYPTO_DEV_NX_COMPRESS_PSERIES) += nx-compress-pseries.o nx-compress.o 14 obj-$(CONFIG_CRYPTO_DEV_NX_COMPRESS_POWERNV) += nx-compress-powernv.o nx-compress.o 15 nx-compress-objs := nx-842.o 16 nx-compress-pseries-objs := nx-842-pseries.o 17 nx-compress-powernv-objs := nx-842-powernv.o
|
D | nx-842.h | 141 int (*compress)(const unsigned char *in, unsigned int in_len, member
|
D | nx-842.c | 167 static int compress(struct nx842_crypto_ctx *ctx, in compress() function 228 ret = ctx->driver->compress(src, slen, dst, &dlen, ctx->wmem); in compress() 313 ret = compress(ctx, &p, &hdr->group[n], &c, &ignore, h); in nx842_crypto_compress()
|
D | nx-842-powernv.c | 583 .compress = nx842_powernv_compress, 601 .cra_u = { .compress = {
|
D | nx-842-pseries.c | 965 .compress = nx842_pseries_compress, 983 .cra_u = { .compress = {
|
/linux-4.4.14/scripts/package/ |
D | buildtar | 27 compress="cat" 31 compress="gzip" 35 compress="bzip2" 39 compress="xz" 132 tar cf - -C "$tmpdir" boot/ lib/ $opts | ${compress} > "${tarball}${file_ext}"
|
/linux-4.4.14/drivers/block/zram/ |
D | zcomp.c | 54 static struct zcomp_backend *find_backend(const char *compress) in find_backend() argument 58 if (sysfs_streq(compress, backends[i]->name)) in find_backend() 312 return comp->backend->compress(src, zstrm->buffer, dst_len, in zcomp_compress() 336 struct zcomp *zcomp_create(const char *compress, int max_strm) in zcomp_create() argument 342 backend = find_backend(compress); in zcomp_create()
|
D | zcomp_lz4.c | 61 .compress = zcomp_lz4_compress,
|
D | zcomp_lzo.c | 61 .compress = lzo_compress,
|
D | zcomp.h | 30 int (*compress)(const unsigned char *src, unsigned char *dst, member
|
/linux-4.4.14/net/6lowpan/ |
D | nhc.h | 37 .compress = _compress, \ 77 int (*compress)(struct sk_buff *skb, u8 **hc_ptr); member
|
D | nhc.c | 106 if (!(nhc && nhc->compress)) in lowpan_nhc_check_compression() 133 if (unlikely(!nhc || !nhc->compress)) { in lowpan_nhc_do_compression() 144 ret = nhc->compress(skb, hc_ptr); in lowpan_nhc_do_compression()
|
/linux-4.4.14/sound/core/ |
D | Makefile | 34 snd-compress-objs := compress_offload.o 48 obj-$(CONFIG_SND_COMPRESS_OFFLOAD) += snd-compress.o
|
/linux-4.4.14/fs/jffs2/ |
D | compr.c | 92 if (!this->compress || this->disabled) in jffs2_selected_compress() 108 err = this->compress(data_in, output_buf, datalen, cdatalen); in jffs2_selected_compress() 178 if ((!this->compress)||(this->disabled)) in jffs2_compress() 206 compr_ret = this->compress(data_in, this->compr_buf, datalen, cdatalen); in jffs2_compress()
|
D | compr.h | 53 int (*compress)(unsigned char *data_in, unsigned char *cpage_out, member
|
D | compr_lzo.c | 86 .compress = &jffs2_lzo_compress,
|
D | compr_rtime.c | 113 .compress = &jffs2_rtime_compress,
|
D | compr_rubin.c | 412 .compress = NULL, /*&jffs2_rubinmips_compress,*/ 435 .compress = jffs2_dynrubin_compress,
|
D | compr_zlib.c | 194 .compress = &jffs2_zlib_compress,
|
/linux-4.4.14/drivers/media/platform/davinci/ |
D | isif.c | 78 .compress = { 601 if (module_params->compress.alg == ISIF_ALAW) in isif_config_raw() 608 if (module_params->compress.alg == ISIF_DPCM) { in isif_config_raw() 610 (module_params->compress.pred << in isif_config_raw() 747 if ((isif_cfg.bayer.config_params.compress.alg != in isif_set_pixel_format() 749 (isif_cfg.bayer.config_params.compress.alg != in isif_set_pixel_format() 757 isif_cfg.bayer.config_params.compress.alg = in isif_set_pixel_format() 780 if (isif_cfg.bayer.config_params.compress.alg == ISIF_ALAW || in isif_get_pixel_format() 781 isif_cfg.bayer.config_params.compress.alg == ISIF_DPCM) in isif_get_pixel_format()
|
/linux-4.4.14/sound/soc/intel/atom/ |
D | Makefile | 2 sst-mfld-platform-compress.o sst-atom-controls.o
|
/linux-4.4.14/fs/isofs/ |
D | Makefile | 9 isofs-objs-$(CONFIG_ZISOFS) += compress.o
|
/linux-4.4.14/Documentation/filesystems/ |
D | btrfs.txt | 81 compress 82 compress=<type> 83 compress-force 84 compress-force=<type> 87 is specified, zlib is used. If compress-force is specified, 88 all files will be compressed, whether or not they compress well.
|
D | cramfs.txt | 4 cramfs is designed to be simple and small, and to compress things well. 6 It uses the zlib routines to compress a file one page at a time, and
|
D | logfs.txt | 144 compress worse than previously. Even on a 100% full medium, GC may
|
D | squashfs.txt | 5 It uses zlib, lz4, lzo, or xz compression to compress files, inodes and
|
D | f2fs.txt | 39 segment cleaner to compress the live information from heavily fragmented
|
/linux-4.4.14/fs/ntfs/ |
D | Makefile | 5 ntfs-y := aops.o attrib.o collate.o compress.o debug.o dir.o file.o \
|
/linux-4.4.14/fs/ubifs/ |
D | Makefile | 5 ubifs-y += budget.o find.o tnc_commit.o compress.o lpt.o lprops.o
|
/linux-4.4.14/crypto/ |
D | 842.c | 62 .cra_u = { .compress = {
|
D | lzo.c | 90 .cra_u = { .compress = {
|
D | lz4hc.c | 87 .cra_u = { .compress = {
|
D | lz4.c | 87 .cra_u = { .compress = {
|
D | crypto_null.c | 147 .cra_u = { .compress = {
|
D | deflate.c | 204 .cra_u = { .compress = {
|
D | Makefile | 6 crypto-y := api.o cipher.o compress.o memneq.o
|
/linux-4.4.14/include/linux/ |
D | ppp-comp.h | 53 int (*compress) (void *state, unsigned char *rptr, member
|
D | isdn_ppp.h | 83 int (*compress) (void *state, struct sk_buff *in, member
|
D | crypto.h | 364 #define cra_compress cra_u.compress 462 struct compress_alg compress; member 547 #define crt_compress crt_u.compress 558 struct compress_tfm compress; member
|
/linux-4.4.14/sound/soc/ |
D | Makefile | 3 snd-soc-core-$(CONFIG_SND_SOC_COMPRESS) += soc-compress.o
|
/linux-4.4.14/Documentation/DocBook/ |
D | .alsa-driver-api.xml.cmd | 2 …ound/soc/soc-io.c sound/soc/soc-pcm.c sound/soc/soc-ops.c sound/soc/soc-compress.c sound/soc/soc-d…
|
D | alsa-driver-api.xml.db | 203 API-snd-compress-register 210 API-enum-sndrv-compress-encoder 299 API-snd-soc-new-compress
|
/linux-4.4.14/drivers/media/dvb-core/ |
D | dvb_filter.h | 213 int compress; member
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event_intel_lbr.c | 820 bool compress = false; in intel_pmu_lbr_filter() local 842 compress = true; in intel_pmu_lbr_filter() 846 if (!compress) in intel_pmu_lbr_filter()
|
/linux-4.4.14/drivers/net/ppp/ |
D | ppp_deflate.c | 581 .compress = z_compress, 599 .compress = z_compress,
|
D | Kconfig | 42 the LZW compression method to compress each PPP packet before it is 63 Deflate algorithm (the same algorithm that gzip uses) to compress
|
D | ppp_mppe.c | 693 .compress = mppe_compress,
|
D | bsd_comp.c | 1138 .compress = bsd_compress,
|
D | ppp_generic.c | 1205 len = ppp->xcomp->compress(ppp->xc_state, skb->data - 2, in pad_compress_skb()
|
/linux-4.4.14/arch/mn10300/lib/ |
D | do_csum.S | 141 # compress the checksum down to 16 bits
|
/linux-4.4.14/include/media/davinci/ |
D | isif.h | 431 struct isif_compress compress; member
|
/linux-4.4.14/include/uapi/sound/ |
D | asoc.h | 390 __le32 compress; /* 1 = compressed; 0 = PCM */ member
|
/linux-4.4.14/fs/squashfs/ |
D | Kconfig | 8 compress both files, inodes and directories. Inodes in the system 119 compress and decompress.
|
/linux-4.4.14/drivers/isdn/i4l/ |
D | Kconfig | 53 the LZW compression method to compress each PPP packet before it is
|
D | isdn_bsdcomp.c | 904 .compress = bsd_compress,
|
D | isdn_ppp.c | 2655 ret = (compressor->compress)(stat, skb_in, skb_out, *proto); in isdn_ppp_compress()
|
/linux-4.4.14/Documentation/video4linux/ |
D | README.cpia2 | 86 compress the image enough and will reduce the frame rate by producing larger
|
/linux-4.4.14/Documentation/vm/ |
D | zswap.txt | 4 in the process of being swapped out and attempts to compress them into a
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-block-zram | 66 concurrent compress operations).
|
/linux-4.4.14/Documentation/ |
D | xz.txt | 90 useful. LZMA2 is slower to compress than e.g. Deflate or LZO even at
|
D | kernel-parameters.txt | 3390 nocompress Don't compress/decompress hibernation images.
|
/linux-4.4.14/Documentation/crypto/ |
D | api-intro.txt | 29 [transform ops] (per-type logic glue e.g. cipher.c, compress.c)
|
/linux-4.4.14/fs/cramfs/ |
D | README | 57 <block>: The i'th <block> is the output of zlib's compress function
|
/linux-4.4.14/Documentation/blockdev/ |
D | ramdisk.txt | 136 space on the RAM disk will compress to almost nothing.
|
D | zram.txt | 170 max_comp_streams RW the number of possible concurrent compress operations
|
/linux-4.4.14/scripts/ |
D | spelling.txt | 250 compres||compress
|
/linux-4.4.14/mm/ |
D | Kconfig | 541 compress them into a dynamically allocated RAM-based memory pool.
|
/linux-4.4.14/Documentation/networking/ |
D | ppp_generic.txt | 337 SC_CCP_UP CCP is up, may (de)compress packets
|
/linux-4.4.14/Documentation/kbuild/ |
D | makefiles.txt | 1023 An arch Makefile specifies goals that take the vmlinux file, compress 1132 Compress target. Use maximum compression to compress target.
|
/linux-4.4.14/fs/btrfs/ |
D | ioctl.c | 1032 int compress) in should_defrag_range() argument 1066 if (!compress && (*last_len == 0 || *last_len >= thresh) && in should_defrag_range()
|
/linux-4.4.14/init/ |
D | Kconfig | 1994 to compress the whole initrd or initramfs instead.
|
/linux-4.4.14/ |
D | MAINTAINERS | 10018 F: sound/soc/soc-compress.c
|