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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cx88/
H A Dcx88-video.c171 static struct cx88_ctrl cx8800_ctls[] = { variable in typeref:struct:cx88_ctrl
276 static const int CX8800_CTLS = ARRAY_SIZE(cx8800_ctls);
304 if (cx8800_ctls[i].v.id == qctrl->id)
310 *qctrl = cx8800_ctls[i].v;
895 if (cx8800_ctls[i].v.id == ctl->id)
896 c = &cx8800_ctls[i];
927 if (cx8800_ctls[i].v.id == ctl->id) {
928 c = &cx8800_ctls[i];
982 ctrl.id=cx8800_ctls[i].v.id;
983 ctrl.value=cx8800_ctls[
[all...]

Completed in 35 milliseconds