Searched defs:ov2722_device (Results 1 – 1 of 1) sorted by relevance
199 struct ov2722_device { struct200 struct v4l2_subdev sd;201 struct media_pad pad;202 struct v4l2_mbus_framefmt format;203 struct mutex input_lock;204 struct ov2722_resolution *res;206 struct camera_sensor_platform_data *platform_data;207 int vt_pix_clk_freq_mhz;208 int run_mode;209 u16 pixels_per_line;[all …]