Searched +full:gpio +full:- +full:mouse (Results 1 – 5 of 5) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/input/gpio-mouse.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: GPIO attached mouse10 This simply uses standard GPIO handles to define a simple mouse connected11 to 5-7 GPIO lines.14 - Anshul Dalal <anshulusr@gmail.com>18 const: gpio-mouse20 scan-interval-ms:[all …]
1 # SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/input/ariel-pwrbutton.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Lubomir Rintel <lkundrak@v3.sk>14 SPI bus that is capable of sending keyboard and mouse data. A single19 - $ref: input.yaml#20 - $ref: /schemas/spi/spi-peripheral-props.yaml#25 - const: dell,wyse-ariel-ec-input26 - const: ene,kb3930-input[all …]
2 Subsystem drivers using GPIO5 Note that standard kernel drivers exist for common GPIO tasks and will provide6 the right in-kernel and userspace APIs/ABIs for the job, and that these10 - leds-gpio: drivers/leds/leds-gpio.c will handle LEDs connected to GPIO13 - ledtrig-gpio: drivers/leds/trigger/ledtrig-gpio.c will provide a LED trigger,14 i.e. a LED will turn on/off in response to a GPIO line going high or low15 (and that LED may in turn use the leds-gpio as per above).17 - gpio-keys: drivers/input/keyboard/gpio_keys.c is used when your GPIO line20 - gpio-keys-polled: drivers/input/keyboard/gpio_keys_polled.c is used when your21 GPIO line cannot generate interrupts, so it needs to be periodically polled[all …]
16 force -- enable ACPI if default was off17 on -- enable ACPI but allow fallback to DT [arm64,riscv64]18 off -- disable ACPI if default was on19 noirq -- do not use ACPI for IRQ routing20 strict -- Be less tolerant of platforms that are not22 rsdt -- prefer RSDT over (default) XSDT23 copy_dsdt -- copy DSDT to memory24 nospcr -- disable console in ACPI SPCR table as41 If set to vendor, prefer vendor-specific driver73 Documentation/firmware-guide/acpi/debug.rst for more information about[all …]
1 .. SPDX-License-Identifier: GPL-2.010 :Copyright: |copy| 2010-2011 Rafael J. Wysocki <rjw@sisk.pl>, Novell Inc.18 management (PM) code is also driver-specific. Most drivers will do very22 This writeup gives an overview of how drivers interact with system-wide25 background for the domain-specific work you'd do with any specific driver.31 Drivers will use one or both of these models to put devices into low-power36 Drivers can enter low-power states as part of entering system-wide37 low-power states like "suspend" (also known as "suspend-to-RAM"), or39 "suspend-to-disk").42 by implementing various role-specific suspend and resume methods to[all …]