Searched refs:next_flags (Results 1 – 1 of 1) sorted by relevance
1022 const unsigned int next_flags = V4L2_CTRL_FLAG_NEXT_CTRL | V4L2_CTRL_FLAG_NEXT_COMPOUND; in v4l2_query_ext_ctrl() local1035 if ((qc->id & next_flags) && !list_empty(&hdl->ctrl_refs)) { in v4l2_query_ext_ctrl()1041 if ((qc->id & next_flags) == V4L2_CTRL_FLAG_NEXT_COMPOUND) { in v4l2_query_ext_ctrl()1044 } else if ((qc->id & next_flags) == next_flags) { in v4l2_query_ext_ctrl()
Completed in 5 milliseconds