Searched refs:COMPRESS (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/media/platform/mediatek/mdp3/ |
D | mtk-mdp3-regs.h | 21 #define MDP_COLOR(COMPRESS, PACKED, LOOSE, VIDEO, PLANE, HF, VF, BITS, GROUP, SWAP, ID)\ argument 22 (((COMPRESS) << 29) | ((PACKED) << 27) | ((LOOSE) << 26) | ((VIDEO) << 23) |\
|
/linux-6.12.1/fs/btrfs/ |
D | super.c | 329 btrfs_clear_opt(ctx->mount_opt, COMPRESS); in btrfs_parse_param() 355 btrfs_set_opt(ctx->mount_opt, COMPRESS); in btrfs_parse_param() 363 btrfs_set_opt(ctx->mount_opt, COMPRESS); in btrfs_parse_param() 369 btrfs_set_opt(ctx->mount_opt, COMPRESS); in btrfs_parse_param() 377 btrfs_set_opt(ctx->mount_opt, COMPRESS); in btrfs_parse_param() 383 btrfs_clear_opt(ctx->mount_opt, COMPRESS); in btrfs_parse_param() 1071 if (btrfs_test_opt(info, COMPRESS)) { in btrfs_show_options() 1468 btrfs_info_if_unset(info, old, COMPRESS, "use no compression"); in btrfs_emit_options() 1471 if (btrfs_test_opt(info, COMPRESS) && in btrfs_emit_options()
|
D | inode.c | 875 if (btrfs_test_opt(fs_info, COMPRESS) || in inode_need_compress()
|
/linux-6.12.1/Documentation/userspace-api/media/mediactl/ |
D | media-types.rst | 271 .. _MEDIA-INTF-T-ALSA-COMPRESS:
|