Searched refs:error_idx (Results 1 – 11 of 11) sorted by relevance
| /Linux-v6.6/drivers/media/v4l2-core/ |
| D | v4l2-ctrls-api.c | 229 cs->error_idx = i; in prepare_ext_ctrls() 397 cs->error_idx = cs->count; in v4l2_g_ext_ctrls_common() 414 cs->error_idx = cs->count; in v4l2_g_ext_ctrls_common() 429 cs->error_idx = i; in v4l2_g_ext_ctrls_common() 510 cs->error_idx = cs->count; in validate_ctrls() 515 cs->error_idx = i; in validate_ctrls() 565 cs->error_idx = cs->count; in try_set_ext_ctrls_common() 595 cs->error_idx = cs->count; in try_set_ext_ctrls_common() 603 cs->error_idx = i; in try_set_ext_ctrls_common()
|
| D | v4l2-compat-ioctl32.c | 646 __u32 error_idx; member 704 .error_idx = ec32.error_idx, in get_v4l2_ext_controls32() 722 .error_idx = p64->error_idx, in put_v4l2_ext_controls32()
|
| D | v4l2-ioctl.c | 564 p->which, p->count, p->error_idx, p->request_fd); in v4l_print_ext_controls() 890 c->error_idx = c->count; in check_ext_ctrls() 897 c->error_idx = c->count; in check_ext_ctrls() 904 c->error_idx = ioctl == VIDIOC_TRY_EXT_CTRLS ? i : in check_ext_ctrls() 2335 p->error_idx = p->count; in v4l_g_ext_ctrls() 2356 p->error_idx = p->count; in v4l_s_ext_ctrls() 2377 p->error_idx = p->count; in v4l_try_ext_ctrls()
|
| /Linux-v6.6/Documentation/userspace-api/media/v4l/ |
| D | vidioc-g-ext-ctrls.rst | 356 - ``error_idx`` 359 with a particular control, then ``error_idx`` is set to the index 362 ``error_idx`` is set to ``count``. The value is undefined if the 383 ``error_idx`` to ``count`` if the validation failed. This has the 387 ``error_idx`` is less than ``count`` and only the controls up to 388 ``error_idx-1`` were read or written correctly, and the state of 393 ``error_idx`` will just be set to the control that failed the 395 :ref:`VIDIOC_S_EXT_CTRLS <VIDIOC_G_EXT_CTRLS>` fails with ``error_idx`` set to ``count``,
|
| /Linux-v6.6/drivers/media/usb/uvc/ |
| D | uvc_v4l2.c | 1079 ctrls->error_idx = ioctl == VIDIOC_TRY_EXT_CTRLS ? i : ctrls->count; in uvc_ctrl_check_access() 1103 ctrls->error_idx = i; in uvc_ioctl_g_ext_ctrls() 1121 ctrls->error_idx = i; in uvc_ioctl_g_ext_ctrls() 1126 ctrls->error_idx = 0; in uvc_ioctl_g_ext_ctrls() 1152 ctrls->error_idx = ioctl == VIDIOC_S_EXT_CTRLS ? in uvc_ioctl_s_try_ext_ctrls() 1158 ctrls->error_idx = 0; in uvc_ioctl_s_try_ext_ctrls()
|
| D | uvc_ctrl.c | 1861 ctrls->error_idx = uvc_ctrl_find_ctrl_idx(entity, ctrls, in __uvc_ctrl_commit()
|
| /Linux-v6.6/include/soc/tegra/ |
| D | bpmp-abi.h | 3567 uint32_t error_idx; member 3587 uint32_t error_idx; member
|
| /Linux-v6.6/drivers/media/usb/pvrusb2/ |
| D | pvrusb2-v4l2.c | 623 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-v6.6/drivers/staging/media/atomisp/pci/ |
| D | atomisp_ioctl.c | 1545 c->error_idx = i; in atomisp_camera_g_ext_ctrls() 1574 c->error_idx = i; in atomisp_g_ext_ctrls() 1666 c->error_idx = i; in atomisp_camera_s_ext_ctrls() 1695 c->error_idx = i; in atomisp_s_ext_ctrls()
|
| /Linux-v6.6/drivers/media/common/ |
| D | cx2341x.c | 962 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-v6.6/include/uapi/linux/ |
| D | videodev2.h | 1851 __u32 error_idx; member
|