Searched refs:V4L2_CTRL_FLAG_NEXT_COMPOUND (Results 1 – 6 of 6) sorted by relevance
61 there is none. In addition, the ``V4L2_CTRL_FLAG_NEXT_COMPOUND`` flag65 ``V4L2_CTRL_FLAG_NEXT_CTRL`` and ``V4L2_CTRL_FLAG_NEXT_COMPOUND`` in192 ID is ORed with ``V4L2_CTRL_FLAG_NEXT_COMPOUND`` the driver clears
76 ``V4L2_CTRL_FLAG_NEXT_COMPOUND`` when enumerating controls to actually
1061 const unsigned int next_flags = V4L2_CTRL_FLAG_NEXT_CTRL | V4L2_CTRL_FLAG_NEXT_COMPOUND; in v4l2_query_ext_ctrl()1080 if ((qc->id & next_flags) == V4L2_CTRL_FLAG_NEXT_COMPOUND) { in v4l2_query_ext_ctrl()
1179 int next_compound = v4l2_id & V4L2_CTRL_FLAG_NEXT_COMPOUND; in uvc_find_control()1318 (V4L2_CTRL_FLAG_NEXT_CTRL | V4L2_CTRL_FLAG_NEXT_COMPOUND); in __uvc_query_v4l2_class()
402 replace define V4L2_CTRL_FLAG_NEXT_COMPOUND control
2049 #define V4L2_CTRL_FLAG_NEXT_COMPOUND 0x40000000 macro