Searched refs:interact (Results 1 – 25 of 93) sorted by relevance
1234
/kernel/linux/linux-5.10/drivers/input/joystick/ |
D | interact.c | 37 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 …]
|
D | Makefile | 23 obj-$(CONFIG_JOYSTICK_INTERACT) += interact.o
|
/kernel/linux/linux-5.10/Documentation/security/tpm/ |
D | tpm_ftpm_tee.rst | 12 environment. The driver allows programs to interact with the TPM in the same 13 way they would interact with a hardware TPM.
|
D | tpm_vtpm_proxy.rst | 15 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
|
D | xen-tpmfront.rst | 15 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-5.10/Documentation/input/ |
D | userio.rst | 20 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/admin-guide/acpi/ |
D | index.rst | 5 Here we document in detail how to interact with various mechanisms in
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | bcm2835-rpi-common.dtsi | 4 * bcm2835, bcm2836 and bcm2837 implementations that interact with RPi's
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/supply/ |
D | twl-charger.txt | 3 The battery charger needs to interact with the USB phy in order
|
/kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
D | TODO | 6 system. It allows blind users to interact with applications on the
|
/kernel/linux/linux-5.10/Documentation/admin-guide/mm/ |
D | index.rst | 22 Here we document in detail how to interact with various mechanisms in
|
/kernel/linux/linux-5.10/drivers/staging/fieldbus/anybuss/ |
D | Kconfig | 33 so userspace can interact with it via the fieldbus_dev userspace
|
/kernel/linux/linux-5.10/drivers/phy/socionext/ |
D | Kconfig | 14 on UniPhier SoCs. This driver provides interface to interact
|
/kernel/linux/linux-5.10/drivers/soc/fsl/ |
D | Kconfig | 30 buffer management facilities for software to interact with
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/mediactl/ |
D | media-controller-model.rst | 25 interact with other entities. Data (not restricted to video) produced
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-firmware-gsmi | 24 for more information on how to interact with
|
D | sysfs-ocfs2 | 6 ocfs2-tools to interact with the filesystem.
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/msm/ |
D | qcom,saw2.txt | 7 the PMIC. It can also be wired up to interact with other processors in the
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/interconnect/ |
D | interconnect.txt | 43 components it has to interact with.
|
/kernel/linux/linux-5.10/Documentation/admin-guide/ |
D | bug-bisect.rst | 48 - interact with git bisect by using either::
|
/kernel/linux/linux-5.10/drivers/phy/ |
D | Kconfig | 61 interface to interact with USB GEN-II and USB 3.x PHY that is part
|
/kernel/linux/linux-5.10/Documentation/virt/kvm/arm/ |
D | hyp-abi.rst | 20 mode, but still needs to interact with it, allowing a built-in
|
/kernel/linux/linux-5.10/drivers/hwtracing/intel_th/ |
D | Kconfig | 13 subdevices to interact with each other and hardware and for
|
/kernel/linux/linux-5.10/Documentation/x86/ |
D | sva.rst | 104 thread can interact with a device. Threads that belong to the same 134 * The single process-wide PASID is used by all threads to interact 157 Traditionally, in order for userspace applications to interact with hardware,
|
/kernel/linux/linux-5.10/Documentation/spi/ |
D | butterfly.rst | 20 SPI protocol drivers interact with the AVR, and could even let the AVR
|
1234