Home
last modified time | relevance | path

Searched refs:V4L2_SEL_TGT_CROP_BOUNDS (Results 1 – 22 of 22) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dv4l2-common.h45 #define V4L2_SEL_TGT_CROP_BOUNDS 0x0002 macro
62 #define V4L2_SUBDEV_SEL_TGT_CROP_BOUNDS V4L2_SEL_TGT_CROP_BOUNDS
/linux-4.1.27/drivers/media/platform/vsp1/
Dvsp1_rwpf.c164 case V4L2_SEL_TGT_CROP_BOUNDS: in vsp1_rwpf_get_selection()
/linux-4.1.27/drivers/media/platform/exynos-gsc/
Dgsc-m2m.c464 case V4L2_SEL_TGT_CROP_BOUNDS: in gsc_m2m_g_selection()
521 case V4L2_SEL_TGT_CROP_BOUNDS: in gsc_m2m_s_selection()
/linux-4.1.27/drivers/media/platform/s5p-tv/
Dmixer_video.c379 case V4L2_SEL_TGT_CROP_BOUNDS: in mxr_g_selection()
442 case V4L2_SEL_TGT_CROP_BOUNDS: in mxr_s_selection()
/linux-4.1.27/drivers/media/i2c/
Ds5k5baf.c1354 case V4L2_SEL_TGT_CROP_BOUNDS: in s5k5baf_get_sel_rect()
1369 return target == V4L2_SEL_TGT_CROP_BOUNDS || in s5k5baf_is_bound_target()
/linux-4.1.27/drivers/media/platform/exynos4-is/
Dfimc-capture.c1290 case V4L2_SEL_TGT_CROP_BOUNDS: in fimc_cap_g_selection()
1622 case V4L2_SEL_TGT_CROP_BOUNDS: in fimc_subdev_get_selection()
Dfimc-lite.c1171 sel->target != V4L2_SEL_TGT_CROP_BOUNDS) || in fimc_lite_subdev_get_selection()
/linux-4.1.27/drivers/media/pci/cx18/
Dcx18-ioctl.c467 case V4L2_SEL_TGT_CROP_BOUNDS: in cx18_g_selection()
/linux-4.1.27/drivers/media/platform/omap3isp/
Dispresizer.c1243 case V4L2_SEL_TGT_CROP_BOUNDS: in resizer_get_selection()
Disppreview.c1946 case V4L2_SEL_TGT_CROP_BOUNDS: in preview_get_selection()
Dispccdc.c2236 case V4L2_SEL_TGT_CROP_BOUNDS: in ccdc_get_selection()
/linux-4.1.27/drivers/media/platform/vivid/
Dvivid-vid-out.c640 case V4L2_SEL_TGT_CROP_BOUNDS: in vivid_vid_out_g_selection()
Dvivid-vid-cap.c832 case V4L2_SEL_TGT_CROP_BOUNDS: in vivid_vid_cap_g_selection()
/linux-4.1.27/drivers/media/i2c/smiapp/
Dsmiapp-core.c2081 case V4L2_SEL_TGT_CROP_BOUNDS: in __smiapp_sel_supported()
2196 case V4L2_SEL_TGT_CROP_BOUNDS: in __smiapp_get_selection()
/linux-4.1.27/drivers/media/usb/uvc/
Duvc_v4l2.c1061 case V4L2_SEL_TGT_CROP_BOUNDS: in uvc_ioctl_g_selection()
/linux-4.1.27/drivers/media/platform/s3c-camif/
Dcamif-capture.c1375 sel->target != V4L2_SEL_TGT_CROP_BOUNDS) || in s3c_camif_subdev_get_selection()
/linux-4.1.27/drivers/media/pci/ivtv/
Divtv-ioctl.c898 case V4L2_SEL_TGT_CROP_BOUNDS: in ivtv_g_selection()
/linux-4.1.27/drivers/media/platform/ti-vpe/
Dvpe.c1672 case V4L2_SEL_TGT_CROP_BOUNDS: in vpe_g_selection()
/linux-4.1.27/drivers/media/platform/coda/
Dcoda-common.c777 case V4L2_SEL_TGT_CROP_BOUNDS: in coda_g_selection()
/linux-4.1.27/drivers/media/platform/s5p-jpeg/
Djpeg-core.c1535 case V4L2_SEL_TGT_CROP_BOUNDS: in s5p_jpeg_g_selection()
/linux-4.1.27/drivers/media/platform/am437x/
Dam437x-vpfe.c2120 case V4L2_SEL_TGT_CROP_BOUNDS: in vpfe_g_selection()
/linux-4.1.27/drivers/media/v4l2-core/
Dv4l2-ioctl.c1904 s.target = V4L2_SEL_TGT_CROP_BOUNDS; in v4l_cropcap()