Lines Matching refs:camif_crop
734 struct v4l2_rect *crop = &camif->camif_crop; in __camif_video_try_format()
1254 mf->width = camif->camif_crop.width; in s3c_camif_subdev_get_fmt()
1255 mf->height = camif->camif_crop.height; in s3c_camif_subdev_get_fmt()
1288 struct v4l2_rect *crop = &camif->camif_crop; in __camif_subdev_try_format()
1304 struct v4l2_rect *crop = &camif->camif_crop; in s3c_camif_subdev_set_fmt()
1370 struct v4l2_rect *crop = &camif->camif_crop; in s3c_camif_subdev_get_selection()
1442 *r = camif->camif_crop; in __camif_try_crop()
1457 struct v4l2_rect *crop = &camif->camif_crop; in s3c_camif_subdev_set_selection()
1665 memset(&camif->camif_crop, 0, sizeof(camif->camif_crop)); in s3c_camif_set_defaults()
1666 camif->camif_crop.width = CAMIF_DEF_WIDTH; in s3c_camif_set_defaults()
1667 camif->camif_crop.height = CAMIF_DEF_HEIGHT; in s3c_camif_set_defaults()