Searched refs:g450_controls (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/video/matrox/
H A Dmatroxfb_g450.c33 static const struct mctl g450_controls[] = variable in typeref:struct:mctl
61 #define G450CTRLS ARRAY_SIZE(g450_controls)
70 if (v4l2_id < g450_controls[i].desc.id) {
71 if (g450_controls[i].desc.id == 0x08000000) {
76 if (v4l2_id == g450_controls[i].desc.id) {
85 return (int*)((char*)minfo + g450_controls[idx].control);
93 *get_ctrl_ptr(minfo, i) = g450_controls[i].desc.default_value;
146 *p = g450_controls[i].desc;
177 if (p->value > g450_controls[i].desc.maximum) return -EINVAL;
178 if (p->value < g450_controls[
[all...]

Completed in 177 milliseconds