Home
last modified time | relevance | path

Searched refs:v4l2_queryctrl (Results 1 – 25 of 26) sorted by relevance

12

/Linux-v5.10/Documentation/userspace-api/media/v4l/
Dvidioc-dqevent.rst134 :ref:`v4l2_queryctrl <v4l2-queryctrl>` and struct
240 :ref:`v4l2_queryctrl <v4l2-queryctrl>`.
244 :ref:`v4l2_queryctrl <v4l2-queryctrl>`.
248 :ref:`v4l2_queryctrl <v4l2-queryctrl>`.
252 :ref:`v4l2_queryctrl <v4l2-queryctrl>`.
Dvidioc-queryctrl.rst18 ``int ioctl(int fd, int VIDIOC_QUERYCTRL, struct v4l2_queryctrl *argp)``
35 Pointer to struct :c:type:`v4l2_queryctrl`, :c:type:`v4l2_query_ext_ctrl`
42 of a struct :ref:`v4l2_queryctrl <v4l2-queryctrl>` and call the
72 :ref:`v4l2_queryctrl <v4l2-queryctrl>` since that structure is full.
85 :ref:`v4l2_queryctrl <v4l2-queryctrl>` ``minimum`` to ``maximum``,
103 .. flat-table:: struct v4l2_queryctrl
287 struct :ref:`v4l2_queryctrl <v4l2-queryctrl>` ``id``.
588 The struct :ref:`v4l2_queryctrl <v4l2-queryctrl>` ``id`` is
Dextended-controls.rst112 struct v4l2_queryctrl qctrl;
170 The flags field of struct :ref:`v4l2_queryctrl <v4l2-queryctrl>` also
Dcontrol.rst326 struct v4l2_queryctrl queryctrl;
441 struct v4l2_queryctrl queryctrl;
Dhist-v4l2.rst85 1999-03-18: Fill in the category and catname fields of v4l2_queryctrl
411 8. The struct :ref:`v4l2_queryctrl <v4l2-queryctrl>` fields
/Linux-v5.10/drivers/video/fbdev/matrox/
Dmatroxfb_g450.c27 struct v4l2_queryctrl desc;
142 static int g450_query_ctrl(void* md, struct v4l2_queryctrl *p) { in g450_query_ctrl()
151 static const struct v4l2_queryctrl disctrl = in g450_query_ctrl()
Dmatroxfb_maven.c61 struct v4l2_queryctrl desc;
1034 struct v4l2_queryctrl *p) { in maven_get_queryctrl()
1043 static const struct v4l2_queryctrl disctrl = in maven_get_queryctrl()
1178 static int maven_out_get_queryctrl(void* md, struct v4l2_queryctrl* p) { in maven_out_get_queryctrl()
Dmatroxfb_base.h294 struct v4l2_queryctrl;
304 struct v4l2_queryctrl* ctrl);
/Linux-v5.10/include/media/
Dv4l2-ctrls.h1317 int v4l2_queryctrl(struct v4l2_ctrl_handler *hdl, struct v4l2_queryctrl *qc);
Dv4l2-common.h95 int v4l2_ctrl_query_fill(struct v4l2_queryctrl *qctrl,
Dv4l2-ioctl.h461 struct v4l2_queryctrl *a);
/Linux-v5.10/drivers/staging/media/atomisp/include/linux/
Datomisp_platform.h195 int (*queryctrl)(struct v4l2_subdev *sd, struct v4l2_queryctrl *qc,
/Linux-v5.10/include/media/drv-intf/
Dcx2341x.h85 struct v4l2_queryctrl *qctrl);
/Linux-v5.10/drivers/media/common/
Dcx2341x.c537 static int cx2341x_ctrl_query_fill(struct v4l2_queryctrl *qctrl, in cx2341x_ctrl_query_fill()
572 struct v4l2_queryctrl *qctrl) in cx2341x_ctrl_query()
924 static int v4l2_ctrl_check(struct v4l2_ext_control *ctrl, struct v4l2_queryctrl *qctrl, in v4l2_ctrl_check()
970 struct v4l2_queryctrl qctrl; in cx2341x_ext_ctrls()
/Linux-v5.10/drivers/staging/media/atomisp/pci/
Datomisp_ioctl.c50 static struct v4l2_queryctrl ci_v4l2_controls[] = {
2308 struct v4l2_queryctrl *qc) in atomisp_queryctl()
2320 return v4l2_queryctrl(isp->inputs[asd->input_curr].camera-> in atomisp_queryctl()
2325 return v4l2_queryctrl(isp->motor->ctrl_handler, qc); in atomisp_queryctl()
2327 return v4l2_queryctrl(isp->inputs[asd->input_curr]. in atomisp_queryctl()
2337 sizeof(struct v4l2_queryctrl)); in atomisp_queryctl()
/Linux-v5.10/drivers/media/usb/uvc/
Duvc_v4l2.c948 struct v4l2_queryctrl *qc) in uvc_ioctl_queryctrl()
961 struct v4l2_queryctrl qc = { qec->id }; in uvc_ioctl_query_ext_ctrl()
1050 struct v4l2_queryctrl qc = { .id = ctrl->id }; in uvc_ioctl_g_ext_ctrls()
Duvcvideo.h832 struct v4l2_queryctrl *v4l2_ctrl);
Duvc_ctrl.c1023 struct v4l2_queryctrl *v4l2_ctrl) in __uvc_query_v4l2_ctrl()
1113 struct v4l2_queryctrl *v4l2_ctrl) in uvc_query_v4l2_ctrl()
1210 struct v4l2_queryctrl v4l2_ctrl; in uvc_ctrl_fill_event()
/Linux-v5.10/include/uapi/linux/
Dvideodev2.h1783 struct v4l2_queryctrl { struct
2500 #define VIDIOC_QUERYCTRL _IOWR('V', 36, struct v4l2_queryctrl)
/Linux-v5.10/drivers/media/v4l2-core/
Dv4l2-ioctl.c555 const struct v4l2_queryctrl *p = arg; in v4l_print_queryctrl()
2158 struct v4l2_queryctrl *p = arg; in v4l_queryctrl()
2163 return v4l2_queryctrl(vfh->ctrl_handler, p); in v4l_queryctrl()
2165 return v4l2_queryctrl(vfd->ctrl_handler, p); in v4l_queryctrl()
2798 …C_QUERYCTRL, v4l_queryctrl, v4l_print_queryctrl, INFO_FL_CTRL | INFO_FL_CLEAR(v4l2_queryctrl, id)),
Dv4l2-common.c65 int v4l2_ctrl_query_fill(struct v4l2_queryctrl *qctrl, s32 _min, s32 _max, s32 _step, s32 _def) in v4l2_ctrl_query_fill()
Dv4l2-subdev.c385 return v4l2_queryctrl(vfh->ctrl_handler, arg); in subdev_do_ioctl()
Dv4l2-ctrls.c3265 int v4l2_queryctrl(struct v4l2_ctrl_handler *hdl, struct v4l2_queryctrl *qc) in v4l2_queryctrl() function
3299 EXPORT_SYMBOL(v4l2_queryctrl);
/Linux-v5.10/drivers/media/usb/pvrusb2/
Dpvrusb2-v4l2.c501 struct v4l2_queryctrl *vc) in pvr2_queryctrl()
Dpvrusb2-hdw.c787 struct v4l2_queryctrl qctrl = {}; in ctrl_cx2341x_getv4lflags()
2356 struct v4l2_queryctrl qctrl; in pvr2_hdw_create()

12