Lines Matching defs:fse
1230 struct v4l2_subdev_frame_size_enum fse = {};
1239 fse.code = isc->try_config.sd_format->mbus_code;
1240 fse.which = V4L2_SUBDEV_FORMAT_TRY;
1243 pad_cfg, &fse);
1252 pad_cfg->try_crop.width = fse.max_width;
1253 pad_cfg->try_crop.height = fse.max_height;
1487 struct v4l2_subdev_frame_size_enum fse = {
1507 NULL, &fse);
1512 fsize->discrete.width = fse.max_width;
1513 fsize->discrete.height = fse.max_height;