diff options
| author | David Bang <dbang@nvidia.com> | 2017-09-21 14:35:47 -0400 |
|---|---|---|
| committer | mobile promotions <svcmobile_promotions@nvidia.com> | 2017-10-13 20:00:45 -0400 |
| commit | 9431e373a83437a2021efe9f86a4ad87a5503adb (patch) | |
| tree | 93c800e1dfb0686ecd0110a8ddd27c6fa885bf4e /include/uapi/misc | |
| parent | 8d691affacfda4b58afcbfdb5a0bdffccc219798 (diff) | |
drivers: camera: add ioctl mipical status
Add support for the user to read the mipical status register
through ioctl
Jira CRTC-1407
Change-Id: Icdddc399d23f7f884febb30cc4048ada435e26c5
Signed-off-by: David Bang <dbang@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1565667
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com>
Reviewed-by: Hien Goi <hgoi@nvidia.com>
Reviewed-by: svccoveritychecker <svccoveritychecker@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: Jihoon Bang <jbang@nvidia.com>
Reviewed-by: Josh Kergan <jkergan@nvidia.com>
Reviewed-by: Bhanu Murthy V <bmurthyv@nvidia.com>
Diffstat (limited to 'include/uapi/misc')
| -rw-r--r-- | include/uapi/misc/tegra_mipi_ioctl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/misc/tegra_mipi_ioctl.h b/include/uapi/misc/tegra_mipi_ioctl.h index f5587e188..3c188b54a 100644 --- a/include/uapi/misc/tegra_mipi_ioctl.h +++ b/include/uapi/misc/tegra_mipi_ioctl.h | |||
| @@ -21,5 +21,6 @@ | |||
| 21 | 21 | ||
| 22 | #define TEGRA_MIPI_IOCTL_BIAS_PAD_CTRL _IOW(TEGRA_MIPI_IOCTL_MAGIC, 1, u32) | 22 | #define TEGRA_MIPI_IOCTL_BIAS_PAD_CTRL _IOW(TEGRA_MIPI_IOCTL_MAGIC, 1, u32) |
| 23 | #define TEGRA_MIPI_IOCTL_CAL _IOW(TEGRA_MIPI_IOCTL_MAGIC, 2, u32) | 23 | #define TEGRA_MIPI_IOCTL_CAL _IOW(TEGRA_MIPI_IOCTL_MAGIC, 2, u32) |
| 24 | #define TEGRA_MIPI_IOCTL_CAL_STATUS _IOR(TEGRA_MIPI_IOCTL_MAGIC, 3, __u32) | ||
| 24 | 25 | ||
| 25 | #endif | 26 | #endif |
