Home
last modified time | relevance | path

Searched refs:interact (Results 1 – 25 of 94) sorted by relevance

1234

/linux/drivers/input/joystick/
H A Dinteract.c34 struct interact { struct
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()
118 if (interact_read_packet(interact->gameport, interact->length, data) < interact->length) { in interact_poll()
119 interact->bads++; in interact_poll()
123 data[i] <<= INTERACT_MAX_LENGTH - interact->length; in interact_poll()
125 switch (interact->type) { in interact_poll()
166 struct interact *interact = input_get_drvdata(dev); in interact_open() local
168 gameport_start_polling(interact->gameport); in interact_open()
[all …]
H A DMakefile23 obj-$(CONFIG_JOYSTICK_INTERACT) += interact.o
/linux/Documentation/security/tpm/
H A 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.
H A 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
H A 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
/linux/Documentation/input/
H A 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
/linux/Documentation/admin-guide/acpi/
H A Dindex.rst5 Here we document in detail how to interact with various mechanisms in
/linux/Documentation/mm/
H A Dpage_cache.rst8 interact with filesystems. It can be bypassed (e.g. with O_DIRECT),
/linux/arch/arm/boot/dts/broadcom/
H A Dbcm2835-rpi-common.dtsi4 * bcm2835, bcm2836 and bcm2837 implementations that interact with RPi's
/linux/drivers/platform/x86/intel/int1092/
H A DKconfig9 to SAR driver. The front end application in userspace will interact with SAR
/linux/drivers/accessibility/speakup/
H A DTODO6 system. It allows blind users to interact with applications on the
/linux/Documentation/admin-guide/mm/
H A Dindex.rst21 Here we document in detail how to interact with various mechanisms in
H A Dshrinker_debugfs.rst7 and interact with them.
/linux/drivers/phy/socionext/
H A DKconfig14 on UniPhier SoCs. This driver provides interface to interact
/linux/drivers/platform/raspberrypi/
H A DKconfig38 ioctls used by userspace libraries and testing tools to interact
/linux/drivers/soc/fsl/
H A DKconfig31 buffer management facilities for software to interact with
/linux/Documentation/driver-api/
H A Dvfio-pci-device-specific-driver-acceptance.rst19 variants may interact with parent devices (ex. SR-IOV PF in support of
/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-controller-model.rst25 interact with other entities. Data (not restricted to video) produced
/linux/Documentation/ABI/testing/
H A Dsysfs-firmware-gsmi24 for more information on how to interact with
H A Dsysfs-ocfs26 ocfs2-tools to interact with the filesystem.
/linux/Documentation/devicetree/bindings/interconnect/
H A Dinterconnect.txt43 components it has to interact with.
/linux/Documentation/bpf/libbpf/
H A Dlibbpf_overview.rst15 * Provides high-level and low-level APIs for user space programs to interact
120 libbpf provides BPF-side APIs that BPF programs can use to interact with the
123 debugging messages, get the time since the system was booted, interact with BPF
/linux/drivers/hwtracing/intel_th/
H A DKconfig13 subdevices to interact with each other and hardware and for
/linux/Documentation/translations/sp_SP/process/
H A Dresearcher-guidelines.rst36 La comunidad del kernel de Linux espera que todos los que interactúan con
72 Cuando se interactúa con la comunidad de desarrolladores, enviar un
/linux/Documentation/virt/kvm/arm/
H A Dhyp-abi.rst20 mode, but still needs to interact with it, allowing a built-in

1234