Searched defs:ov2722_device (Results 1 – 1 of 1) sorted by relevance
193 struct ov2722_device { struct194 struct v4l2_subdev sd;195 struct media_pad pad;196 struct v4l2_mbus_framefmt format;197 struct mutex input_lock;198 struct ov2722_resolution *res;200 struct camera_sensor_platform_data *platform_data;201 int power_on;202 u16 pixels_per_line;203 u16 lines_per_frame;[all …]