Searched refs:forceload (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/drivers/idle/ |
D | i7300_idle.c | 45 static int forceload; variable 46 module_param_named(forceload, forceload, uint, 0644); 554 if (i7300_idle_platform_probe(&fbd_dev, &ioat_dev, forceload)) in i7300_idle_init()
|
/linux-3.4.99/drivers/pci/pcie/aer/ |
D | aerdrv_core.c | 30 static bool forceload; variable 32 module_param(forceload, bool, 0); 838 if (forceload) { in aer_init()
|
/linux-3.4.99/Documentation/PCI/ |
D | pcieaer-howto.txt | 59 forceload, a parameter of type bool, could enable AER to continue to 61 walkaround, pls. add aerdriver.forceload=y to kernel boot parameter line 62 when booting kernel. Note that forceload=n by default.
|