The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/input/rmi4/rmi_f01.txt

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 Synaptics RMI4 F01 Device Binding
    2 
    3 The Synaptics RMI4 core is able to support RMI4 devices using different
    4 transports and different functions. This file describes the device tree
    5 bindings for devices which contain Function 1. Complete documentation
    6 for transports and other functions can be found in:
    7 Documentation/devicetree/bindings/input/rmi4.
    8 
    9 Additional documentation for F01 can be found at:
   10 http://www.synaptics.com/sites/default/files/511-000136-01-Rev-E-RMI4-Interfacing-Guide.pdf
   11 
   12 Optional Properties:
   13 - syna,nosleep-mode: If set the device will run at full power without sleeping.
   14                         nosleep has 3 modes, 0 will not change the default
   15                         setting, 1 will disable nosleep (allow sleeping),
   16                         and 2 will enable nosleep (disabling sleep).
   17 - syna,wakeup-threshold: Defines the amplitude of the disturbance to the
   18                                 background capacitance that will cause the
   19                                 device to wake from dozing.
   20 - syna,doze-holdoff-ms: The delay to wait after the last finger lift and the
   21                                 first doze cycle.
   22 - syna,doze-interval-ms: The time period that the device sleeps between finger
   23                                 activity.
   24 
   25 
   26 Example of a RMI4 I2C device with F01:
   27         Example:
   28         &i2c1 {
   29                 rmi4-i2c-dev@2c {
   30                         compatible = "syna,rmi4-i2c";
   31 
   32                         ...
   33 
   34                         rmi4-f01@1 {
   35                                 reg = <0x1>;
   36                                 syna,nosleep-mode = <1>;
   37                         };
   38                 };
   39         };

Cache object: def0910a7b8052a20d879c9780dc6a7b


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.