Searched refs:cx8800_ctls (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/cx88/
H A Dcx88-video.c162 static struct cx88_ctrl cx8800_ctls[] = { variable in typeref:struct:cx88_ctrl
291 static const int CX8800_CTLS = ARRAY_SIZE(cx8800_ctls);
322 if (cx8800_ctls[i].v.id == qctrl->id)
328 *qctrl = cx8800_ctls[i].v;
330 if (cx8800_ctls[i].v.id == V4L2_CID_CHROMA_AGC &&
951 if (cx8800_ctls[i].v.id == ctl->id)
952 c = &cx8800_ctls[i];
983 if (cx8800_ctls[i].v.id == ctl->id) {
984 c = &cx8800_ctls[i];
1044 ctrl.id=cx8800_ctls[
[all...]

Completed in 93 milliseconds