Searched refs:supported_v4l2_ctrls (Results 1 – 1 of 1) sorted by relevance
712 static const s32 supported_v4l2_ctrls[] = { variable806 for (i = 0; i < ARRAY_SIZE(supported_v4l2_ctrls); i++) { in vidioc_queryctrl()808 if (qc->id < supported_v4l2_ctrls[i]) in vidioc_queryctrl()809 qc->id = supported_v4l2_ctrls[i]; in vidioc_queryctrl()814 if (qc->id == supported_v4l2_ctrls[i]) in vidioc_queryctrl()819 if (qc->id < supported_v4l2_ctrls[i]) in vidioc_queryctrl()