Searched refs:compression (Results 1 - 25 of 75) sorted by relevance

123

/linux-master/arch/mips/generic/
H A Dboard-ocelot.its.S9 compression = "none"; define
20 compression = "none"; define
H A Dboard-jaguar2.its.S9 compression = "none"; define
19 compression = "none"; define
H A Dboard-ni169445.its.S8 compression = "none"; define
H A Dboard-serval.its.S9 compression = "none"; define
H A Dboard-boston.its.S8 compression = "none"; define
H A Dboard-luton.its.S9 compression = "none"; define
H A Dboard-xilfpga.its.S8 compression = "none"; define
H A Dboard-marduk.its.S8 compression = "none"; define
H A Dvmlinux.its.S15 compression = VMLINUX_COMPRESSION; define
/linux-master/arch/mips/mobileye/
H A Dboard-epm5.its.S9 compression = "none"; define
H A Dvmlinux.its.S15 compression = VMLINUX_COMPRESSION; define
/linux-master/drivers/staging/media/atomisp/pci/
H A Dia_css_input_port.h33 /* The CSI2 interface supports 2 types of compression or can
34 * be run without compression.
37 IA_CSS_CSI2_COMPRESSION_TYPE_NONE, /** No compression */
46 /** Compressed bits per pixel (only when compression is enabled) */
48 /** Uncompressed bits per pixel (only when compression is enabled) */
58 struct ia_css_csi2_compression compression; /** Compression used */ member in struct:ia_css_input_port
/linux-master/tools/lib/bpf/
H A Dzip.h18 /* Carries information on name, compression method, and data corresponding to a
23 __u16 compression; member in struct:zip_entry
H A Dzip.c88 __u16 compression; member in struct:cd_file_header
116 __u16 compression; member in struct:local_file_header
288 out->compression = lfh->compression;
/linux-master/drivers/md/dm-vdo/
H A Dpacker.c263 .state = data_vio->compression.slot + VDO_MAPPING_STATE_COMPRESSED_BASE,
287 for (client = agent->compression.next_in_batch; client != NULL; client = next) {
288 next = client->compression.next_in_batch;
309 for (client = agent->compression.next_in_batch; client != NULL; client = next) {
310 next = client->compression.next_in_batch;
327 data_vio->compression.bin = bin;
328 data_vio->compression.slot = bin->slots_used;
333 * remove_from_bin() - Get the next data_vio whose compression has not been canceled from a bin.
346 data_vio->compression.bin = NULL;
383 * @compression
390 pack_fragment(struct compression_state *compression, struct data_vio *data_vio, block_size_t offset, slot_number_t slot, struct compressed_block *block) argument
429 struct compression_state *compression; local
[all...]
/linux-master/drivers/media/usb/pwc/
H A Dpwc-ctrl.c71 /* Entries for the Nala (645/646) camera; the Nala doesn't have compression
142 int frames, int *compression, int send_to_cam)
197 if (pdev->release < 5) { /* 4 fold compression */
209 /* Let pwc-if.c:isoc_init know we don't support higher compression */
210 *compression = 3;
217 int frames, int *compression, int send_to_cam)
222 if (size >= PSZ_MAX || *compression < 0 || *compression > 3)
232 /* Find a supported framerate with progressively higher compression */
234 pChoose = &Timon_table[size][fps][*compression];
141 set_video_mode_Nala(struct pwc_device *pdev, int size, int pixfmt, int frames, int *compression, int send_to_cam) argument
216 set_video_mode_Timon(struct pwc_device *pdev, int size, int pixfmt, int frames, int *compression, int send_to_cam) argument
267 set_video_mode_Kiara(struct pwc_device *pdev, int size, int pixfmt, int frames, int *compression, int send_to_cam) argument
319 pwc_set_video_mode(struct pwc_device *pdev, int width, int height, int pixfmt, int frames, int *compression, int send_to_cam) argument
[all...]
/linux-master/arch/powerpc/boot/
H A Dwrapper24 # -Z zsuffix compression to use (gz, xz or none)
47 compression=.gz
72 echo ' [-Z (gz|xz|none)] [--no-compression] [vmlinux]' >&2
145 compression=.gz
153 compression=".$1"
156 if [ $compression = ".none" ]; then
157 compression=
167 compression=
300 compression=
331 compression
[all...]
/linux-master/fs/bcachefs/
H A Dcompress.c299 struct bch_compression_opt compression)
302 __bch2_compression_opt_to_type[compression.type];
306 if (compression.level < LZ4HC_MIN_CLEVEL) {
320 compression.level,
335 compression.level
336 ? clamp_t(unsigned, compression.level,
353 * zstd max compression level is 22, our max level is 15
355 unsigned level = min((compression.level * 3) / 2, zstd_max_clevel());
388 struct bch_compression_opt compression)
393 __bch2_compression_opt_to_type[compression
295 attempt_compress(struct bch_fs *c, void *workspace, void *dst, size_t dst_len, void *src, size_t src_len, struct bch_compression_opt compression) argument
385 __bio_compress(struct bch_fs *c, struct bio *dst, size_t *dst_len, struct bio *src, size_t *src_len, struct bch_compression_opt compression) argument
[all...]
H A Drebalance.c157 bch2_bkey_ptrs_need_rebalance(c, k, r->target, r->compression);
179 prt_str(&buf, " compression=");
180 bch2_compression_opt_to_text(&buf, r->compression);
252 unsigned target, compression; local
256 compression = background_compression(*io_opts);
261 compression = r ? r->compression : background_compression(*io_opts);
264 data_opts->rewrite_ptrs = bch2_bkey_ptrs_need_rebalance(c, k, target, compression);
H A Dextents_format.h7 * preceded by checksum/compression information (bch_extent_crc32 or
40 * same checksum type and compression format - however, when copygc runs later (or
208 compression:8, /* enum bch_compression_opt */ member in struct:bch_extent_rebalance
212 compression:8,
H A Dio_write.h74 op->compression_opt = opts.compression;
/linux-master/include/drm/
H A Dgud.h25 * This flag can not be used in combination with compression.
26 * @compression: Supported compression types
27 * - GUD_COMPRESSION_LZ4: LZ4 lossless compression.
46 __u8 compression; member in struct:gud_display_descriptor_req
148 * @compression: Transfer compression
161 __u8 compression; member in struct:gud_set_buffer_req
/linux-master/drivers/gpu/drm/gud/
H A Dgud_drv.c100 "version=%u flags=0x%x compression=0x%x max_buffer_size=%u\n",
101 desc->version, le32_to_cpu(desc->flags), desc->compression,
337 if (gdrm->compression & GUD_COMPRESSION_LZ4)
339 if (!gdrm->compression)
343 if (gdrm->compression) {
466 gdrm->compression = desc.compression & GUD_COMPRESSION_LZ4;
468 if (gdrm->flags & GUD_DISPLAY_FLAG_FULL_UPDATE && gdrm->compression)
574 if (gdrm->compression & GUD_COMPRESSION_LZ4) {
H A Dgud_pipe.c159 u8 compression = gdrm->compression; local
171 if (compression)
200 } else if (compression && cached_reads && pitch == fb->pitches[0]) {
214 if (compression & GUD_COMPRESSION_LZ4) {
219 compression = 0;
223 req->compression = GUD_COMPRESSION_LZ4;
286 if (req.compression)
/linux-master/drivers/staging/media/atomisp/pci/runtime/isys/interface/
H A Dia_css_isys.h93 /* @brief Translate format and compression to format type.
96 * @param[in] compression The compression scheme.
100 * Translate an input format and mipi compression pair to the fmt_type.
106 mipi_predictor_t compression,

Completed in 409 milliseconds

123