Searched refs:next_flags (Results 1 – 1 of 1) sorted by relevance
942 const unsigned int next_flags = V4L2_CTRL_FLAG_NEXT_CTRL | V4L2_CTRL_FLAG_NEXT_COMPOUND; in v4l2_query_ext_ctrl() local955 if ((qc->id & next_flags) && !list_empty(&hdl->ctrl_refs)) { in v4l2_query_ext_ctrl()961 if ((qc->id & next_flags) == V4L2_CTRL_FLAG_NEXT_COMPOUND) { in v4l2_query_ext_ctrl()964 } else if ((qc->id & next_flags) == next_flags) { in v4l2_query_ext_ctrl()
Completed in 4 milliseconds