Searched refs:matroxfb_queryctrl (Results 1 – 5 of 5) sorted by relevance
33 struct matroxfb_queryctrl { struct69 #define MATROXFB_TVOQUERYCTRL _IOWR('V',36,struct matroxfb_queryctrl) argument
25 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()
67 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()
431 struct matroxfb_queryctrl;442 struct matroxfb_queryctrl* ctrl);
1428 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()