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