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

/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_g450.c34 static const struct mctl g450_controls[] = variable in typeref:struct:mctl
62 #define G450CTRLS ARRAY_SIZE(g450_controls)
71 if (v4l2_id < g450_controls[i].desc.id) {
72 if (g450_controls[i].desc.id == 0x08000000) {
77 if (v4l2_id == g450_controls[i].desc.id) {
86 return (int*)((char*)minfo + g450_controls[idx].control);
94 *get_ctrl_ptr(minfo, i) = g450_controls[i].desc.default_value;
147 *p = g450_controls[i].desc;
178 if (p->value > g450_controls[i].desc.maximum) return -EINVAL;
179 if (p->value < g450_controls[
[all...]

Completed in 120 milliseconds