Home
last modified time | relevance | path

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

1234567

/OK3568_Linux_fs/kernel/drivers/input/joystick/
H A Dinteract.c37 struct interact { struct
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()
121 if (interact_read_packet(interact->gameport, interact->length, data) < interact->length) { in interact_poll()
122 interact->bads++; in interact_poll()
126 data[i] <<= INTERACT_MAX_LENGTH - interact->length; in interact_poll()
128 switch (interact->type) { in interact_poll()
169 struct interact *interact = input_get_drvdata(dev); in interact_open() local
171 gameport_start_polling(interact->gameport); in interact_open()
[all …]
H A DMakefile23 obj-$(CONFIG_JOYSTICK_INTERACT) += interact.o
/OK3568_Linux_fs/buildroot/package/android-tools/
H A DConfig.in.host7 can be used to interact with target devices using of these
23 host, which can be used to interact with target devices
H A DConfig.in15 can be used to interact with target devices using of these
67 target, which can be used to interact with other target
77 target, which can be used to interact with a host machine
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/u-boot/board/mini-box/picosam9g45/
H A DMAINTAINERS2 M: Erik van Luijk <evanluijk@interact.nl>
/OK3568_Linux_fs/kernel/Documentation/admin-guide/acpi/
H A Dindex.rst5 Here we document in detail how to interact with various mechanisms in
/OK3568_Linux_fs/buildroot/package/python-ptyprocess/
H A DConfig.in4 Launch a subprocess in a pseudo terminal (pty), and interact
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dbcm2835-rpi-common.dtsi4 * bcm2835, bcm2836 and bcm2837 implementations that interact with RPi's
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/images/
H A Dcore-image-minimal-mtdutils.bb4 Minimal MTD Utilities, which let the user interact with the MTD subsystem in \
/OK3568_Linux_fs/buildroot/package/qt5/qt5opcua/
H A DConfig.in8 The Qt OPC UA module implements a Qt API to interact with
/OK3568_Linux_fs/buildroot/package/python-git/
H A DConfig.in9 GitPython is a python library used to interact with git
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/
H A Dqtlocation-cpp.qdoc37 The Qt Location API provides the developer with a set of functions to interact
70 Currently it is not possible to interact with maps data via C++. The only available interface is th…
/OK3568_Linux_fs/buildroot/package/dialog/
H A DConfig.in11 allows a developer of a script to interact with the user in a
/OK3568_Linux_fs/buildroot/package/openipmi/
H A DConfig.in12 to interact with IPMI enabled devices. OpenIPMI also provides
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/perl/
H A Dipc-run_20200505.0.bb2 IPC::Run allows you run and interact with child processes \
/OK3568_Linux_fs/buildroot/package/libcpprestsdk/
H A DConfig.in22 developers connect to and interact with services.
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/
H A Dpython3-git_3.1.27.bb1 SUMMARY = "Python library used to interact with Git repositories"
/OK3568_Linux_fs/buildroot/package/v4l2loopback/
H A DConfig.in22 Install applications to interact with v4l2-loopback devices
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/
H A Dtwl-charger.txt3 The battery charger needs to interact with the USB phy in order
/OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/
H A Dindex.rst22 Here we document in detail how to interact with various mechanisms in
/OK3568_Linux_fs/kernel/drivers/accessibility/speakup/
H A DTODO6 system. It allows blind users to interact with applications on the

1234567