Home
last modified time | relevance | path

Searched refs:matroxfb_queryctrl (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/include/linux/
Dmatroxfb.h33 struct matroxfb_queryctrl { struct
69 #define MATROXFB_TVOQUERYCTRL _IOWR('V',36,struct matroxfb_queryctrl) argument
/linux-2.4.37.9/drivers/video/matrox/
Dmatroxfb_g450.c25 struct matroxfb_queryctrl desc;
138 static int g450_query_ctrl(void* md, struct matroxfb_queryctrl *p) { in g450_query_ctrl()
147 static const struct matroxfb_queryctrl disctrl = in g450_query_ctrl()
Dmatroxfb_maven.c67 struct matroxfb_queryctrl desc;
1027 struct matroxfb_queryctrl *p) { in maven_get_queryctrl()
1036 static const struct matroxfb_queryctrl disctrl = in maven_get_queryctrl()
1171 static int maven_out_get_queryctrl(void* md, struct matroxfb_queryctrl* p) { in maven_out_get_queryctrl()
Dmatroxfb_base.h431 struct matroxfb_queryctrl;
442 struct matroxfb_queryctrl* ctrl);
Dmatroxfb_base.c1428 struct matroxfb_queryctrl qctrl; in matroxfb_ioctl()
1431 if (copy_from_user(&qctrl, (struct matroxfb_queryctrl*)arg, sizeof(qctrl))) in matroxfb_ioctl()
1444 copy_to_user((struct matroxfb_queryctrl*)arg, &qctrl, sizeof(qctrl))) in matroxfb_ioctl()