Home
last modified time | relevance | path

Searched refs:error_idx (Results 1 – 11 of 11) sorted by relevance

/linux-5.19.10/drivers/media/v4l2-core/
Dv4l2-ctrls-api.c220 cs->error_idx = i; in prepare_ext_ctrls()
364 cs->error_idx = cs->count; in v4l2_g_ext_ctrls_common()
381 cs->error_idx = cs->count; in v4l2_g_ext_ctrls_common()
396 cs->error_idx = i; in v4l2_g_ext_ctrls_common()
469 cs->error_idx = cs->count; in validate_ctrls()
474 cs->error_idx = i; in validate_ctrls()
524 cs->error_idx = cs->count; in try_set_ext_ctrls_common()
554 cs->error_idx = cs->count; in try_set_ext_ctrls_common()
562 cs->error_idx = i; in try_set_ext_ctrls_common()
Dv4l2-compat-ioctl32.c662 __u32 error_idx; member
720 .error_idx = ec32.error_idx, in get_v4l2_ext_controls32()
738 .error_idx = p64->error_idx, in put_v4l2_ext_controls32()
Dv4l2-ioctl.c573 p->which, p->count, p->error_idx, p->request_fd); in v4l_print_ext_controls()
899 c->error_idx = c->count; in check_ext_ctrls()
906 c->error_idx = c->count; in check_ext_ctrls()
913 c->error_idx = ioctl == VIDIOC_TRY_EXT_CTRLS ? i : in check_ext_ctrls()
2274 p->error_idx = p->count; in v4l_g_ext_ctrls()
2295 p->error_idx = p->count; in v4l_s_ext_ctrls()
2316 p->error_idx = p->count; in v4l_try_ext_ctrls()
/linux-5.19.10/Documentation/userspace-api/media/v4l/
Dvidioc-g-ext-ctrls.rst310 - ``error_idx``
313 with a particular control, then ``error_idx`` is set to the index
316 ``error_idx`` is set to ``count``. The value is undefined if the
337 ``error_idx`` to ``count`` if the validation failed. This has the
341 ``error_idx`` is less than ``count`` and only the controls up to
342 ``error_idx-1`` were read or written correctly, and the state of
347 ``error_idx`` will just be set to the control that failed the
349 :ref:`VIDIOC_S_EXT_CTRLS <VIDIOC_G_EXT_CTRLS>` fails with ``error_idx`` set to ``count``,
/linux-5.19.10/drivers/media/usb/uvc/
Duvc_v4l2.c1025 ctrls->error_idx = ioctl == VIDIOC_TRY_EXT_CTRLS ? i : ctrls->count; in uvc_ctrl_check_access()
1049 ctrls->error_idx = i; in uvc_ioctl_g_ext_ctrls()
1067 ctrls->error_idx = i; in uvc_ioctl_g_ext_ctrls()
1072 ctrls->error_idx = 0; in uvc_ioctl_g_ext_ctrls()
1098 ctrls->error_idx = ioctl == VIDIOC_S_EXT_CTRLS ? in uvc_ioctl_s_try_ext_ctrls()
1104 ctrls->error_idx = 0; in uvc_ioctl_s_try_ext_ctrls()
Duvc_ctrl.c1678 ctrls->error_idx = uvc_ctrl_find_ctrl_idx(entity, ctrls, in __uvc_ctrl_commit()
/linux-5.19.10/include/soc/tegra/
Dbpmp-abi.h2912 uint32_t error_idx; member
2932 uint32_t error_idx; member
/linux-5.19.10/drivers/media/usb/pvrusb2/
Dpvrusb2-v4l2.c623 ctls->error_idx = idx; in pvr2_g_ext_ctrls()
650 ctls->error_idx = idx; in pvr2_s_ext_ctrls()
674 ctls->error_idx = idx; in pvr2_try_ext_ctrls()
/linux-5.19.10/drivers/media/common/
Dcx2341x.c962 ctrls->error_idx = i; in cx2341x_ext_ctrls()
990 ctrls->error_idx = ctrls->count; in cx2341x_ext_ctrls()
993 ctrls->error_idx = i; in cx2341x_ext_ctrls()
/linux-5.19.10/drivers/staging/media/atomisp/pci/
Datomisp_ioctl.c2616 c->error_idx = i; in atomisp_camera_g_ext_ctrls()
2645 c->error_idx = i; in atomisp_g_ext_ctrls()
2748 c->error_idx = i; in atomisp_camera_s_ext_ctrls()
2777 c->error_idx = i; in atomisp_s_ext_ctrls()
/linux-5.19.10/include/uapi/linux/
Dvideodev2.h1782 __u32 error_idx; member