Lines Matching refs:mf

121 static void s5c73m3_fill_mbus_fmt(struct v4l2_mbus_framefmt *mf,  in s5c73m3_fill_mbus_fmt()  argument
125 mf->width = fs->width; in s5c73m3_fill_mbus_fmt()
126 mf->height = fs->height; in s5c73m3_fill_mbus_fmt()
127 mf->code = code; in s5c73m3_fill_mbus_fmt()
128 mf->colorspace = V4L2_COLORSPACE_JPEG; in s5c73m3_fill_mbus_fmt()
129 mf->field = V4L2_FIELD_NONE; in s5c73m3_fill_mbus_fmt()
1071 struct v4l2_mbus_framefmt *mf; in s5c73m3_set_fmt() local
1079 mf = v4l2_subdev_get_try_format(sd, cfg, fmt->pad); in s5c73m3_set_fmt()
1080 *mf = fmt->format; in s5c73m3_set_fmt()
1110 struct v4l2_mbus_framefmt *mf; in s5c73m3_oif_set_fmt() local
1118 mf = v4l2_subdev_get_try_format(sd, cfg, fmt->pad); in s5c73m3_oif_set_fmt()
1119 *mf = fmt->format; in s5c73m3_oif_set_fmt()
1121 mf = v4l2_subdev_get_try_format(sd, cfg, OIF_SOURCE_PAD); in s5c73m3_oif_set_fmt()
1122 mf->width = fmt->format.width; in s5c73m3_oif_set_fmt()
1123 mf->height = fmt->format.height; in s5c73m3_oif_set_fmt()
1267 struct v4l2_mbus_framefmt *mf; in s5c73m3_oif_enum_frame_size() local
1269 mf = v4l2_subdev_get_try_format(sd, cfg, in s5c73m3_oif_enum_frame_size()
1272 w = mf->width; in s5c73m3_oif_enum_frame_size()
1273 h = mf->height; in s5c73m3_oif_enum_frame_size()
1323 struct v4l2_mbus_framefmt *mf; in s5c73m3_open() local
1325 mf = v4l2_subdev_get_try_format(sd, fh->pad, S5C73M3_ISP_PAD); in s5c73m3_open()
1326 s5c73m3_fill_mbus_fmt(mf, &s5c73m3_isp_resolutions[1], in s5c73m3_open()
1329 mf = v4l2_subdev_get_try_format(sd, fh->pad, S5C73M3_JPEG_PAD); in s5c73m3_open()
1330 s5c73m3_fill_mbus_fmt(mf, &s5c73m3_jpeg_resolutions[1], in s5c73m3_open()
1338 struct v4l2_mbus_framefmt *mf; in s5c73m3_oif_open() local
1340 mf = v4l2_subdev_get_try_format(sd, fh->pad, OIF_ISP_PAD); in s5c73m3_oif_open()
1341 s5c73m3_fill_mbus_fmt(mf, &s5c73m3_isp_resolutions[1], in s5c73m3_oif_open()
1344 mf = v4l2_subdev_get_try_format(sd, fh->pad, OIF_JPEG_PAD); in s5c73m3_oif_open()
1345 s5c73m3_fill_mbus_fmt(mf, &s5c73m3_jpeg_resolutions[1], in s5c73m3_oif_open()
1348 mf = v4l2_subdev_get_try_format(sd, fh->pad, OIF_SOURCE_PAD); in s5c73m3_oif_open()
1349 s5c73m3_fill_mbus_fmt(mf, &s5c73m3_isp_resolutions[1], in s5c73m3_oif_open()