Lines Matching defs:fmt
1169 struct v4l2_subdev_format *fmt)
1174 if (fmt->which == V4L2_SUBDEV_FORMAT_TRY) {
1176 fmt->format = *mf;
1181 fmt->format = ov965x->format;
1214 struct v4l2_subdev_format *fmt)
1217 struct v4l2_mbus_framefmt *mf = &fmt->format;
1234 if (fmt->which == V4L2_SUBDEV_FORMAT_TRY) {
1237 fmt->pad);
1238 *mf = fmt->format;
1245 ov965x->format = fmt->format;
1251 if (!ret && fmt->which == V4L2_SUBDEV_FORMAT_ACTIVE) {