| .. | .. |
|---|
| 18 | 18 | #define _V4L2_CONTROLS_ROCKCHIP_H |
|---|
| 19 | 19 | |
|---|
| 20 | 20 | #include <linux/videodev2.h> |
|---|
| 21 | | -#include <media/v4l2-config_rockchip.h> |
|---|
| 22 | | - |
|---|
| 23 | | -#define RK_VIDIOC_CAMERA_MODULEINFO \ |
|---|
| 24 | | - _IOWR('v', BASE_VIDIOC_PRIVATE + 10, struct camera_module_info_s) |
|---|
| 25 | | -#define RK_VIDIOC_SENSOR_MODE_DATA \ |
|---|
| 26 | | - _IOR('v', BASE_VIDIOC_PRIVATE, struct isp_supplemental_sensor_mode_data) |
|---|
| 27 | | -#define RK_VIDIOC_SENSOR_CONFIGINFO \ |
|---|
| 28 | | - _IOR('v', BASE_VIDIOC_PRIVATE + 1, struct sensor_config_info_s) |
|---|
| 29 | | -#define RK_VIDIOC_SENSOR_REG_ACCESS \ |
|---|
| 30 | | - _IOWR('v', BASE_VIDIOC_PRIVATE + 2, struct sensor_reg_rw_s) |
|---|
| 31 | 21 | |
|---|
| 32 | 22 | #define V4L2_CID_USER_RK_BASE (V4L2_CID_USER_BASE + 0x1080) |
|---|
| 33 | | -#define RK_V4L2_CID_VBLANKING (V4L2_CID_USER_RK_BASE + 1) |
|---|
| 34 | | -#define RK_V4L2_CID_GAIN_PERCENT (V4L2_CID_USER_RK_BASE + 2) |
|---|
| 35 | | -#define RK_V4L2_CID_AUTO_FPS (V4L2_CID_USER_RK_BASE + 3) |
|---|
| 36 | | -#define RK_V4L2_CID_VTS (V4L2_CID_USER_RK_BASE + 4) |
|---|
| 37 | | -#define RK_V4L2_CID_CLS_EXP (V4L2_CID_USER_RK_BASE + 5) |
|---|
| 38 | 23 | |
|---|
| 39 | 24 | #define RK_V4L2_CID_AUDIO_SAMPLING_RATE (V4L2_CID_USER_RK_BASE + 0x100) |
|---|
| 40 | 25 | #define RK_V4L2_CID_AUDIO_PRESENT (V4L2_CID_USER_RK_BASE + 0x101) |
|---|