Home
last modified time | relevance | path

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

/drivers/staging/media/atomisp/pci/
Datomisp_subdev.h292 struct atomisp_sub_device { struct
293 struct v4l2_subdev subdev;
294 struct media_pad pads[ATOMISP_SUBDEV_PADS_NUM];
295 struct atomisp_pad_format fmt[ATOMISP_SUBDEV_PADS_NUM];
296 u16 capture_pad; /* main capture pad; defines much of isp config */
298 enum atomisp_subdev_input_entity input;
299 unsigned int output;
300 struct atomisp_video_pipe video_in;
301 struct atomisp_video_pipe video_out_capture; /* capture output */
302 struct atomisp_video_pipe video_out_vf; /* viewfinder output */
[all …]