Lines Matching refs:dfp
1271 static int dfp; /* "matroxfb:dfp */
1272 static int dfp_type = -1; /* "matroxfb:dfp:xxx */
1608 } else if (dfp) {
2393 else if (!strncmp(this_opt, "dfp:", 4)) {
2395 dfp = 1;
2459 else if (!strcmp(this_opt, "dfp"))
2460 dfp = value;
2566 module_param(dfp, int, 0);
2567 MODULE_PARM_DESC(dfp, "Specifies whether to use digital flat panel interface of G200/G400 (0 or 1) (default=0)");