Home
last modified time | relevance | path

Searched refs:probeonly (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/Documentation/video4linux/bttv/
DPROBLEMS10 Start up X11 like this: "XF86_S3 -probeonly" and write down where the
/linux-4.4.14/drivers/video/fbdev/intelfb/
Dintelfbdrv.c236 static bool probeonly = 0; variable
258 module_param(probeonly, bool, 0);
259 MODULE_PARM_DESC(probeonly, "Do a minimal probe (debug)");
765 if (probeonly) in intelfb_pci_register()