Searched refs:error_idx (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/media/v4l2-core/
H A Dv4l2-ctrls-api.c186 * configuration was done. The way we do that is through the error_idx field
193 * at index < error_idx), they could have failed (if a cluster member was at
194 * error_idx), or they may not have been processed yet (if the first cluster
195 * member appeared after error_idx).
198 * bail out. If error_idx == count, then it is an application bug. If
199 * error_idx < count then it is only an application bug if the error code was
205 * never modifies controls the error_idx is just set to whatever control
229 cs->error_idx = i;
397 cs->error_idx = cs->count;
414 cs->error_idx
[all...]
H A Dv4l2-compat-ioctl32.c654 __u32 error_idx; member in struct:v4l2_ext_controls32
712 .error_idx = ec32.error_idx,
730 .error_idx = p64->error_idx,
H A Dv4l2-ioctl.c563 pr_cont("which=0x%x, count=%d, error_idx=%d, request_fd=%d",
564 p->which, p->count, p->error_idx, p->request_fd);
890 c->error_idx = c->count;
897 c->error_idx = c->count;
904 c->error_idx = ioctl == VIDIOC_TRY_EXT_CTRLS ? i :
2336 p->error_idx = p->count;
2357 p->error_idx = p->count;
2378 p->error_idx = p->count;
/linux-master/drivers/media/usb/uvc/
H A Duvc_v4l2.c1079 ctrls->error_idx = ioctl == VIDIOC_TRY_EXT_CTRLS ? i : ctrls->count;
1103 ctrls->error_idx = i;
1121 ctrls->error_idx = i;
1126 ctrls->error_idx = 0;
1152 ctrls->error_idx = ioctl == VIDIOC_S_EXT_CTRLS ?
1158 ctrls->error_idx = 0;
H A Duvc_ctrl.c1861 ctrls->error_idx = uvc_ctrl_find_ctrl_idx(entity, ctrls,
/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-v4l2.c623 ctls->error_idx = idx;
650 ctls->error_idx = idx;
674 ctls->error_idx = idx;
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_ioctl.c1545 c->error_idx = i;
1574 c->error_idx = i;
1666 c->error_idx = i;
1695 c->error_idx = i;
/linux-master/include/soc/tegra/
H A Dbpmp-abi.h3567 uint32_t error_idx; member in struct:cmd_ec_status_get_response
3587 uint32_t error_idx; member in struct:cmd_ec_status_ex_get_response
/linux-master/drivers/media/common/
H A Dcx2341x.c962 ctrls->error_idx = i;
990 ctrls->error_idx = ctrls->count;
993 ctrls->error_idx = i;
/linux-master/include/uapi/linux/
H A Dvideodev2.h1855 __u32 error_idx; member in struct:v4l2_ext_controls

Completed in 184 milliseconds