Home
last modified time | relevance | path

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

123

/linux-6.3-rc2/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()
/linux-6.3-rc2/Documentation/sound/cards/
A Djoystick.rst13 using a joystick with the ALSA driver. For the details of gameport
14 support, refer to Documentation/input/joydev/joystick.rst.
16 The joystick support of ALSA drivers is different between ISA and PCI
24 the load time. It'd be safer to plug in the joystick device before
31 For PCI cards, the joystick is enabled when the appropriate module
34 was a dynamic control API for the joystick activation. It was
38 The following PCI drivers support the joystick natively.
46 azf3328 joystick 0 = disable, 1 = enable, -1 = auto (default)
47 ens1370 joystick 0 = disable (default), 1 = enable
55 es1968 joystick 0 = disable (default), 1 = enable
[all …]
A Dindex.rst7 joystick
/linux-6.3-rc2/Documentation/input/devices/
A Dcs461x.rst1 Crystal SoundFusion CS4610/CS4612/CS461 joystick
4 This is a new low-level driver to support analog joystick attached to
13 Raw mode works fine with analog joystick front-end driver and cs461x
15 4-button joystick; I mean the jstest utility. Also I've tried to
16 play in xracer game using joystick, and the result is better than
22 behavior in my case was not raised the requirement of joystick calibration.
29 uses joystick as input device and PCM device as sound output in one time.
31 comments about them; but I've found the joystick can be initialized
32 separately of ALSA modules. So, you can use only one joystick driver
A Djoystick-parport.rst20 happen include burning your parallel port, and/or the sticks and joystick
26 The joystick parport drivers are used for joysticks and gamepads not
152 for joystick ports. They were all digital, and all used D-Cannon 9 pin
303 And finally, you connect the Ground wire of the joystick, like done in
306 for each joystick. The power source is shared::
511 4 Multisystem 1-button joystick
512 5 Multisystem 2-button joystick
547 ``Type`` is the type of joystick or pad attached:
553 1 Multisystem 1-button joystick
554 2 Multisystem 2-button joystick
[all …]
A Datarikbd.rst44 0xFD joystick report (both sticks)
45 0xFE joystick 0 event
46 0xFF joystick 1 event
171 velocity joystick cursor.
435 joystick events are also queued.
460 joystick switch or trigger causes a joystick event record to be generated.
470 INTERROGATE commands to sense joystick state.
498 between joystick samples.
559 disabled). Any valid joystick mode command resumes joystick monitoring. (The
692 0x94 joystick mode
[all …]
A Damijoy.rst2 Amiga joystick extensions
6 Amiga 4-joystick parport extension
23 Amiga digital joystick pinout
57 Amiga analog joystick pinout
148 This allows these pins to double as joystick switch inputs.
168 JOYTEST 036 W Denise Write to all 4 joystick-mouse counters at once.
A Dwalkera0701.rst7 this transmitter as joystick
13 cg-clone http://zub.fei.tuke.sk/GIT/walkera0701-joystick
47 be changed by TX "joystick", check output from /proc/interrupts. Value for
107 Values for first four channels (analog joystick values) can be found in
/linux-6.3-rc2/Documentation/devicetree/bindings/input/
A Dadc-joystick.yaml5 $id: "http://devicetree.org/schemas/input/adc-joystick.yaml#"
8 title: ADC attached joystick
14 Bindings for joystick devices connected to ADC controllers supporting
22 const: adc-joystick
29 Each pair defines one ADC channel to which a joystick axis is connected.
55 Represents a joystick axis bound to the given ADC channel.
76 inclination of the joystick. If min > max, it is left to userspace to
106 joystick: adc-joystick {
107 compatible = "adc-joystick";
/linux-6.3-rc2/Documentation/input/joydev/
A Djoystick.rst79 usually you'll have an analog joystick::
131 source /etc/joystick.cal
156 * 2-axis, 4-button joystick
157 * 3-axis, 4-button joystick
158 * 4-axis, 4-button joystick
176 auto Autodetect joystick
177 2btn 2-button n-axis joystick
243 rear side of the joystick. However, moving it, you'll reset the joystick,
353 * Genius Flight2000 F-23 joystick
354 * Genius Flight2000 F-31 joystick
[all …]
A Djoystick-api.rst16 The 1.0 driver uses a new, event based approach to the joystick driver.
17 Instead of the user program polling for the joystick values, the joystick
19 joystick.h and jstest.c included in the joystick package for more
20 information. The joystick device can be used in either blocking or
36 joystick.
70 #define JS_EVENT_AXIS 0x02 /* joystick moved */
111 representing the position of the joystick along that axis. If you
202 the actual state of the joystick.
209 joystick.h and recompiling the driver.
228 The joystick driver defines the following ioctl(2) operations::
[all …]
A Dindex.rst16 joystick
17 joystick-api
/linux-6.3-rc2/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
31 obj-$(CONFIG_JOYSTICK_SENSEHAT) += sensehat-joystick.o
/linux-6.3-rc2/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>
/linux-6.3-rc2/arch/arm/boot/dts/
A Dsun4i-a10-inet9f-rev03.dts66 event-left-joystick-left {
74 event-left-joystick-right {
82 event-left-joystick-up {
90 event-left-joystick-down {
98 event-right-joystick-left {
106 event-right-joystick-right {
114 event-right-joystick-up {
122 event-right-joystick-down {
/linux-6.3-rc2/arch/arm64/boot/dts/rockchip/
A Drk3326-odroid-go2.dts15 analog_sticks: adc-joystick {
16 compatible = "adc-joystick";
A Drk3326-odroid-go3.dts34 analog_sticks: adc-joystick {
35 compatible = "adc-joystick";
180 joystick {
A Drk3326-odroid-go2-v11.dts19 analog_sticks: adc-joystick {
20 compatible = "adc-joystick";
/linux-6.3-rc2/sound/isa/
A Dsc6000.c43 static bool joystick[SNDRV_CARDS] = { [0 ... (SNDRV_CARDS-1)] = false }; variable
63 module_param_array(joystick, bool, NULL, 0444);
64 MODULE_PARM_DESC(joystick, "Enable gameport.");
353 long xmss_port, int joystick) in sc6000_hw_cfg_encode() argument
366 if (!joystick) in sc6000_hw_cfg_encode()
419 mss_port[dev], joystick[dev]); in sc6000_init_board()
/linux-6.3-rc2/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.
/linux-6.3-rc2/Documentation/input/
A Dinput.rst156 ``joydev`` implements v0.x and v1.x Linux joystick API. See
157 :ref:`joystick-api` for details.
159 As soon as any joystick is connected, it can be accessed in /dev/input on::
168 above 256 if there are more joystick devices.
249 You can test the joystick emulation with the ``jstest`` utility,
250 available in the joystick package (see :ref:`joystick-doc`).
/linux-6.3-rc2/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>
187 source "drivers/input/joystick/Kconfig"
A DMakefile25 obj-$(CONFIG_INPUT_JOYSTICK) += joystick/
/linux-6.3-rc2/Documentation/misc-devices/
A Dlis3lv02d.rst40 the laptop to act as a pinball machine-esque joystick. Joystick device can be
42 By default output values are scaled between -32768 .. 32767. In joystick raw
43 mode, joystick and sysfs position entry have the same scale. There can be

Completed in 35 milliseconds

123