Lines Matching refs:mf
90 struct v4l2_mbus_framefmt *mf)
95 if (mf->code == s5k6a3_formats[i].code)
112 static void s5k6a3_try_format(struct v4l2_mbus_framefmt *mf)
116 fmt = find_sensor_format(mf);
117 mf->code = fmt->code;
118 mf->field = V4L2_FIELD_NONE;
119 v4l_bound_align_image(&mf->width, S5K6A3_SENSOR_MIN_WIDTH,
121 &mf->height, S5K6A3_SENSOR_MIN_HEIGHT,
140 struct v4l2_mbus_framefmt *mf;
144 mf = __s5k6a3_get_format(sensor, cfg, fmt->pad, fmt->which);
145 if (mf) {
147 *mf = fmt->format;
158 struct v4l2_mbus_framefmt *mf;
160 mf = __s5k6a3_get_format(sensor, cfg, fmt->pad, fmt->which);
163 fmt->format = *mf;