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,
141 struct v4l2_mbus_framefmt *mf;
145 mf = __s5k6a3_get_format(sensor, sd_state, fmt->pad, fmt->which);
146 if (mf) {
148 *mf = fmt->format;
159 struct v4l2_mbus_framefmt *mf;
161 mf = __s5k6a3_get_format(sensor, sd_state, fmt->pad, fmt->which);
164 fmt->format = *mf;