Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/unisys/visorchipset/
Dglobals.h36 extern int visorchipset_clientregwait;
Dvisorchipset_main.c1775 if (visorchipset_clientregwait && !clientregistered) in controlvm_periodic_work()
1873 if (visorchipset_clientregwait && !clientregistered) in setup_crash_devices_work_queue()
2306 module_param_named(clientregwait, visorchipset_clientregwait, int, S_IRUGO);
2307 MODULE_PARM_DESC(visorchipset_clientregwait, "1 to have the module wait for the visorclientbus to r…
2308 int visorchipset_clientregwait = 1; /* default is on */ variable