| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-subdev-g-fmt.rst | 57 to ``V4L2_SUBDEV_FORMAT_TRY``. When set, 'try' formats are not applied 76 ``V4L2_SUBDEV_FORMAT_TRY``, otherwise an error is returned and the errno 122 * - V4L2_SUBDEV_FORMAT_TRY
|
| H A D | vidioc-subdev-g-crop.rst | 63 to ``V4L2_SUBDEV_FORMAT_TRY``. When set, 'try' crop rectangles are not 71 ``V4L2_SUBDEV_FORMAT_TRY``, otherwise an error is returned and the errno
|
| H A D | vidioc-subdev-g-selection.rst | 51 ``V4L2_SUBDEV_FORMAT_TRY``, otherwise an error is returned and the errno
|
| H A D | vidioc-subdev-g-frame-interval.rst | 63 to ``V4L2_SUBDEV_FORMAT_TRY``, otherwise an error is returned and the errno
|
| /linux/drivers/media/platform/microchip/ |
| H A D | microchip-isc-scaler.c | 35 if (format->which == V4L2_SUBDEV_FORMAT_TRY) { in isc_scaler_get_fmt() 76 if (req_fmt->which == V4L2_SUBDEV_FORMAT_TRY) { in isc_scaler_set_fmt()
|
| /linux/drivers/media/platform/sunxi/sun4i-csi/ |
| H A D | sun4i_v4l2.c | 287 if (fmt->which == V4L2_SUBDEV_FORMAT_TRY) in sun4i_csi_subdev_get_fmt() 304 if (fmt->which == V4L2_SUBDEV_FORMAT_TRY) in sun4i_csi_subdev_set_fmt()
|
| /linux/drivers/media/platform/samsung/exynos4-is/ |
| H A D | fimc-isp.c | 128 if (fmt->which == V4L2_SUBDEV_FORMAT_TRY) { in fimc_isp_subdev_get_fmt() 174 if (fmt->which == V4L2_SUBDEV_FORMAT_TRY) in __isp_subdev_try_format() 208 if (fmt->which == V4L2_SUBDEV_FORMAT_TRY) { in fimc_isp_subdev_set_fmt()
|
| H A D | fimc-capture.c | 766 : V4L2_SUBDEV_FORMAT_TRY, in fimc_pipeline_try_format() 1479 if (fmt->which == V4L2_SUBDEV_FORMAT_TRY) { in fimc_subdev_get_fmt() 1534 if (fmt->which == V4L2_SUBDEV_FORMAT_TRY) { in fimc_subdev_set_fmt() 1616 if (sel->which == V4L2_SUBDEV_FORMAT_TRY) { in fimc_subdev_get_selection() 1663 if (sel->which == V4L2_SUBDEV_FORMAT_TRY) { in fimc_subdev_set_selection()
|
| /linux/include/uapi/linux/ |
| H A D | v4l2-subdev.h | 26 V4L2_SUBDEV_FORMAT_TRY = 0, enumerator
|
| /linux/drivers/staging/media/sunxi/sun6i-isp/ |
| H A D | sun6i_isp_proc.c | 304 if (format->which == V4L2_SUBDEV_FORMAT_TRY) in sun6i_isp_proc_get_fmt() 327 if (format->which == V4L2_SUBDEV_FORMAT_TRY) in sun6i_isp_proc_set_fmt()
|
| /linux/drivers/media/v4l2-core/ |
| H A D | v4l2-subdev.c | 192 if (which != V4L2_SUBDEV_FORMAT_TRY && in check_which() 230 if (which == V4L2_SUBDEV_FORMAT_TRY && (!state || !state->pads)) in check_state() 627 return which == V4L2_SUBDEV_FORMAT_TRY ? in subdev_ioctl_get_state() 800 if (format->which != V4L2_SUBDEV_FORMAT_TRY && ro_subdev) in subdev_do_ioctl() 837 if (crop->which != V4L2_SUBDEV_FORMAT_TRY && ro_subdev) in subdev_do_ioctl() 897 if (fi->which != V4L2_SUBDEV_FORMAT_TRY && ro_subdev) in subdev_do_ioctl() 929 if (sel->which != V4L2_SUBDEV_FORMAT_TRY && ro_subdev) in subdev_do_ioctl() 1038 if (routing->which != V4L2_SUBDEV_FORMAT_TRY && ro_subdev) in subdev_do_ioctl()
|
| /linux/drivers/media/platform/sunxi/sun6i-csi/ |
| H A D | sun6i_csi_bridge.c | 549 if (format->which == V4L2_SUBDEV_FORMAT_TRY) in sun6i_csi_bridge_get_fmt() 572 if (format->which == V4L2_SUBDEV_FORMAT_TRY) in sun6i_csi_bridge_set_fmt()
|
| /linux/drivers/staging/media/imx/ |
| H A D | imx-ic-prp.c | 85 if (which == V4L2_SUBDEV_FORMAT_TRY) in __prp_get_fmt()
|
| /linux/drivers/media/usb/go7007/ |
| H A D | s2250-board.c | 411 if (format->which == V4L2_SUBDEV_FORMAT_TRY) in s2250_set_fmt()
|
| /linux/drivers/media/platform/cadence/ |
| H A D | cdns-csi2tx.c | 178 if (fmt->which == V4L2_SUBDEV_FORMAT_TRY) in __csi2tx_get_pad_format()
|
| /linux/drivers/media/platform/ti/omap3isp/ |
| H A D | ispccdc.c | 1944 if (which == V4L2_SUBDEV_FORMAT_TRY) in __ccdc_get_format() 1955 if (which == V4L2_SUBDEV_FORMAT_TRY) in __ccdc_get_crop() 2471 format.which = fh ? V4L2_SUBDEV_FORMAT_TRY : V4L2_SUBDEV_FORMAT_ACTIVE; in ccdc_init_formats()
|
| /linux/drivers/media/i2c/ |
| H A D | ov7670.c | 1111 if (format->which == V4L2_SUBDEV_FORMAT_TRY) { in ov7670_set_fmt() 1142 if (format->which == V4L2_SUBDEV_FORMAT_TRY) { in ov7670_get_fmt()
|
| H A D | isl7998x.c | 1009 if (format->which == V4L2_SUBDEV_FORMAT_TRY) { in isl7998x_get_fmt() 1046 if (format->which == V4L2_SUBDEV_FORMAT_TRY) in isl7998x_set_fmt()
|
| H A D | ov02c10.c | 714 if (fmt->which == V4L2_SUBDEV_FORMAT_TRY) in ov02c10_set_format()
|
| H A D | tvp5150.c | 1036 case V4L2_SUBDEV_FORMAT_TRY: in tvp5150_get_pad_crop() 1138 sel->which == V4L2_SUBDEV_FORMAT_TRY) in tvp5150_set_selection()
|
| H A D | ov2640.c | 922 if (format->which == V4L2_SUBDEV_FORMAT_TRY) { in ov2640_get_fmt()
|
| /linux/drivers/staging/media/tegra-video/ |
| H A D | csi.c | 211 if (fmt->which == V4L2_SUBDEV_FORMAT_TRY) in csi_set_format()
|
| H A D | vi.c | 430 .which = V4L2_SUBDEV_FORMAT_TRY, in __tegra_channel_try_format() 434 .which = V4L2_SUBDEV_FORMAT_TRY, in __tegra_channel_try_format()
|
| /linux/drivers/staging/media/atomisp/i2c/ |
| H A D | atomisp-gc2235.c | 553 if (format->which == V4L2_SUBDEV_FORMAT_TRY) { in gc2235_set_fmt()
|
| H A D | atomisp-ov2722.c | 655 if (format->which == V4L2_SUBDEV_FORMAT_TRY) { in ov2722_set_fmt()
|