Home
last modified time | relevance | path

Searched refs:queryctrl (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dcontrol.rst338 struct v4l2_queryctrl queryctrl;
357 memset(&queryctrl, 0, sizeof(queryctrl));
365 enumerate_menu(queryctrl.id);
406 memset(&queryctrl, 0, sizeof(queryctrl));
409 queryctrl.id < V4L2_CID_LASTP1;
410 queryctrl.id++) {
418 enumerate_menu(queryctrl.id);
429 queryctrl.id++) {
437 enumerate_menu(queryctrl.id);
453 struct v4l2_queryctrl queryctrl;
[all …]
H A Dvidioc-dqevent.rst133 :ref:`v4l2_queryctrl <v4l2-queryctrl>` and struct
239 :ref:`v4l2_queryctrl <v4l2-queryctrl>`.
243 :ref:`v4l2_queryctrl <v4l2-queryctrl>`.
247 :ref:`v4l2_queryctrl <v4l2-queryctrl>`.
251 :ref:`v4l2_queryctrl <v4l2-queryctrl>`.
H A Duser-func.rst61 vidioc-queryctrl
H A Dvidioc-queryctrl.rst42 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``,
99 .. _v4l2-queryctrl:
287 struct :ref:`v4l2_queryctrl <v4l2-queryctrl>` ``id``.
669 The struct :ref:`v4l2_queryctrl <v4l2-queryctrl>` ``id`` is
H A Dextended-controls.rst170 The flags field of struct :ref:`v4l2_queryctrl <v4l2-queryctrl>` also
H A Dhist-v4l2.rst411 8. The struct :ref:`v4l2_queryctrl <v4l2-queryctrl>` fields
/openbmc/linux/drivers/staging/media/atomisp/include/linux/
H A Datomisp_platform.h169 int (*queryctrl)(struct v4l2_subdev *sd, struct v4l2_queryctrl *qc, member