Lines Matching defs:dfp
1275 static int dfp; /* "matroxfb:dfp */
1276 static int dfp_type = -1; /* "matroxfb:dfp:xxx */
1612 } else if (dfp) {
2388 else if (!strncmp(this_opt, "dfp:", 4)) {
2390 dfp = 1;
2454 else if (!strcmp(this_opt, "dfp"))
2455 dfp = value;
2559 module_param(dfp, int, 0);
2560 MODULE_PARM_DESC(dfp, "Specifies whether to use digital flat panel interface of G200/G400 (0 or 1) (default=0)");