Searched refs:auto_poweroff (Results 1 – 1 of 1) sorted by relevance
103 static bool auto_poweroff = true; variable104 module_param(auto_poweroff, bool, S_IWUSR | S_IRUGO);105 MODULE_PARM_DESC(auto_poweroff, "Power off wireless controllers on suspend");1903 if (auto_poweroff && xpad->pad_present) in xpad_suspend()