Home
last modified time | relevance | path

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

/drivers/macintosh/ams/
A Dams-input.c18 static bool joystick; variable
19 module_param(joystick, bool, S_IRUGO);
20 MODULE_PARM_DESC(joystick, "Enable the input class device on module load");
86 joystick = true; in ams_input_enable()
102 joystick = false; in ams_input_disable()
108 return sprintf(buf, "%d\n", joystick); in ams_input_show_joystick()
126 if (enable != joystick) { in ams_input_store_joystick()
138 static DEVICE_ATTR(joystick, S_IRUGO | S_IWUSR,
143 if (joystick) in ams_input_init()
/drivers/input/joystick/
A DKconfig47 tristate "Simple joystick connected over ADC"
55 module will be called adc-joystick.
82 communicating joystick or gamepad.
147 source "drivers/input/joystick/iforce/Kconfig"
150 tristate "Logitech WingMan Warrior joystick"
201 tristate "Twiddler as a joystick"
218 to use it via serial cable as a joystick.
274 tristate "Austria Microsystem AS5011 joystick"
340 controller as a joystick.
384 module will be called qwiic-joystick.
[all …]
A DMakefile9 obj-$(CONFIG_JOYSTICK_ADC) += adc-joystick.o
30 obj-$(CONFIG_JOYSTICK_QWIIC) += qwiic-joystick.o
32 obj-$(CONFIG_JOYSTICK_SENSEHAT) += sensehat-joystick.o
/drivers/input/joystick/iforce/
A DKconfig9 Say Y here if you have an I-Force joystick or steering wheel
20 Say Y here if you have an I-Force joystick or steering wheel
27 Say Y here if you have an I-Force joystick or steering wheel
31 <file:Documentation/input/joydev/joystick.rst>
/drivers/misc/lis3lv02d/
A DKconfig16 the laptop to act as a pinball machine-esque joystick.
32 the device to act as a pinball machine-esque joystick.
/drivers/input/
A DKconfig13 joystick, steering wheel ...) connected to your system and want
136 Say Y here if you want your joystick or gamepad to be
141 More information is available: <file:Documentation/input/joydev/joystick.rst>
183 source "drivers/input/joystick/Kconfig"
A DMakefile24 obj-$(CONFIG_INPUT_JOYSTICK) += joystick/
/drivers/input/gameport/
A DKconfig10 have a joystick, gamepad, gameport card, a soundcard with a gameport
/drivers/
A DKconfig66 # input before char - char/joystick depends on it. As does USB.
/drivers/input/serio/
A DKconfig48 Say Y here if you plan to use an input device (mouse, joystick,
/drivers/input/mouse/
A DKconfig388 Say Y here if your device has buttons or a simple joystick connected
/drivers/platform/x86/
A DKconfig455 the laptop to act as a pinball machine-esque joystick.
/drivers/hid/
A DKconfig547 Support for the ION iCade arcade controller to work as a joystick.
/drivers/hwmon/
A DKconfig386 the laptop to act as a pinball machine-esque joystick.

Completed in 36 milliseconds