Searched refs:joydev (Results 1 – 12 of 12) sorted by relevance
35 struct joydev { struct64 struct joydev *joydev; argument91 struct joydev *joydev = client->joydev; in joydev_pass_event() local100 if (client->startup == joydev->nabs + joydev->nkey) { in joydev_pass_event()115 struct joydev *joydev = handle->private; in joydev_event() local125 event.number = joydev->keymap[code - BTN_MISC]; in joydev_event()131 event.number = joydev->absmap[code]; in joydev_event()133 &joydev->corr[event.number]); in joydev_event()134 if (event.value == joydev->abs[event.number]) in joydev_event()136 joydev->abs[event.number] = event.value; in joydev_event()[all …]
19 obj-$(CONFIG_INPUT_JOYDEV) += joydev.o
141 More information is available: <file:Documentation/input/joydev/joystick.rst>144 module will be called joydev.
14 support, refer to Documentation/input/joydev/joystick.rst.82 support, so you don't have to load ns558 module. Just load "joydev"90 Instead, you need to load "ns558" module in addition to "joydev" and
17 joydev/index
19 interface. Please read joydev/joystick.rst and input.rst before reading further39 joydev/joystick.rst for details.
153 joydev subsection156 ``joydev`` implements v0.x and v1.x Linux joystick API. See
31 <file:Documentation/input/joydev/joystick.rst>
14 Please read the file <file:Documentation/input/joydev/joystick.rst> which30 Please read the file <file:Documentation/input/joydev/joystick.rst> which
66 modprobe joydev88 above input joydev ns558 analog
191 > modprobe joydev
394 See also Documentation/input/joydev/joystick.rst2537 See Documentation/input/joydev/joystick.rst.