auto_poweroff     103 drivers/input/joystick/xpad.c static bool auto_poweroff = true;
auto_poweroff     104 drivers/input/joystick/xpad.c module_param(auto_poweroff, bool, S_IWUSR | S_IRUGO);
auto_poweroff     105 drivers/input/joystick/xpad.c MODULE_PARM_DESC(auto_poweroff, "Power off wireless controllers on suspend");
auto_poweroff    1901 drivers/input/joystick/xpad.c 		if (auto_poweroff && xpad->pad_present)