Searched refs:tvp5150_qctrl (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dtvp5150.c29 static struct v4l2_queryctrl tvp5150_qctrl[] = { variable in typeref:struct:v4l2_queryctrl
796 n = ARRAY_SIZE(tvp5150_qctrl);
799 if (ctrl->id != tvp5150_qctrl[i].id)
801 if (ctrl->value < tvp5150_qctrl[i].minimum ||
802 ctrl->value > tvp5150_qctrl[i].maximum)
954 for (i = 0; i < ARRAY_SIZE(tvp5150_qctrl); i++)
955 if (qc->id && qc->id == tvp5150_qctrl[i].id) {
956 memcpy(qc, &(tvp5150_qctrl[i]),

Completed in 93 milliseconds