~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/ABI/testing/sysfs-platform-wilco-ec

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /Documentation/ABI/testing/sysfs-platform-wilco-ec (Architecture sparc) and /Documentation/ABI/testing/sysfs-platform-wilco-ec (Architecture m68k)


  1 What:           /sys/bus/platform/devices/GOOG      1 What:           /sys/bus/platform/devices/GOOG000C\:00/boot_on_ac
  2 Date:           April 2019                          2 Date:           April 2019
  3 KernelVersion:  5.3                                 3 KernelVersion:  5.3
  4 Description:                                        4 Description:
  5                 Boot on AC is a policy which m      5                 Boot on AC is a policy which makes the device boot from S5
  6                 when AC power is connected. Th      6                 when AC power is connected. This is useful for users who
  7                 want to run their device headl      7                 want to run their device headless or with a dock.
  8                                                     8 
  9                 Input should be parseable by k      9                 Input should be parseable by kstrtou8() to 0 or 1.
 10                                                    10 
 11 What:          /sys/bus/platform/devices/GOOG0     11 What:          /sys/bus/platform/devices/GOOG000C\:00/build_date
 12 Date:          May 2019                            12 Date:          May 2019
 13 KernelVersion: 5.3                                 13 KernelVersion: 5.3
 14 Description:                                       14 Description:
 15                Display Wilco Embedded Controll     15                Display Wilco Embedded Controller firmware build date.
 16                Output will a MM/DD/YY string.      16                Output will a MM/DD/YY string.
 17                                                    17 
 18 What:          /sys/bus/platform/devices/GOOG0     18 What:          /sys/bus/platform/devices/GOOG000C\:00/build_revision
 19 Date:          May 2019                            19 Date:          May 2019
 20 KernelVersion: 5.3                                 20 KernelVersion: 5.3
 21 Description:                                       21 Description:
 22                Display Wilco Embedded Controll     22                Display Wilco Embedded Controller build revision.
 23                Output will a version string be     23                Output will a version string be similar to the example below:
 24                d2592cae0                           24                d2592cae0
 25                                                    25 
 26 What:          /sys/bus/platform/devices/GOOG0     26 What:          /sys/bus/platform/devices/GOOG000C\:00/model_number
 27 Date:          May 2019                            27 Date:          May 2019
 28 KernelVersion: 5.3                                 28 KernelVersion: 5.3
 29 Description:                                       29 Description:
 30                Display Wilco Embedded Controll     30                Display Wilco Embedded Controller model number.
 31                Output will a version string be     31                Output will a version string be similar to the example below:
 32                08B6                                32                08B6
 33                                                    33 
 34 What:          /sys/bus/platform/devices/GOOG0     34 What:          /sys/bus/platform/devices/GOOG000C\:00/usb_charge
 35 Date:          October 2019                        35 Date:          October 2019
 36 KernelVersion: 5.5                                 36 KernelVersion: 5.5
 37 Description:                                       37 Description:
 38                Control the USB PowerShare Poli     38                Control the USB PowerShare Policy. USB PowerShare is a policy
 39                which affects charging via the      39                which affects charging via the special USB PowerShare port
 40                (marked with a small lightning      40                (marked with a small lightning bolt or battery icon) when in
 41                low power states:                   41                low power states:
 42                                                    42 
 43                - In S0, the port will always p     43                - In S0, the port will always provide power.
 44                - In S0ix, if usb_charge is ena     44                - In S0ix, if usb_charge is enabled, then power will be
 45                  supplied to the port when on      45                  supplied to the port when on AC or if battery is > 50%.
 46                  Else no power is supplied.        46                  Else no power is supplied.
 47                - In S5, if usb_charge is enabl     47                - In S5, if usb_charge is enabled, then power will be supplied
 48                  to the port when on AC. Else      48                  to the port when on AC. Else no power is supplied.
 49                                                    49 
 50                Input should be either "0" or "     50                Input should be either "0" or "1".
 51                                                    51 
 52 What:          /sys/bus/platform/devices/GOOG0     52 What:          /sys/bus/platform/devices/GOOG000C\:00/version
 53 Date:          May 2019                            53 Date:          May 2019
 54 KernelVersion: 5.3                                 54 KernelVersion: 5.3
 55 Description:                                       55 Description:
 56                Display Wilco Embedded Controll     56                Display Wilco Embedded Controller firmware version.
 57                The format of the string is x.y     57                The format of the string is x.y.z. Where x is major, y is minor
 58                and z is the build number. For      58                and z is the build number. For example: 95.00.06
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php