Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/joystick/
H A Dxpad.c119 static bool auto_poweroff = true; variable
120 module_param(auto_poweroff, bool, S_IWUSR | S_IRUGO);
121 MODULE_PARM_DESC(auto_poweroff, "Power off wireless controllers on suspend");
2223 if (auto_poweroff && xpad->pad_present) in xpad_suspend()