Lines Matching defs:joystick
3 * Apple Motion Sensor driver (joystick emulation)
18 static bool joystick;
19 module_param(joystick, bool, S_IRUGO);
20 MODULE_PARM_DESC(joystick, "Enable the input class device on module load");
86 joystick = true;
102 joystick = false;
108 return sprintf(buf, "%d\n", joystick);
126 if (enable != joystick) {
138 static DEVICE_ATTR(joystick, S_IRUGO | S_IWUSR,
143 if (joystick)