Searched refs:V4L2_CTRL_FLAG_NEXT_CTRL (Results 1 – 9 of 9) sorted by relevance
107 ``V4L2_CTRL_FLAG_NEXT_CTRL`` flag:114 qctrl.id = V4L2_CTRL_FLAG_NEXT_CTRL;117 qctrl.id |= V4L2_CTRL_FLAG_NEXT_CTRL;121 ``V4L2_CTRL_FLAG_NEXT_CTRL`` flag. The ``VIDIOC_QUERYCTRL`` ioctl will133 qctrl.id = V4L2_CTRL_CLASS_MPEG | V4L2_CTRL_FLAG_NEXT_CTRL;138 qctrl.id |= V4L2_CTRL_FLAG_NEXT_CTRL;142 top 4 bits are reserved for flags (e. g. ``V4L2_CTRL_FLAG_NEXT_CTRL``)153 ``V4L2_CTRL_FLAG_NEXT_CTRL``. In that case the old method of enumerating
347 queryctrl.id = V4L2_CTRL_FLAG_NEXT_CTRL;356 queryctrl.id |= V4L2_CTRL_FLAG_NEXT_CTRL;372 query_ext_ctrl.id = V4L2_CTRL_FLAG_NEXT_CTRL | V4L2_CTRL_FLAG_NEXT_COMPOUND;381 query_ext_ctrl.id |= V4L2_CTRL_FLAG_NEXT_CTRL | V4L2_CTRL_FLAG_NEXT_COMPOUND;504 the ``V4L2_CTRL_FLAG_NEXT_CTRL`` flag to enumerate all IDs, so
59 When the application ORs ``id`` with ``V4L2_CTRL_FLAG_NEXT_CTRL`` the65 ``V4L2_CTRL_FLAG_NEXT_CTRL`` and ``V4L2_CTRL_FLAG_NEXT_COMPOUND`` in112 V4L2_CTRL_FLAG_NEXT_CTRL the driver clears the flag and190 ``V4L2_CTRL_FLAG_NEXT_CTRL`` the driver clears the flag and
508 if (vc->id & V4L2_CTRL_FLAG_NEXT_CTRL) { in pvr2_queryctrl()510 hdw, (vc->id & ~V4L2_CTRL_FLAG_NEXT_CTRL)); in pvr2_queryctrl()
373 replace define V4L2_CTRL_FLAG_NEXT_CTRL control
1837 #define V4L2_CTRL_FLAG_NEXT_CTRL 0x80000000 macro
897 int next = v4l2_id & V4L2_CTRL_FLAG_NEXT_CTRL; in uvc_find_control()
2331 if (qc->id & V4L2_CTRL_FLAG_NEXT_CTRL) in atomisp_queryctl()
3174 const unsigned next_flags = V4L2_CTRL_FLAG_NEXT_CTRL | V4L2_CTRL_FLAG_NEXT_COMPOUND; in v4l2_query_ext_ctrl()