arm64: mte: change ASYNC and SYNC TCF settings into bitfields
[linux-2.6-microblaze.git] / include / uapi / linux / ccs.h
1 /* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
2 /* Copyright (C) 2020 Intel Corporation */
3
4 #ifndef __UAPI_CCS_H__
5 #define __UAPI_CCS_H__
6
7 #include <linux/v4l2-controls.h>
8
9 #define V4L2_CID_CCS_ANALOGUE_GAIN_M0           (V4L2_CID_USER_CCS_BASE + 1)
10 #define V4L2_CID_CCS_ANALOGUE_GAIN_C0           (V4L2_CID_USER_CCS_BASE + 2)
11 #define V4L2_CID_CCS_ANALOGUE_GAIN_M1           (V4L2_CID_USER_CCS_BASE + 3)
12 #define V4L2_CID_CCS_ANALOGUE_GAIN_C1           (V4L2_CID_USER_CCS_BASE + 4)
13 #define V4L2_CID_CCS_ANALOGUE_LINEAR_GAIN       (V4L2_CID_USER_CCS_BASE + 5)
14 #define V4L2_CID_CCS_ANALOGUE_EXPONENTIAL_GAIN  (V4L2_CID_USER_CCS_BASE + 6)
15 #define V4L2_CID_CCS_SHADING_CORRECTION         (V4L2_CID_USER_CCS_BASE + 8)
16 #define V4L2_CID_CCS_LUMINANCE_CORRECTION_LEVEL (V4L2_CID_USER_CCS_BASE + 9)
17
18 #endif