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

TOMOYO Linux Cross Reference
Linux/Documentation/misc-devices/apds990x.rst

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/misc-devices/apds990x.rst (Version linux-6.12-rc7) and /Documentation/misc-devices/apds990x.rst (Version linux-5.17.15)


  1 .. SPDX-License-Identifier: GPL-2.0                 1 .. SPDX-License-Identifier: GPL-2.0
  2                                                     2 
  3 ======================                              3 ======================
  4 Kernel driver apds990x                              4 Kernel driver apds990x
  5 ======================                              5 ======================
  6                                                     6 
  7 Supported chips:                                    7 Supported chips:
  8 Avago APDS990X                                      8 Avago APDS990X
  9                                                     9 
 10 Data sheet:                                        10 Data sheet:
 11 Not freely available                               11 Not freely available
 12                                                    12 
 13 Author:                                            13 Author:
 14 Samu Onkalo <samu.p.onkalo@nokia.com>               14 Samu Onkalo <samu.p.onkalo@nokia.com>
 15                                                    15 
 16 Description                                        16 Description
 17 -----------                                        17 -----------
 18                                                    18 
 19 APDS990x is a combined ambient light and proxi     19 APDS990x is a combined ambient light and proximity sensor. ALS and proximity
 20 functionality are highly connected. ALS measur     20 functionality are highly connected. ALS measurement path must be running
 21 while the proximity functionality is enabled.      21 while the proximity functionality is enabled.
 22                                                    22 
 23 ALS produces raw measurement values for two ch     23 ALS produces raw measurement values for two channels: Clear channel
 24 (infrared + visible light) and IR only. Howeve     24 (infrared + visible light) and IR only. However, threshold comparisons happen
 25 using clear channel only. Lux value and the th     25 using clear channel only. Lux value and the threshold level on the HW
 26 might vary quite much depending the spectrum o     26 might vary quite much depending the spectrum of the light source.
 27                                                    27 
 28 Driver makes necessary conversions to both dir     28 Driver makes necessary conversions to both directions so that user handles
 29 only lux values. Lux value is calculated using     29 only lux values. Lux value is calculated using information from the both
 30 channels. HW threshold level is calculated fro     30 channels. HW threshold level is calculated from the given lux value to match
 31 with current type of the lightning. Sometimes      31 with current type of the lightning. Sometimes inaccuracy of the estimations
 32 lead to false interrupt, but that doesn't harm     32 lead to false interrupt, but that doesn't harm.
 33                                                    33 
 34 ALS contains 4 different gain steps. Driver au     34 ALS contains 4 different gain steps. Driver automatically
 35 selects suitable gain step. After each measure     35 selects suitable gain step. After each measurement, reliability of the results
 36 is estimated and new measurement is triggered      36 is estimated and new measurement is triggered if necessary.
 37                                                    37 
 38 Platform data can provide tuned values to the      38 Platform data can provide tuned values to the conversion formulas if
 39 values are known. Otherwise plain sensor defau     39 values are known. Otherwise plain sensor default values are used.
 40                                                    40 
 41 Proximity side is little bit simpler. There is     41 Proximity side is little bit simpler. There is no need for complex conversions.
 42 It produces directly usable values.                42 It produces directly usable values.
 43                                                    43 
 44 Driver controls chip operational state using p     44 Driver controls chip operational state using pm_runtime framework.
 45 Voltage regulators are controlled based on chi     45 Voltage regulators are controlled based on chip operational state.
 46                                                    46 
 47 SYSFS                                              47 SYSFS
 48 -----                                              48 -----
 49                                                    49 
 50                                                    50 
 51 chip_id                                            51 chip_id
 52         RO - shows detected chip type and vers     52         RO - shows detected chip type and version
 53                                                    53 
 54 power_state                                        54 power_state
 55         RW - enable / disable chip. Uses count     55         RW - enable / disable chip. Uses counting logic
 56                                                    56 
 57              1 enables the chip                    57              1 enables the chip
 58              0 disables the chip                   58              0 disables the chip
 59 lux0_input                                         59 lux0_input
 60         RO - measured lux value                    60         RO - measured lux value
 61                                                    61 
 62              sysfs_notify called when threshol     62              sysfs_notify called when threshold interrupt occurs
 63                                                    63 
 64 lux0_sensor_range                                  64 lux0_sensor_range
 65         RO - lux0_input max value.                 65         RO - lux0_input max value.
 66                                                    66 
 67              Actually never reaches since sens     67              Actually never reaches since sensor tends
 68              to saturate much before that. Rea     68              to saturate much before that. Real max value varies depending
 69              on the light spectrum etc.            69              on the light spectrum etc.
 70                                                    70 
 71 lux0_rate                                          71 lux0_rate
 72         RW - measurement rate in Hz                72         RW - measurement rate in Hz
 73                                                    73 
 74 lux0_rate_avail                                    74 lux0_rate_avail
 75         RO - supported measurement rates           75         RO - supported measurement rates
 76                                                    76 
 77 lux0_calibscale                                    77 lux0_calibscale
 78         RW - calibration value.                    78         RW - calibration value.
 79                                                    79 
 80              Set to neutral value by default.      80              Set to neutral value by default.
 81              Output results are multiplied wit     81              Output results are multiplied with calibscale / calibscale_default
 82              value.                                82              value.
 83                                                    83 
 84 lux0_calibscale_default                            84 lux0_calibscale_default
 85         RO - neutral calibration value             85         RO - neutral calibration value
 86                                                    86 
 87 lux0_thresh_above_value                            87 lux0_thresh_above_value
 88         RW - HI level threshold value.             88         RW - HI level threshold value.
 89                                                    89 
 90              All results above the value           90              All results above the value
 91              trigs an interrupt. 65535 (i.e. s     91              trigs an interrupt. 65535 (i.e. sensor_range) disables the above
 92              interrupt.                            92              interrupt.
 93                                                    93 
 94 lux0_thresh_below_value                            94 lux0_thresh_below_value
 95         RW - LO level threshold value.             95         RW - LO level threshold value.
 96                                                    96 
 97              All results below the value           97              All results below the value
 98              trigs an interrupt. 0 disables th     98              trigs an interrupt. 0 disables the below interrupt.
 99                                                    99 
100 prox0_raw                                         100 prox0_raw
101         RO - measured proximity value             101         RO - measured proximity value
102                                                   102 
103              sysfs_notify called when threshol    103              sysfs_notify called when threshold interrupt occurs
104                                                   104 
105 prox0_sensor_range                                105 prox0_sensor_range
106         RO - prox0_raw max value (1023)           106         RO - prox0_raw max value (1023)
107                                                   107 
108 prox0_raw_en                                      108 prox0_raw_en
109         RW - enable / disable proximity - uses    109         RW - enable / disable proximity - uses counting logic
110                                                   110 
111              - 1 enables the proximity            111              - 1 enables the proximity
112              - 0 disables the proximity           112              - 0 disables the proximity
113                                                   113 
114 prox0_reporting_mode                              114 prox0_reporting_mode
115         RW - trigger / periodic.                  115         RW - trigger / periodic.
116                                                   116 
117              In "trigger" mode the driver tell    117              In "trigger" mode the driver tells two possible
118              values: 0 or prox0_sensor_range v    118              values: 0 or prox0_sensor_range value. 0 means no proximity,
119              1023 means proximity. This causes    119              1023 means proximity. This causes minimal number of interrupts.
120              In "periodic" mode the driver rep    120              In "periodic" mode the driver reports all values above
121              prox0_thresh_above. This causes m    121              prox0_thresh_above. This causes more interrupts, but it can give
122              _rough_ estimate about the distan    122              _rough_ estimate about the distance.
123                                                   123 
124 prox0_reporting_mode_avail                        124 prox0_reporting_mode_avail
125         RO - accepted values to prox0_reportin    125         RO - accepted values to prox0_reporting_mode (trigger, periodic)
126                                                   126 
127 prox0_thresh_above_value                          127 prox0_thresh_above_value
128         RW - threshold level which trigs proxi    128         RW - threshold level which trigs proximity events.
                                                      

~ [ 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