Home
last modified time | relevance | path

Searched defs:camif_dev (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/platform/s3c-camif/
Dcamif-core.h261 struct camif_dev { struct
262 struct media_device media_dev;
263 struct v4l2_device v4l2_dev;
264 struct v4l2_subdev subdev;
265 struct v4l2_mbus_framefmt mbus_fmt;
266 struct v4l2_rect camif_crop;
267 struct media_pad pads[CAMIF_SD_PADS_NUM];
268 int stream_count;
270 struct cam_sensor {
274 } sensor;
[all …]
/kernel/linux/linux-4.19/drivers/media/platform/s3c-camif/
Dcamif-core.h265 struct camif_dev { struct
266 struct media_device media_dev;
267 struct v4l2_device v4l2_dev;
268 struct v4l2_subdev subdev;
269 struct v4l2_mbus_framefmt mbus_fmt;
270 struct v4l2_rect camif_crop;
271 struct media_pad pads[CAMIF_SD_PADS_NUM];
272 int stream_count;
274 struct cam_sensor {
278 } sensor;
[all …]