Searched refs:qec (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/media/usb/uvc/
H A Duvc_v4l2.c1037 struct v4l2_query_ext_ctrl *qec)
1041 struct v4l2_queryctrl qc = { qec->id };
1048 qec->id = qc.id;
1049 qec->type = qc.type;
1050 strscpy(qec->name, qc.name, sizeof(qec->name));
1051 qec->minimum = qc.minimum;
1052 qec->maximum = qc.maximum;
1053 qec->step = qc.step;
1054 qec
1036 uvc_ioctl_query_ext_ctrl(struct file *file, void *fh, struct v4l2_query_ext_ctrl *qec) argument
[all...]
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-ctrls-api.c1119 struct v4l2_query_ext_ctrl qec = { qc->id }; local
1122 rc = v4l2_query_ext_ctrl(hdl, &qec);
1126 qc->id = qec.id;
1127 qc->type = qec.type;
1128 qc->flags = qec.flags;
1129 strscpy(qc->name, qec.name, sizeof(qc->name));
1137 qc->minimum = qec.minimum;
1138 qc->maximum = qec.maximum;
1139 qc->step = qec.step;
1140 qc->default_value = qec
[all...]
H A Dv4l2-compat-ioctl32.c677 struct v4l2_query_ext_ctrl qec = { id }; local
697 return !ops->vidioc_query_ext_ctrl(file, fh, &qec) &&
698 (qec.flags & V4L2_CTRL_FLAG_HAS_PAYLOAD);

Completed in 126 milliseconds