Lines Matching defs:fmt
1967 struct v4l2_mbus_framefmt *fmt)
1971 fmt->width = mode->width;
1972 fmt->height = mode->height;
1974 if (ov8856_mbus_codes[index] == fmt->code)
1978 fmt->code = ov8856_mbus_codes[index];
1980 fmt->field = V4L2_FIELD_NONE;
2169 struct v4l2_subdev_format *fmt)
2177 width, height, fmt->format.width,
2178 fmt->format.height);
2181 ov8856_update_pad_format(ov8856, mode, &fmt->format);
2182 if (fmt->which == V4L2_SUBDEV_FORMAT_TRY) {
2183 *v4l2_subdev_get_try_format(sd, sd_state, fmt->pad) = fmt->format;
2215 struct v4l2_subdev_format *fmt)
2220 if (fmt->which == V4L2_SUBDEV_FORMAT_TRY)
2221 fmt->format = *v4l2_subdev_get_try_format(&ov8856->sd,
2223 fmt->pad);
2225 ov8856_update_pad_format(ov8856, ov8856->cur_mode, &fmt->format);