diff options
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/soc_camera.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/media/soc_camera.h b/include/media/soc_camera.h index 3bc5b6b20f64..2d116bbbcce1 100644 --- a/include/media/soc_camera.h +++ b/include/media/soc_camera.h | |||
@@ -83,7 +83,11 @@ struct soc_camera_host_ops { | |||
83 | int (*reqbufs)(struct soc_camera_file *, struct v4l2_requestbuffers *); | 83 | int (*reqbufs)(struct soc_camera_file *, struct v4l2_requestbuffers *); |
84 | int (*querycap)(struct soc_camera_host *, struct v4l2_capability *); | 84 | int (*querycap)(struct soc_camera_host *, struct v4l2_capability *); |
85 | int (*set_bus_param)(struct soc_camera_device *, __u32); | 85 | int (*set_bus_param)(struct soc_camera_device *, __u32); |
86 | int (*get_ctrl)(struct soc_camera_device *, struct v4l2_control *); | ||
87 | int (*set_ctrl)(struct soc_camera_device *, struct v4l2_control *); | ||
86 | unsigned int (*poll)(struct file *, poll_table *); | 88 | unsigned int (*poll)(struct file *, poll_table *); |
89 | const struct v4l2_queryctrl *controls; | ||
90 | int num_controls; | ||
87 | }; | 91 | }; |
88 | 92 | ||
89 | #define SOCAM_SENSOR_INVERT_PCLK (1 << 0) | 93 | #define SOCAM_SENSOR_INVERT_PCLK (1 << 0) |