Searched defs:ov2680_device (Results 1 – 1 of 1) sorted by relevance
169 struct ov2680_device { struct170 struct v4l2_subdev sd;171 struct media_pad pad;172 struct v4l2_mbus_framefmt format;196 #define to_ov2680_sensor(x) container_of(x, struct ov2680_device, sd) argument