Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/media/uapi/v4l/
Dvidioc-g-ext-ctrls.rst263 - ``error_idx``
265 with a particular control, then ``error_idx`` is set to the index
268 ``error_idx`` is set to ``count``. The value is undefined if the
289 ``error_idx`` to ``count`` if the validation failed. This has the
293 ``error_idx`` is less than ``count`` and only the controls up to
294 ``error_idx-1`` were read or written correctly, and the state of
299 ``error_idx`` will just be set to the control that failed the
301 :ref:`VIDIOC_S_EXT_CTRLS <VIDIOC_G_EXT_CTRLS>` fails with ``error_idx`` set to ``count``,
/Linux-v5.4/drivers/media/v4l2-core/
Dv4l2-compat-ioctl32.c845 __u32 error_idx; member
921 assign_in_user(&p64->error_idx, &p32->error_idx) || in get_v4l2_ext_controls32()
987 assign_in_user(&p32->error_idx, &p64->error_idx) || in put_v4l2_ext_controls32()
Dv4l2-ctrls.c3306 cs->error_idx = i; in prepare_ext_ctrls()
3427 cs->error_idx = cs->count; in v4l2_g_ext_ctrls_common()
3444 cs->error_idx = cs->count; in v4l2_g_ext_ctrls_common()
3461 cs->error_idx = i; in v4l2_g_ext_ctrls_common()
3723 cs->error_idx = cs->count; in validate_ctrls()
3728 cs->error_idx = i; in validate_ctrls()
3790 cs->error_idx = cs->count; in try_set_ext_ctrls_common()
3820 cs->error_idx = cs->count; in try_set_ext_ctrls_common()
3828 cs->error_idx = i; in try_set_ext_ctrls_common()
Dv4l2-ioctl.c594 p->which, p->count, p->error_idx, p->request_fd); in v4l_print_ext_controls()
926 c->error_idx = i; in check_ext_ctrls()
2192 p->error_idx = p->count; in v4l_g_ext_ctrls()
2213 p->error_idx = p->count; in v4l_s_ext_ctrls()
2234 p->error_idx = p->count; in v4l_try_ext_ctrls()
/Linux-v5.4/drivers/media/usb/uvc/
Duvc_v4l2.c1020 ctrls->error_idx = i; in uvc_ioctl_g_ext_ctrls()
1038 ctrls->error_idx = i; in uvc_ioctl_g_ext_ctrls()
1043 ctrls->error_idx = 0; in uvc_ioctl_g_ext_ctrls()
1069 ctrls->error_idx = commit ? ctrls->count : i; in uvc_ioctl_s_try_ext_ctrls()
1074 ctrls->error_idx = 0; in uvc_ioctl_s_try_ext_ctrls()
/Linux-v5.4/drivers/media/usb/pvrusb2/
Dpvrusb2-v4l2.c623 ctls->error_idx = idx; in pvr2_g_ext_ctrls()
654 ctls->error_idx = idx; in pvr2_s_ext_ctrls()
678 ctls->error_idx = idx; in pvr2_try_ext_ctrls()
/Linux-v5.4/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-v5.4/include/soc/tegra/
Dbpmp-abi.h2570 uint32_t error_idx; member
/Linux-v5.4/include/uapi/linux/
Dvideodev2.h1690 __u32 error_idx; member