Searched defs:isp_prev_device (Results 1 – 1 of 1) sorted by relevance
123 struct isp_prev_device { struct124 struct v4l2_subdev subdev;125 struct media_pad pads[PREV_PADS_NUM];126 struct v4l2_mbus_framefmt formats[PREV_PADS_NUM];127 struct v4l2_rect crop;129 struct v4l2_ctrl_handler ctrls;153 int omap3isp_preview_register_entities(struct isp_prev_device *prv, argument