Lines Matching refs:fse
441 struct v4l2_subdev_frame_size_enum *fse) in csiphy_enum_frame_size() argument
446 if (fse->index != 0) in csiphy_enum_frame_size()
449 format.code = fse->code; in csiphy_enum_frame_size()
452 csiphy_try_format(csiphy, sd_state, fse->pad, &format, fse->which); in csiphy_enum_frame_size()
453 fse->min_width = format.width; in csiphy_enum_frame_size()
454 fse->min_height = format.height; in csiphy_enum_frame_size()
456 if (format.code != fse->code) in csiphy_enum_frame_size()
459 format.code = fse->code; in csiphy_enum_frame_size()
462 csiphy_try_format(csiphy, sd_state, fse->pad, &format, fse->which); in csiphy_enum_frame_size()
463 fse->max_width = format.width; in csiphy_enum_frame_size()
464 fse->max_height = format.height; in csiphy_enum_frame_size()