Lines Matching defs:fmt
1026 struct v4l2_subdev_format *fmt)
1033 if (fmt->which == V4L2_SUBDEV_FORMAT_TRY) {
1039 fmt->format = *mf;
1048 fmt->format = ov2659->format;
1088 struct v4l2_subdev_format *fmt)
1092 struct v4l2_mbus_framefmt *mf = &fmt->format;
1115 if (fmt->which == V4L2_SUBDEV_FORMAT_TRY) {
1117 mf = v4l2_subdev_get_try_format(sd, sd_state, fmt->pad);
1118 *mf = fmt->format;
1129 ov2659->format = fmt->format;