Home
last modified time | relevance | path

Searched full:interact (Results 1 – 25 of 371) sorted by relevance

12345678910>>...15

/kernel/linux/linux-5.10/drivers/input/joystick/
Dinteract.c10 * InterAct digital gamepad/joystick driver for Linux
24 #define DRIVER_DESC "InterAct digital joystick driver"
37 struct interact { struct
67 { 0x6202, interact_abs_hhfx, interact_btn_hhfx, "InterAct HammerHead/FX", 32, 4 },
68 { 0x53f8, interact_abs_pp8d, interact_btn_pp8d, "InterAct ProPad 8 Digital", 16, 0 },
72 * interact_read_packet() reads and InterAct joystick data.
109 * interact_poll() reads and analyzes InterAct joystick data.
114 struct interact *interact = gameport_get_drvdata(gameport); in interact_poll() local
115 struct input_dev *dev = interact->dev; in interact_poll()
119 interact->reads++; in interact_poll()
[all …]
DKconfig117 tristate "InterAct digital joysticks and gamepads"
120 Say Y here if you have an InterAct gameport or joystick
124 module will be called interact.
/kernel/linux/linux-6.6/drivers/input/joystick/
Dinteract.c10 * InterAct digital gamepad/joystick driver for Linux
21 #define DRIVER_DESC "InterAct digital joystick driver"
34 struct interact { struct
64 { 0x6202, interact_abs_hhfx, interact_btn_hhfx, "InterAct HammerHead/FX", 32, 4 },
65 { 0x53f8, interact_abs_pp8d, interact_btn_pp8d, "InterAct ProPad 8 Digital", 16, 0 },
69 * interact_read_packet() reads and InterAct joystick data.
106 * interact_poll() reads and analyzes InterAct joystick data.
111 struct interact *interact = gameport_get_drvdata(gameport); in interact_poll() local
112 struct input_dev *dev = interact->dev; in interact_poll()
116 interact->reads++; in interact_poll()
[all …]
DKconfig118 tristate "InterAct digital joysticks and gamepads"
121 Say Y here if you have an InterAct gameport or joystick
125 module will be called interact.
/kernel/linux/linux-5.10/Documentation/input/
Duserio.rst20 to directly interact with the kernel's serio driver and control a virtual serio
26 In order to interact with the userio kernel module, one simply opens the
30 macros you need to interact with the device are defined in <linux/userio.h> and
/kernel/linux/linux-6.6/Documentation/input/
Duserio.rst20 to directly interact with the kernel's serio driver and control a virtual serio
26 In order to interact with the userio kernel module, one simply opens the
30 macros you need to interact with the device are defined in <linux/userio.h> and
/kernel/linux/linux-5.10/Documentation/security/tpm/
Dtpm_ftpm_tee.rst12 environment. The driver allows programs to interact with the TPM in the same
13 way they would interact with a hardware TPM.
Dtpm_vtpm_proxy.rst15 container. This allows programs to interact with a TPM in a container
16 the same way they interact with a TPM on the physical system. Each
Dxen-tpmfront.rst15 operating system (in Xen terms, a DomU). This allows programs to interact with
16 a TPM in a virtual system the same way they interact with a TPM on the physical
/kernel/linux/linux-6.6/Documentation/security/tpm/
Dtpm_ftpm_tee.rst12 environment. The driver allows programs to interact with the TPM in the same
13 way they would interact with a hardware TPM.
Dtpm_vtpm_proxy.rst15 container. This allows programs to interact with a TPM in a container
16 the same way they interact with a TPM on the physical system. Each
Dxen-tpmfront.rst15 operating system (in Xen terms, a DomU). This allows programs to interact with
16 a TPM in a virtual system the same way they interact with a TPM on the physical
/kernel/linux/linux-6.6/tools/power/acpi/man/
Dpfrut.816 interact with the platform firmware interface defined in the
25 \f[B]pfrut\f[R] is the tool to interact with the kernel interface.
/kernel/linux/linux-6.6/Documentation/input/joydev/
Djoystick.rst360 InterAct Digital joysticks
363 The InterAct digitally communicating joysticks are supported by the
364 interact.c module. This includes:
366 * InterAct HammerHead/FX gamepad
367 * InterAct ProPad8 gamepad
369 Other InterAct digital joysticks are not supported yet, but support can be
/kernel/linux/linux-5.10/Documentation/input/joydev/
Djoystick.rst360 InterAct Digital joysticks
363 The InterAct digitally communicating joysticks are supported by the
364 interact.c module. This includes:
366 * InterAct HammerHead/FX gamepad
367 * InterAct ProPad8 gamepad
369 Other InterAct digital joysticks are not supported yet, but support can be
/kernel/linux/linux-6.6/drivers/s390/char/
DKconfig103 Using IOCTLs one can interact with the UV.
158 Select this option if you want to be able to interact with the control
/kernel/linux/linux-6.6/Documentation/admin-guide/acpi/
Dindex.rst5 Here we document in detail how to interact with various mechanisms in
/kernel/linux/linux-5.10/Documentation/admin-guide/acpi/
Dindex.rst5 Here we document in detail how to interact with various mechanisms in
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dbcm2835-rpi-common.dtsi4 * bcm2835, bcm2836 and bcm2837 implementations that interact with RPi's
/kernel/linux/linux-5.10/scripts/kconfig/tests/inter_choice/
D__init__.py7 if those choices interact by 'depends on', 'select', etc.
/kernel/linux/linux-6.6/scripts/kconfig/tests/inter_choice/
D__init__.py7 if those choices interact by 'depends on', 'select', etc.
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
Dunpriv_bpf_disabled.c72 * - retrieve and interact with pinned maps; in test_unpriv_bpf_disabled_positive()
73 * - set up and interact with perf buffer; in test_unpriv_bpf_disabled_positive()
74 * - set up and interact with ring buffer; in test_unpriv_bpf_disabled_positive()
/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/
Dpvrusb2-cs53l32a.h16 interact through the interface provided by pvrusb2-hdw.h.
Dpvrusb2-video-v4l.h16 interact through the interface provided by pvrusb2-hdw.h.
/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/
Dpvrusb2-cs53l32a.h16 interact through the interface provided by pvrusb2-hdw.h.

12345678910>>...15