Lines Matching refs:fse
423 struct v4l2_subdev_frame_size_enum *fse) in csiphy_enum_frame_size() argument
428 if (fse->index != 0) in csiphy_enum_frame_size()
431 format.code = fse->code; in csiphy_enum_frame_size()
434 csiphy_try_format(csiphy, sd_state, fse->pad, &format, fse->which); in csiphy_enum_frame_size()
435 fse->min_width = format.width; in csiphy_enum_frame_size()
436 fse->min_height = format.height; in csiphy_enum_frame_size()
438 if (format.code != fse->code) in csiphy_enum_frame_size()
441 format.code = fse->code; in csiphy_enum_frame_size()
444 csiphy_try_format(csiphy, sd_state, fse->pad, &format, fse->which); in csiphy_enum_frame_size()
445 fse->max_width = format.width; in csiphy_enum_frame_size()
446 fse->max_height = format.height; in csiphy_enum_frame_size()