Lines Matching defs:fmt
1171 struct v4l2_subdev_format *fmt)
1176 if (fmt->which == V4L2_SUBDEV_FORMAT_TRY) {
1178 fmt->format = *mf;
1183 fmt->format = ov965x->format;
1216 struct v4l2_subdev_format *fmt)
1219 struct v4l2_mbus_framefmt *mf = &fmt->format;
1236 if (fmt->which == V4L2_SUBDEV_FORMAT_TRY) {
1238 mf = v4l2_subdev_get_try_format(sd, cfg, fmt->pad);
1239 *mf = fmt->format;
1246 ov965x->format = fmt->format;
1252 if (!ret && fmt->which == V4L2_SUBDEV_FORMAT_ACTIVE) {