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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/em28xx/
H A Dem28xx-video.c109 static struct v4l2_queryctrl em28xx_qctrl[] = { variable in typeref:struct:v4l2_queryctrl
1095 for (i = 0; i < ARRAY_SIZE(em28xx_qctrl); i++) {
1096 if (qc->id && qc->id == em28xx_qctrl[i].id) {
1097 memcpy(qc, &(em28xx_qctrl[i]),
1127 for (i = 0; i < ARRAY_SIZE(em28xx_qctrl); i++) {
1128 if (ctrl->id == em28xx_qctrl[i].id) {
1130 em28xx_qctrl[i].minimum
1132 em28xx_qctrl[i].maximum)

Completed in 44 milliseconds