Searched refs:s_crop (Results 1 – 19 of 19) sorted by relevance
/linux-4.4.14/drivers/media/platform/soc_camera/ |
D | soc_scale_crop.c | 106 v4l2_subdev_call(sd, video, s_crop, crop); in soc_camera_client_s_crop() 184 v4l2_subdev_call(sd, video, s_crop, cam_crop); in soc_camera_client_s_crop() 198 v4l2_subdev_call(sd, video, s_crop, cam_crop); in soc_camera_client_s_crop()
|
D | mx3_camera.c | 820 ret = v4l2_subdev_call(sd, video, s_crop, a); in mx3_camera_set_crop()
|
D | omap1_camera.c | 1234 ret = subdev_call_with_sense(pcdev, dev, icd, sd, video, s_crop, crop); in omap1_cam_set_crop()
|
D | mx2_camera.c | 926 ret = v4l2_subdev_call(sd, video, s_crop, a); in mx2_camera_set_crop()
|
D | pxa_camera.c | 1364 ret = v4l2_subdev_call(sd, video, s_crop, a); in pxa_camera_set_crop()
|
D | soc_camera.c | 1897 return v4l2_subdev_call(sd, video, s_crop, a); in default_s_crop()
|
/linux-4.4.14/Documentation/video4linux/ |
D | soc-camera.txt | 136 support cropping, it may choose to not implement .s_crop(), but to enable 143 fields change elsewhere, e.g. during .s_crop() processing, the host driver is
|
/linux-4.4.14/include/media/ |
D | v4l2-subdev.h | 405 int (*s_crop)(struct v4l2_subdev *sd, const struct v4l2_crop *crop); member
|
/linux-4.4.14/drivers/media/i2c/soc_camera/ |
D | ov5642.c | 943 .s_crop = ov5642_s_crop,
|
D | mt9m001.c | 628 .s_crop = mt9m001_s_crop,
|
D | mt9t031.c | 724 .s_crop = mt9t031_s_crop,
|
D | mt9v022.c | 856 .s_crop = mt9v022_s_crop,
|
D | mt9m111.c | 870 .s_crop = mt9m111_s_crop,
|
D | mt9t112.c | 1029 .s_crop = mt9t112_s_crop,
|
D | rj54n1cb0c.c | 1250 .s_crop = rj54n1_s_crop,
|
D | ov6650.c | 948 .s_crop = ov6650_s_crop,
|
/linux-4.4.14/drivers/media/i2c/ |
D | tvp5150.c | 1077 .s_crop = tvp5150_s_crop,
|
/linux-4.4.14/drivers/media/platform/ |
D | sh_vou.c | 991 s_crop, &sd_crop); in sh_vou_s_selection()
|
/linux-4.4.14/drivers/media/platform/omap3isp/ |
D | ispvideo.c | 781 ret = v4l2_subdev_call(subdev, video, s_crop, crop); in isp_video_set_crop()
|