Home
last modified time | relevance | path

Searched refs:supported_v4l2_ctrls (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/media/video/hdpvr/
Dhdpvr-video.c712 static const s32 supported_v4l2_ctrls[] = { variable
806 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()