Lines Matching refs:dfp
1272 static int dfp; /* "matroxfb:dfp */
1273 static int dfp_type = -1; /* "matroxfb:dfp:xxx */
1609 } else if (dfp) {
2397 else if (!strncmp(this_opt, "dfp:", 4)) {
2399 dfp = 1;
2463 else if (!strcmp(this_opt, "dfp"))
2464 dfp = value;
2568 module_param(dfp, int, 0);
2569 MODULE_PARM_DESC(dfp, "Specifies whether to use digital flat panel interface of G200/G400 (0 or 1) (default=0)");