1What:		/sys/bus/iio/devices/iio:deviceX
2KernelVersion:	2.6.35
3Contact:	linux-iio@vger.kernel.org
4Description:
5		Hardware chip or device accessed by one communication port.
6		Corresponds to a grouping of sensor channels. X is the IIO
7		index of the device.
8
9What:		/sys/bus/iio/devices/triggerX
10KernelVersion:	2.6.35
11Contact:	linux-iio@vger.kernel.org
12Description:
13		An event driven driver of data capture to an in kernel buffer.
14		May be provided by a device driver that also has an IIO device
15		based on hardware generated events (e.g. data ready) or
16		provided by a separate driver for other hardware (e.g.
17		periodic timer, GPIO or high resolution timer).
18
19		Contains trigger type specific elements. These do not
20		generalize well and hence are not documented in this file.
21		X is the IIO index of the trigger.
22
23What:		/sys/bus/iio/devices/iio:deviceX/buffer
24KernelVersion:	2.6.35
25Contact:	linux-iio@vger.kernel.org
26Description:
27		Directory of attributes relating to the buffer for the device.
28
29What:		/sys/bus/iio/devices/iio:deviceX/name
30KernelVersion:	2.6.35
31Contact:	linux-iio@vger.kernel.org
32Description:
33		Description of the physical chip / device for device X.
34		Typically a part number.
35
36What:		/sys/bus/iio/devices/iio:deviceX/label
37KernelVersion:	5.8
38Contact:	linux-iio@vger.kernel.org
39Description:
40		Optional symbolic label for a device.
41		This is useful for userspace to be able to better identify an
42		individual device.
43
44		The contents of the label are free-form, but there are some
45		standardized uses:
46
47		For proximity sensors which give the proximity (of a person) to
48		a certain wlan or wwan antenna the following standardized labels
49		are used:
50
51		* "proximity-wifi"
52		* "proximity-lte"
53		* "proximity-wifi-lte"
54		* "proximity-wifi-left"
55		* "proximity-wifi-right"
56
57		These are used to indicate to userspace that these proximity
58		sensors may be used to tune transmit power to ensure that
59		Specific Absorption Rate (SAR) limits are honored.
60		The "-left" and "-right" labels are for devices with multiple
61		antennas.
62
63		In some laptops/tablets the standardized proximity sensor labels
64		instead	indicate proximity to a specific part of the device:
65
66		* "proximity-palmrest" indicates proximity to the keyboard's palmrest
67		* "proximity-palmrest-left" indicates proximity to the left part of the palmrest
68		* "proximity-palmrest-right" indicates proximity to the right part of the palmrest
69		* "proximity-lap" indicates the device is being used on someone's lap
70
71		Note "proximity-lap" is special in that its value may be
72		calculated by firmware from other sensor readings, rather then
73		being a raw sensor reading.
74
75		For accelerometers used in 2-in-1s with 360° (yoga-style) hinges,
76		which have an accelerometer in both their base and their display,
77		the following standardized labels are used:
78
79		* "accel-base"
80		* "accel-display"
81
82What:		/sys/bus/iio/devices/iio:deviceX/current_timestamp_clock
83KernelVersion:	4.5
84Contact:	linux-iio@vger.kernel.org
85Description:
86		String identifying current posix clock used to timestamp
87		buffered samples and events for device X.
88
89What:		/sys/bus/iio/devices/iio:deviceX/sampling_frequency
90What:		/sys/bus/iio/devices/iio:deviceX/in_intensity_sampling_frequency
91What:		/sys/bus/iio/devices/iio:deviceX/buffer/sampling_frequency
92What:		/sys/bus/iio/devices/triggerX/sampling_frequency
93KernelVersion:	2.6.35
94Contact:	linux-iio@vger.kernel.org
95Description:
96		Some devices have internal clocks.  This parameter sets the
97		resulting sampling frequency.  In many devices this
98		parameter has an effect on input filters etc. rather than
99		simply controlling when the input is sampled.  As this
100		affects data ready triggers, hardware buffers and the sysfs
101		direct access interfaces, it may be found in any of the
102		relevant directories.  If it affects all of the above
103		then it is to be found in the base device directory.
104
105What:		/sys/bus/iio/devices/iio:deviceX/sampling_frequency_available
106What:		/sys/bus/iio/devices/iio:deviceX/in_intensity_sampling_frequency_available
107What:		/sys/bus/iio/devices/iio:deviceX/in_proximity_sampling_frequency_available
108What:		/sys/.../iio:deviceX/buffer/sampling_frequency_available
109What:		/sys/bus/iio/devices/triggerX/sampling_frequency_available
110KernelVersion:	2.6.35
111Contact:	linux-iio@vger.kernel.org
112Description:
113		When the internal sampling clock can only take a specific set of
114		frequencies, we can specify the available values with:
115
116		- a small discrete set of values like "0 2 4 6 8"
117		- a range with minimum, step and maximum frequencies like
118		  "[min step max]"
119
120What:		/sys/bus/iio/devices/iio:deviceX/oversampling_ratio
121KernelVersion:	2.6.38
122Contact:	linux-iio@vger.kernel.org
123Description:
124		Hardware dependent ADC oversampling. Controls the sampling ratio
125		of the digital filter if available.
126
127What:		/sys/bus/iio/devices/iio:deviceX/oversampling_ratio_available
128KernelVersion:	2.6.38
129Contact:	linux-iio@vger.kernel.org
130Description:
131		Hardware dependent values supported by the oversampling filter.
132
133What:		/sys/bus/iio/devices/iio:deviceX/in_voltageY_raw
134What:		/sys/bus/iio/devices/iio:deviceX/in_voltageY_supply_raw
135What:		/sys/bus/iio/devices/iio:deviceX/in_voltageY_i_raw
136What:		/sys/bus/iio/devices/iio:deviceX/in_voltageY_q_raw
137KernelVersion:	2.6.35
138Contact:	linux-iio@vger.kernel.org
139Description:
140		Raw (unscaled no bias removal etc.) voltage measurement from
141		channel Y. In special cases where the channel does not
142		correspond to externally available input one of the named
143		versions may be used. The number must always be specified and
144		unique to allow association with event codes. Units after
145		application of scale and offset are millivolts.
146
147		Channels with 'i' and 'q' modifiers always exist in pairs and both
148		channels refer to the same signal. The 'i' channel contains the in-phase
149		component of the signal while the 'q' channel contains the quadrature
150		component.
151
152What:		/sys/bus/iio/devices/iio:deviceX/in_voltageY-voltageZ_raw
153KernelVersion:	2.6.35
154Contact:	linux-iio@vger.kernel.org
155Description:
156		Raw (unscaled) differential voltage measurement equivalent to
157		channel Y - channel Z where these channel numbers apply to the
158		physically equivalent inputs when non differential readings are
159		separately available. In differential only parts, then all that
160		is required is a consistent labeling.  Units after application
161		of scale and offset are millivolts.
162
163What:		/sys/bus/iio/devices/iio:deviceX/in_currentY_raw
164What:		/sys/bus/iio/devices/iio:deviceX/in_currentY_supply_raw
165KernelVersion:	3.17
166Contact:	linux-iio@vger.kernel.org
167Description:
168		Raw (unscaled no bias removal etc.) current measurement from
169		channel Y. In special cases where the channel does not
170		correspond to externally available input one of the named
171		versions may be used. The number must always be specified and
172		unique to allow association with event codes. Units after
173		application of scale and offset are milliamps.
174
175What:		/sys/bus/iio/devices/iio:deviceX/in_powerY_raw
176KernelVersion:	4.5
177Contact:	linux-iio@vger.kernel.org
178Description:
179		Raw (unscaled no bias removal etc.) power measurement from
180		channel Y. The number must always be specified and
181		unique to allow association with event codes. Units after
182		application of scale and offset are milliwatts.
183
184What:		/sys/bus/iio/devices/iio:deviceX/in_capacitanceY_raw
185KernelVersion:	3.2
186Contact:	linux-iio@vger.kernel.org
187Description:
188		Raw capacitance measurement from channel Y. Units after
189		application of scale and offset are nanofarads.
190
191What:		/sys/.../iio:deviceX/in_capacitanceY-in_capacitanceZ_raw
192KernelVersion:	3.2
193Contact:	linux-iio@vger.kernel.org
194Description:
195		Raw differential capacitance measurement equivalent to
196		channel Y - channel Z where these channel numbers apply to the
197		physically equivalent inputs when non differential readings are
198		separately available. In differential only parts, then all that
199		is required is a consistent labeling.  Units after application
200		of scale and offset are nanofarads.
201
202What:		/sys/bus/iio/devices/iio:deviceX/in_temp_raw
203What:		/sys/bus/iio/devices/iio:deviceX/in_tempX_raw
204What:		/sys/bus/iio/devices/iio:deviceX/in_temp_x_raw
205What:		/sys/bus/iio/devices/iio:deviceX/in_temp_y_raw
206What:		/sys/bus/iio/devices/iio:deviceX/in_temp_ambient_raw
207What:		/sys/bus/iio/devices/iio:deviceX/in_temp_object_raw
208KernelVersion:	2.6.35
209Contact:	linux-iio@vger.kernel.org
210Description:
211		Raw (unscaled no bias removal etc.) temperature measurement.
212		If an axis is specified it generally means that the temperature
213		sensor is associated with one part of a compound device (e.g.
214		a gyroscope axis). The ambient and object modifiers distinguish
215		between ambient (reference) and distant temperature for contact-
216		less measurements. Units after application of scale and offset
217		are milli degrees Celsius.
218
219What:		/sys/bus/iio/devices/iio:deviceX/in_tempX_input
220KernelVersion:	2.6.38
221Contact:	linux-iio@vger.kernel.org
222Description:
223		Scaled temperature measurement in milli degrees Celsius.
224
225What:		/sys/bus/iio/devices/iio:deviceX/in_accel_x_raw
226What:		/sys/bus/iio/devices/iio:deviceX/in_accel_y_raw
227What:		/sys/bus/iio/devices/iio:deviceX/in_accel_z_raw
228KernelVersion:	2.6.35
229Contact:	linux-iio@vger.kernel.org
230Description:
231		Acceleration in direction x, y or z (may be arbitrarily assigned
232		but should match other such assignments on device).
233		Has all of the equivalent parameters as per voltageY. Units
234		after application of scale and offset are m/s^2.
235
236What:		/sys/bus/iio/devices/iio:deviceX/in_gravity_x_raw
237What:		/sys/bus/iio/devices/iio:deviceX/in_gravity_y_raw
238What:		/sys/bus/iio/devices/iio:deviceX/in_gravity_z_raw
239KernelVersion:	4.11
240Contact:	linux-iio@vger.kernel.org
241Description:
242		Gravity in direction x, y or z (may be arbitrarily assigned
243		but should match other such assignments on device).
244		Units after application of scale and offset are m/s^2.
245
246What:		/sys/bus/iio/devices/iio:deviceX/in_angl_raw
247What:		/sys/bus/iio/devices/iio:deviceX/in_anglY_raw
248KernelVersion:	4.17
249Contact:	linux-iio@vger.kernel.org
250Description:
251		Angle of rotation. Units after application of scale and offset
252		are radians.
253
254What:		/sys/bus/iio/devices/iio:deviceX/in_positionrelative_x_raw
255What:		/sys/bus/iio/devices/iio:deviceX/in_positionrelative_y_raw
256KernelVersion:	4.19
257Contact:	linux-iio@vger.kernel.org
258Description:
259		Relative position in direction x or y on a pad (may be
260		arbitrarily assigned but should match other such assignments on
261		device).
262		Units after application of scale and offset are milli percents
263		from the pad's size in both directions. Should be calibrated by
264		the consumer.
265
266What:		/sys/bus/iio/devices/iio:deviceX/in_anglvel_x_raw
267What:		/sys/bus/iio/devices/iio:deviceX/in_anglvel_y_raw
268What:		/sys/bus/iio/devices/iio:deviceX/in_anglvel_z_raw
269KernelVersion:	2.6.35
270Contact:	linux-iio@vger.kernel.org
271Description:
272		Angular velocity about axis x, y or z (may be arbitrarily
273		assigned). Has all the equivalent parameters as	per voltageY.
274		Units after application of scale and offset are	radians per
275		second.
276
277What:		/sys/bus/iio/devices/iio:deviceX/in_incli_x_raw
278What:		/sys/bus/iio/devices/iio:deviceX/in_incli_y_raw
279What:		/sys/bus/iio/devices/iio:deviceX/in_incli_z_raw
280KernelVersion:	2.6.35
281Contact:	linux-iio@vger.kernel.org
282Description:
283		Inclination raw reading about axis x, y or z (may be
284		arbitrarily assigned). Data converted by application of offset
285		and scale to degrees.
286
287What:		/sys/bus/iio/devices/iio:deviceX/in_magn_x_raw
288What:		/sys/bus/iio/devices/iio:deviceX/in_magn_y_raw
289What:		/sys/bus/iio/devices/iio:deviceX/in_magn_z_raw
290KernelVersion:	2.6.35
291Contact:	linux-iio@vger.kernel.org
292Description:
293		Magnetic field along axis x, y or z (may be arbitrarily
294		assigned).  Data converted by application of offset
295		then scale to Gauss.
296
297What:		/sys/bus/iio/devices/iio:deviceX/in_accel_x_peak_raw
298What:		/sys/bus/iio/devices/iio:deviceX/in_accel_y_peak_raw
299What:		/sys/bus/iio/devices/iio:deviceX/in_accel_z_peak_raw
300KernelVersion:	2.6.36
301Contact:	linux-iio@vger.kernel.org
302Description:
303		Highest value since some reset condition.  These
304		attributes allow access to this and are otherwise
305		the direct equivalent of the <type>Y[_name]_raw attributes.
306
307What:		/sys/bus/iio/devices/iio:deviceX/in_accel_xyz_squared_peak_raw
308KernelVersion:	2.6.36
309Contact:	linux-iio@vger.kernel.org
310Description:
311		A computed peak value based on the sum squared magnitude of
312		the underlying value in the specified directions.
313
314What:		/sys/bus/iio/devices/iio:deviceX/in_pressureY_raw
315What:		/sys/bus/iio/devices/iio:deviceX/in_pressure_raw
316KernelVersion:	3.8
317Contact:	linux-iio@vger.kernel.org
318Description:
319		Raw pressure measurement from channel Y. Units after
320		application of scale and offset are kilopascal.
321
322What:		/sys/bus/iio/devices/iio:deviceX/in_pressureY_input
323What:		/sys/bus/iio/devices/iio:deviceX/in_pressure_input
324KernelVersion:	3.8
325Contact:	linux-iio@vger.kernel.org
326Description:
327		Scaled pressure measurement from channel Y, in kilopascal.
328
329What:		/sys/bus/iio/devices/iio:deviceX/in_humidityrelative_raw
330KernelVersion:	3.14
331Contact:	linux-iio@vger.kernel.org
332Description:
333		Raw humidity measurement of air. Units after application of
334		scale and offset are milli percent.
335
336What:		/sys/bus/iio/devices/iio:deviceX/in_humidityrelative_input
337KernelVersion:	3.14
338Contact:	linux-iio@vger.kernel.org
339Description:
340		Scaled humidity measurement in milli percent.
341
342What:		/sys/bus/iio/devices/iio:deviceX/in_X_mean_raw
343KernelVersion:	3.5
344Contact:	linux-iio@vger.kernel.org
345Description:
346		Averaged raw measurement from channel X. The number of values
347		used for averaging is device specific. The converting rules for
348		normal raw values also applies to the averaged raw values.
349
350What:		/sys/bus/iio/devices/iio:deviceX/in_accel_offset
351What:		/sys/bus/iio/devices/iio:deviceX/in_accel_x_offset
352What:		/sys/bus/iio/devices/iio:deviceX/in_accel_y_offset
353What:		/sys/bus/iio/devices/iio:deviceX/in_accel_z_offset
354What:		/sys/bus/iio/devices/iio:deviceX/in_voltageY_offset
355What:		/sys/bus/iio/devices/iio:deviceX/in_voltage_offset
356What:		/sys/bus/iio/devices/iio:deviceX/in_voltageY_i_offset
357What:		/sys/bus/iio/devices/iio:deviceX/in_voltageY_q_offset
358What:		/sys/bus/iio/devices/iio:deviceX/in_voltage_q_offset
359What:		/sys/bus/iio/devices/iio:deviceX/in_voltage_i_offset
360What:		/sys/bus/iio/devices/iio:deviceX/in_currentY_offset
361What:		/sys/bus/iio/devices/iio:deviceX/in_current_offset
362What:		/sys/bus/iio/devices/iio:deviceX/in_currentY_i_offset
363What:		/sys/bus/iio/devices/iio:deviceX/in_currentY_q_offset
364What:		/sys/bus/iio/devices/iio:deviceX/in_current_q_offset
365What:		/sys/bus/iio/devices/iio:deviceX/in_current_i_offset
366What:		/sys/bus/iio/devices/iio:deviceX/in_tempY_offset
367What:		/sys/bus/iio/devices/iio:deviceX/in_temp_offset
368What:		/sys/bus/iio/devices/iio:deviceX/in_pressureY_offset
369What:		/sys/bus/iio/devices/iio:deviceX/in_pressure_offset
370What:		/sys/bus/iio/devices/iio:deviceX/in_humidityrelative_offset
371What:		/sys/bus/iio/devices/iio:deviceX/in_magn_offset
372What:		/sys/bus/iio/devices/iio:deviceX/in_rot_offset
373What:		/sys/bus/iio/devices/iio:deviceX/in_angl_offset
374What:		/sys/bus/iio/devices/iio:deviceX/in_capacitanceX_offset
375KernelVersion:	2.6.35
376Contact:	linux-iio@vger.kernel.org
377Description:
378		If known for a device, offset to be added to <type>[Y]_raw prior
379		to scaling by <type>[Y]_scale in order to obtain value in the
380		<type> units as specified in <type>[Y]_raw documentation.
381		Not present if the offset is always 0 or unknown. If Y or
382		axis <x|y|z> is not present, then the offset applies to all
383		in channels of <type>.
384		May be writable if a variable offset can be applied on the
385		device. Note that this is different to calibbias which
386		is for devices (or drivers) that apply offsets to compensate
387		for variation between different instances of the part, typically
388		adjusted by using some hardware supported calibration procedure.
389		Calibbias is applied internally, offset is applied in userspace
390		to the _raw output.
391
392What:		/sys/bus/iio/devices/iio:deviceX/in_voltageY_scale
393What:		/sys/bus/iio/devices/iio:deviceX/in_voltageY_i_scale
394What:		/sys/bus/iio/devices/iio:deviceX/in_voltageY_q_scale
395What:		/sys/bus/iio/devices/iio:deviceX/in_voltageY_supply_scale
396What:		/sys/bus/iio/devices/iio:deviceX/in_voltage_scale
397What:		/sys/bus/iio/devices/iio:deviceX/in_voltage_i_scale
398What:		/sys/bus/iio/devices/iio:deviceX/in_voltage_q_scale
399What:		/sys/bus/iio/devices/iio:deviceX/in_voltage-voltage_scale
400What:		/sys/bus/iio/devices/iio:deviceX/out_voltageY_scale
401What:		/sys/bus/iio/devices/iio:deviceX/out_altvoltageY_scale
402What:		/sys/bus/iio/devices/iio:deviceX/in_currentY_scale
403What:		/sys/bus/iio/devices/iio:deviceX/in_currentY_supply_scale
404What:		/sys/bus/iio/devices/iio:deviceX/in_current_scale
405What:		/sys/bus/iio/devices/iio:deviceX/in_currentY_i_scale
406What:		/sys/bus/iio/devices/iio:deviceX/in_currentY_q_scale
407What:		/sys/bus/iio/devices/iio:deviceX/in_current_i_scale
408What:		/sys/bus/iio/devices/iio:deviceX/in_current_q_scale
409What:		/sys/bus/iio/devices/iio:deviceX/in_accel_scale
410What:		/sys/bus/iio/devices/iio:deviceX/in_accel_peak_scale
411What:		/sys/bus/iio/devices/iio:deviceX/in_anglvel_scale
412What:		/sys/bus/iio/devices/iio:deviceX/in_energy_scale
413What:		/sys/bus/iio/devices/iio:deviceX/in_distance_scale
414What:		/sys/bus/iio/devices/iio:deviceX/in_magn_scale
415What:		/sys/bus/iio/devices/iio:deviceX/in_magn_x_scale
416What:		/sys/bus/iio/devices/iio:deviceX/in_magn_y_scale
417What:		/sys/bus/iio/devices/iio:deviceX/in_magn_z_scale
418What:		/sys/bus/iio/devices/iio:deviceX/in_rot_from_north_magnetic_scale
419What:		/sys/bus/iio/devices/iio:deviceX/in_rot_from_north_true_scale
420What:		/sys/bus/iio/devices/iio:deviceX/in_rot_from_north_magnetic_tilt_comp_scale
421What:		/sys/bus/iio/devices/iio:deviceX/in_rot_from_north_true_tilt_comp_scale
422What:		/sys/bus/iio/devices/iio:deviceX/in_pressureY_scale
423What:		/sys/bus/iio/devices/iio:deviceX/in_pressure_scale
424What:		/sys/bus/iio/devices/iio:deviceX/in_humidityrelative_scale
425What:		/sys/bus/iio/devices/iio:deviceX/in_velocity_sqrt(x^2+y^2+z^2)_scale
426What:		/sys/bus/iio/devices/iio:deviceX/in_illuminance_scale
427What:		/sys/bus/iio/devices/iio:deviceX/in_countY_scale
428What:		/sys/bus/iio/devices/iio:deviceX/in_angl_scale
429What:		/sys/bus/iio/devices/iio:deviceX/in_intensity_x_scale
430What:		/sys/bus/iio/devices/iio:deviceX/in_intensity_y_scale
431What:		/sys/bus/iio/devices/iio:deviceX/in_intensity_z_scale
432What:		/sys/bus/iio/devices/iio:deviceX/in_concentration_co2_scale
433KernelVersion:	2.6.35
434Contact:	linux-iio@vger.kernel.org
435Description:
436		If known for a device, scale to be applied to <type>Y[_name]_raw
437		post addition of <type>[Y][_name]_offset in order to obtain the
438		measured value in <type> units as specified in
439		<type>[Y][_name]_raw documentation.  If shared across all in
440		channels then Y and <x|y|z> are not present and the value is
441		called <type>[Y][_name]_scale. The peak modifier means this
442		value is applied to <type>Y[_name]_peak_raw values.
443
444What:		/sys/bus/iio/devices/iio:deviceX/in_accel_x_calibbias
445What:		/sys/bus/iio/devices/iio:deviceX/in_accel_y_calibbias
446What:		/sys/bus/iio/devices/iio:deviceX/in_accel_z_calibbias
447What:		/sys/bus/iio/devices/iio:deviceX/in_anglvel_x_calibbias
448What:		/sys/bus/iio/devices/iio:deviceX/in_anglvel_y_calibbias
449What:		/sys/bus/iio/devices/iio:deviceX/in_anglvel_z_calibbias
450What:		/sys/bus/iio/devices/iio:deviceX/in_illuminance0_calibbias
451What:		/sys/bus/iio/devices/iio:deviceX/in_proximity0_calibbias
452What:		/sys/bus/iio/devices/iio:deviceX/in_pressureY_calibbias
453What:		/sys/bus/iio/devices/iio:deviceX/in_pressure_calibbias
454KernelVersion:	2.6.35
455Contact:	linux-iio@vger.kernel.org
456Description:
457		Hardware applied calibration offset (assumed to fix production
458		inaccuracies).
459		icm42600: For this device values are real physical offsets
460		expressed in SI units (m/s^2 for accelerometers and rad/s
461		for gyroscope)/
462
463What:		/sys/bus/iio/devices/iio:deviceX/in_accel_calibbias_available
464What:		/sys/bus/iio/devices/iio:deviceX/in_anglvel_calibbias_available
465KernelVersion:  5.8
466Contact:        linux-iio@vger.kernel.org
467Description:
468		Available values of calibbias. Maybe expressed as either of:
469
470		- a small discrete set of values like "0 2 4 6 8"
471		- a range specified as "[min step max]"
472
473What:		/sys/bus/iio/devices/iio:deviceX/in_voltageY_calibscale
474What:		/sys/bus/iio/devices/iio:deviceX/in_voltageY_supply_calibscale
475What:		/sys/bus/iio/devices/iio:deviceX/in_voltageY_i_calibscale
476What:		/sys/bus/iio/devices/iio:deviceX/in_voltageY_q_calibscale
477What:		/sys/bus/iio/devices/iio:deviceX/in_voltage_i_calibscale
478What:		/sys/bus/iio/devices/iio:deviceX/in_voltage_q_calibscale
479What:		/sys/bus/iio/devices/iio:deviceX/in_voltage_calibscale
480What:		/sys/bus/iio/devices/iio:deviceX/in_accel_x_calibscale
481What:		/sys/bus/iio/devices/iio:deviceX/in_accel_y_calibscale
482What:		/sys/bus/iio/devices/iio:deviceX/in_accel_z_calibscale
483What:		/sys/bus/iio/devices/iio:deviceX/in_anglvel_x_calibscale
484What:		/sys/bus/iio/devices/iio:deviceX/in_anglvel_y_calibscale
485What:		/sys/bus/iio/devices/iio:deviceX/in_anglvel_z_calibscale
486What:		/sys/bus/iio/devices/iio:deviceX/in_illuminance0_calibscale
487What:		/sys/bus/iio/devices/iio:deviceX/in_proximity0_calibscale
488What:		/sys/bus/iio/devices/iio:deviceX/in_pressureY_calibscale
489What:		/sys/bus/iio/devices/iio:deviceX/in_pressure_calibscale
490What:		/sys/bus/iio/devices/iio:deviceX/in_illuminance_calibscale
491KernelVersion:	2.6.35
492Contact:	linux-iio@vger.kernel.org
493Description:
494		Hardware applied calibration scale factor (assumed to fix
495		production inaccuracies).  If shared across all channels,
496		<type>_calibscale is used.
497
498What:		/sys/bus/iio/devices/iio:deviceX/in_activity_calibgender
499What:		/sys/bus/iio/devices/iio:deviceX/in_energy_calibgender
500What:		/sys/bus/iio/devices/iio:deviceX/in_distance_calibgender
501What:		/sys/bus/iio/devices/iio:deviceX/in_velocity_calibgender
502KernelVersion:	4.0
503Contact:	linux-iio@vger.kernel.org
504Description:
505		Gender of the user (e.g.: male, female) used by some pedometers
506		to compute the stride length, distance, speed and activity
507		type.
508
509What:		/sys/bus/iio/devices/iio:deviceX/in_activity_calibgender_available
510What:		/sys/bus/iio/devices/iio:deviceX/in_energy_calibgender_available
511What:		/sys/bus/iio/devices/iio:deviceX/in_distance_calibgender_available
512What:		/sys/bus/iio/devices/iio:deviceX/in_velocity_calibgender_available
513KernelVersion:	4.0
514Contact:	linux-iio@vger.kernel.org
515Description:
516		Lists all available gender values (e.g.: male, female).
517
518What:		/sys/bus/iio/devices/iio:deviceX/in_activity_calibheight
519What:		/sys/bus/iio/devices/iio:deviceX/in_energy_calibheight
520What:		/sys/bus/iio/devices/iio:deviceX/in_distance_calibheight
521What:		/sys/bus/iio/devices/iio:deviceX/in_velocity_calibheight
522KernelVersion:	3.19
523Contact:	linux-iio@vger.kernel.org
524Description:
525		Height of the user (in meters) used by some pedometers
526		to compute the stride length, distance, speed and activity
527		type.
528
529What:		/sys/bus/iio/devices/iio:deviceX/in_energy_calibweight
530KernelVersion:	4.0
531Contact:	linux-iio@vger.kernel.org
532Description:
533		Weight of the user (in kg). It is needed by some pedometers
534		to compute the calories burnt by the user.
535
536What:		/sys/bus/iio/devices/iio:deviceX/in_accel_scale_available
537What:		/sys/.../iio:deviceX/in_anglvel_scale_available
538What:		/sys/.../iio:deviceX/in_magn_scale_available
539What:		/sys/.../iio:deviceX/in_illuminance_scale_available
540What:		/sys/.../iio:deviceX/in_intensity_scale_available
541What:		/sys/.../iio:deviceX/in_proximity_scale_available
542What:		/sys/.../iio:deviceX/in_voltageX_scale_available
543What:		/sys/.../iio:deviceX/in_voltage-voltage_scale_available
544What:		/sys/.../iio:deviceX/out_voltageX_scale_available
545What:		/sys/.../iio:deviceX/out_altvoltageX_scale_available
546What:		/sys/.../iio:deviceX/in_capacitance_scale_available
547What:		/sys/.../iio:deviceX/in_pressure_scale_available
548What:		/sys/.../iio:deviceX/in_pressureY_scale_available
549KernelVersion:	2.6.35
550Contact:	linux-iio@vger.kernel.org
551Description:
552		If a discrete set of scale values is available, they
553		are listed in this attribute.
554
555What:		/sys/bus/iio/devices/iio:deviceX/out_voltageY_hardwaregain
556What:		/sys/bus/iio/devices/iio:deviceX/in_intensity_hardwaregain
557What:		/sys/bus/iio/devices/iio:deviceX/in_intensity_red_hardwaregain
558What:		/sys/bus/iio/devices/iio:deviceX/in_intensity_green_hardwaregain
559What:		/sys/bus/iio/devices/iio:deviceX/in_intensity_blue_hardwaregain
560What:		/sys/bus/iio/devices/iio:deviceX/in_intensity_clear_hardwaregain
561KernelVersion:	2.6.35
562Contact:	linux-iio@vger.kernel.org
563Description:
564		Hardware applied gain factor. If shared across all channels,
565		<type>_hardwaregain is used.
566
567What:		/sys/bus/iio/devices/iio:deviceX/in_intensity_hardwaregain_available
568KernelVersion:	5.10
569Contact:	linux-iio@vger.kernel.org
570Description:
571		Lists all available hardware applied gain factors. Shared across all
572		channels.
573
574What:		/sys/.../in_accel_filter_low_pass_3db_frequency
575What:		/sys/.../in_magn_filter_low_pass_3db_frequency
576What:		/sys/.../in_anglvel_filter_low_pass_3db_frequency
577KernelVersion:	3.2
578Contact:	linux-iio@vger.kernel.org
579Description:
580		If a known or controllable low pass filter is applied
581		to the underlying data channel, then this parameter
582		gives the 3dB frequency of the filter in Hz.
583
584What:		/sys/.../in_accel_filter_high_pass_3db_frequency
585What:		/sys/.../in_anglvel_filter_high_pass_3db_frequency
586What:		/sys/.../in_magn_filter_high_pass_3db_frequency
587KernelVersion:	4.2
588Contact:	linux-iio@vger.kernel.org
589Description:
590		If a known or controllable high pass filter is applied
591		to the underlying data channel, then this parameter
592		gives the 3dB frequency of the filter in Hz.
593
594What:		/sys/bus/iio/devices/iio:deviceX/out_voltageY_raw
595What:		/sys/bus/iio/devices/iio:deviceX/out_altvoltageY_raw
596KernelVersion:	2.6.37
597Contact:	linux-iio@vger.kernel.org
598Description:
599		Raw (unscaled, no bias etc.) output voltage for
600		channel Y.  The number must always be specified and
601		unique if the output corresponds to a single channel.
602		While DAC like devices typically use out_voltage,
603		a continuous frequency generating device, such as
604		a DDS or PLL should use out_altvoltage.
605
606What:		/sys/bus/iio/devices/iio:deviceX/out_voltageY&Z_raw
607What:		/sys/bus/iio/devices/iio:deviceX/out_altvoltageY&Z_raw
608KernelVersion:	2.6.37
609Contact:	linux-iio@vger.kernel.org
610Description:
611		Raw (unscaled, no bias etc.) output voltage for an aggregate of
612		channel Y, channel Z, etc.  This interface is available in cases
613		where a single output sets the value for multiple channels
614		simultaneously.
615
616What:		/sys/bus/iio/devices/iio:deviceX/out_voltageY_powerdown_mode
617What:		/sys/bus/iio/devices/iio:deviceX/out_voltage_powerdown_mode
618What:		/sys/bus/iio/devices/iio:deviceX/out_altvoltageY_powerdown_mode
619What:		/sys/bus/iio/devices/iio:deviceX/out_altvoltage_powerdown_mode
620KernelVersion:	2.6.38
621Contact:	linux-iio@vger.kernel.org
622Description:
623		Specifies the output powerdown mode.
624		DAC output stage is disconnected from the amplifier and
625		1kohm_to_gnd: connected to ground via an 1kOhm resistor,
626		2.5kohm_to_gnd: connected to ground via a 2.5kOhm resistor,
627		6kohm_to_gnd: connected to ground via a 6kOhm resistor,
628		20kohm_to_gnd: connected to ground via a 20kOhm resistor,
629		90kohm_to_gnd: connected to ground via a 90kOhm resistor,
630		100kohm_to_gnd: connected to ground via an 100kOhm resistor,
631		125kohm_to_gnd: connected to ground via an 125kOhm resistor,
632		500kohm_to_gnd: connected to ground via a 500kOhm resistor,
633		640kohm_to_gnd: connected to ground via a 640kOhm resistor,
634		three_state: left floating.
635		For a list of available output power down options read
636		outX_powerdown_mode_available. If Y is not present the
637		mode is shared across all outputs.
638
639What:		/sys/.../iio:deviceX/out_voltageY_powerdown_mode_available
640What:		/sys/.../iio:deviceX/out_voltage_powerdown_mode_available
641What:		/sys/.../iio:deviceX/out_altvoltageY_powerdown_mode_available
642What:		/sys/.../iio:deviceX/out_altvoltage_powerdown_mode_available
643KernelVersion:	2.6.38
644Contact:	linux-iio@vger.kernel.org
645Description:
646		Lists all available output power down modes.
647		If Y is not present the mode is shared across all outputs.
648
649What:		/sys/bus/iio/devices/iio:deviceX/out_voltageY_powerdown
650What:		/sys/bus/iio/devices/iio:deviceX/out_voltage_powerdown
651What:		/sys/bus/iio/devices/iio:deviceX/out_altvoltageY_powerdown
652What:		/sys/bus/iio/devices/iio:deviceX/out_altvoltage_powerdown
653KernelVersion:	2.6.38
654Contact:	linux-iio@vger.kernel.org
655Description:
656		Writing 1 causes output Y to enter the power down mode specified
657		by the corresponding outY_powerdown_mode. DAC output stage is
658		disconnected from the amplifier. Clearing returns to normal
659		operation. Y may be suppressed if all outputs are controlled
660		together.
661
662What:		/sys/bus/iio/devices/iio:deviceX/out_altvoltageY_frequency
663KernelVersion:	3.4.0
664Contact:	linux-iio@vger.kernel.org
665Description:
666		Output frequency for channel Y in Hz. The number must always be
667		specified and unique if the output corresponds to a single
668		channel.
669		Some drivers have additional constraints:
670		ADF4371 has an integrated VCO with fundamendal output
671		frequency ranging from 4000000000 Hz 8000000000 Hz.
672
673		out_altvoltage0_frequency:
674			A divide by 1, 2, 4, 8, 16, 32 or circuit generates
675			frequencies from 62500000 Hz to 8000000000 Hz.
676		out_altvoltage1_frequency:
677			This channel duplicates the channel 0 frequency
678		out_altvoltage2_frequency:
679			A frequency doubler generates frequencies from
680			8000000000 Hz to 16000000000 Hz.
681		out_altvoltage3_frequency:
682			A frequency quadrupler generates frequencies from
683			16000000000 Hz to 32000000000 Hz.
684
685		Note: writes to one of the channels will affect the frequency of
686		all the other channels, since it involves changing the VCO
687		fundamental output frequency.
688
689What:		/sys/bus/iio/devices/iio:deviceX/out_altvoltageY_phase
690KernelVersion:	3.4.0
691Contact:	linux-iio@vger.kernel.org
692Description:
693		Phase in radians of one frequency/clock output Y
694		(out_altvoltageY) relative to another frequency/clock output
695		(out_altvoltageZ) of the device X. The number must always be
696		specified and unique if the output corresponds to a single
697		channel.
698
699What:		/sys/bus/iio/devices/iio:deviceX/out_currentY_raw
700Date:		May 2012
701KernelVersion:	3.5
702Contact:	Johan Hovold <jhovold@gmail.com>
703Description:
704		Set/get output current for channel Y. Units after application
705		of scale and offset are milliamps.
706		For some devices current channels are used to specify
707		current supplied to elements used in taking a measurement
708		of a different type. E.g. LED currents.
709
710What:		/sys/bus/iio/devices/iio:deviceX/events
711KernelVersion:	2.6.35
712Contact:	linux-iio@vger.kernel.org
713Description:
714		Configuration of which hardware generated events are passed up
715		to user-space.
716
717What:		/sys/.../iio:deviceX/events/in_accel_x_thresh_rising_en
718What:		/sys/.../iio:deviceX/events/in_accel_x_thresh_falling_en
719What:		/sys/.../iio:deviceX/events/in_accel_y_thresh_rising_en
720What:		/sys/.../iio:deviceX/events/in_accel_y_thresh_falling_en
721What:		/sys/.../iio:deviceX/events/in_accel_z_thresh_rising_en
722What:		/sys/.../iio:deviceX/events/in_accel_z_thresh_falling_en
723What:		/sys/.../iio:deviceX/events/in_anglvel_x_thresh_rising_en
724What:		/sys/.../iio:deviceX/events/in_anglvel_x_thresh_falling_en
725What:		/sys/.../iio:deviceX/events/in_anglvel_y_thresh_rising_en
726What:		/sys/.../iio:deviceX/events/in_anglvel_y_thresh_falling_en
727What:		/sys/.../iio:deviceX/events/in_anglvel_z_thresh_rising_en
728What:		/sys/.../iio:deviceX/events/in_anglvel_z_thresh_falling_en
729What:		/sys/.../iio:deviceX/events/in_magn_x_thresh_rising_en
730What:		/sys/.../iio:deviceX/events/in_magn_x_thresh_falling_en
731What:		/sys/.../iio:deviceX/events/in_magn_y_thresh_rising_en
732What:		/sys/.../iio:deviceX/events/in_magn_y_thresh_falling_en
733What:		/sys/.../iio:deviceX/events/in_magn_z_thresh_rising_en
734What:		/sys/.../iio:deviceX/events/in_magn_z_thresh_falling_en
735What:		/sys/.../iio:deviceX/events/in_rot_from_north_magnetic_thresh_rising_en
736What:		/sys/.../iio:deviceX/events/in_rot_from_north_magnetic_thresh_falling_en
737What:		/sys/.../iio:deviceX/events/in_rot_from_north_true_thresh_rising_en
738What:		/sys/.../iio:deviceX/events/in_rot_from_north_true_thresh_falling_en
739What:		/sys/.../iio:deviceX/events/in_rot_from_north_magnetic_tilt_comp_thresh_rising_en
740What:		/sys/.../iio:deviceX/events/in_rot_from_north_magnetic_tilt_comp_thresh_falling_en
741What:		/sys/.../iio:deviceX/events/in_rot_from_north_true_tilt_comp_thresh_rising_en
742What:		/sys/.../iio:deviceX/events/in_rot_from_north_true_tilt_comp_thresh_falling_en
743What:		/sys/.../iio:deviceX/events/in_voltageY_supply_thresh_rising_en
744What:		/sys/.../iio:deviceX/events/in_voltageY_supply_thresh_falling_en
745What:		/sys/.../iio:deviceX/events/in_voltageY_thresh_rising_en
746What:		/sys/.../iio:deviceX/events/in_voltageY_thresh_falling_en
747What:		/sys/.../iio:deviceX/events/in_voltageY_thresh_either_en
748What:		/sys/.../iio:deviceX/events/in_tempY_thresh_rising_en
749What:		/sys/.../iio:deviceX/events/in_tempY_thresh_falling_en
750What:		/sys/.../iio:deviceX/events/in_capacitanceY_thresh_rising_en
751What:		/sys/.../iio:deviceX/events/in_capacitanceY_thresh_falling_en
752KernelVersion:	2.6.37
753Contact:	linux-iio@vger.kernel.org
754Description:
755		Event generated when channel passes a threshold in the specified
756		(_rising|_falling) direction. If the direction is not specified,
757		then either the device will report an event which ever direction
758		a single threshold value is passed in (e.g.
759		<type>[Y][_name]_<raw|input>_thresh_value) or
760		<type>[Y][_name]_<raw|input>_thresh_rising_value and
761		<type>[Y][_name]_<raw|input>_thresh_falling_value may take
762		different values, but the device can only enable both thresholds
763		or neither.
764
765		Note the driver will assume the last p events requested are
766		to be enabled where p is how many it supports (which may vary
767		depending on the exact set requested. So if you want to be
768		sure you have set what you think you have, check the contents of
769		these attributes after everything is configured. Drivers may
770		have to buffer any parameters so that they are consistent when
771		a given event type is enabled at a future point (and not those for
772		whatever event was previously enabled).
773
774What:		/sys/.../iio:deviceX/events/in_accel_x_roc_rising_en
775What:		/sys/.../iio:deviceX/events/in_accel_x_roc_falling_en
776What:		/sys/.../iio:deviceX/events/in_accel_y_roc_rising_en
777What:		/sys/.../iio:deviceX/events/in_accel_y_roc_falling_en
778What:		/sys/.../iio:deviceX/events/in_accel_z_roc_rising_en
779What:		/sys/.../iio:deviceX/events/in_accel_z_roc_falling_en
780What:		/sys/.../iio:deviceX/events/in_anglvel_x_roc_rising_en
781What:		/sys/.../iio:deviceX/events/in_anglvel_x_roc_falling_en
782What:		/sys/.../iio:deviceX/events/in_anglvel_y_roc_rising_en
783What:		/sys/.../iio:deviceX/events/in_anglvel_y_roc_falling_en
784What:		/sys/.../iio:deviceX/events/in_anglvel_z_roc_rising_en
785What:		/sys/.../iio:deviceX/events/in_anglvel_z_roc_falling_en
786What:		/sys/.../iio:deviceX/events/in_magn_x_roc_rising_en
787What:		/sys/.../iio:deviceX/events/in_magn_x_roc_falling_en
788What:		/sys/.../iio:deviceX/events/in_magn_y_roc_rising_en
789What:		/sys/.../iio:deviceX/events/in_magn_y_roc_falling_en
790What:		/sys/.../iio:deviceX/events/in_magn_z_roc_rising_en
791What:		/sys/.../iio:deviceX/events/in_magn_z_roc_falling_en
792What:		/sys/.../iio:deviceX/events/in_rot_from_north_magnetic_roc_rising_en
793What:		/sys/.../iio:deviceX/events/in_rot_from_north_magnetic_roc_falling_en
794What:		/sys/.../iio:deviceX/events/in_rot_from_north_true_roc_rising_en
795What:		/sys/.../iio:deviceX/events/in_rot_from_north_true_roc_falling_en
796What:		/sys/.../iio:deviceX/events/in_rot_from_north_magnetic_tilt_comp_roc_rising_en
797What:		/sys/.../iio:deviceX/events/in_rot_from_north_magnetic_tilt_comp_roc_falling_en
798What:		/sys/.../iio:deviceX/events/in_rot_from_north_true_tilt_comp_roc_rising_en
799What:		/sys/.../iio:deviceX/events/in_rot_from_north_true_tilt_comp_roc_falling_en
800What:		/sys/.../iio:deviceX/events/in_voltageY_supply_roc_rising_en
801What:		/sys/.../iio:deviceX/events/in_voltageY_supply_roc_falling_en
802What:		/sys/.../iio:deviceX/events/in_voltageY_roc_rising_en
803What:		/sys/.../iio:deviceX/events/in_voltageY_roc_falling_en
804What:		/sys/.../iio:deviceX/events/in_tempY_roc_rising_en
805What:		/sys/.../iio:deviceX/events/in_tempY_roc_falling_en
806KernelVersion:	2.6.37
807Contact:	linux-iio@vger.kernel.org
808Description:
809		Event generated when channel passes a threshold on the rate of
810		change (1st differential) in the specified (_rising|_falling)
811		direction. If the direction is not specified, then either the
812		device will report an event which ever direction a single
813		threshold value is passed in (e.g.
814		<type>[Y][_name]_<raw|input>_roc_value) or
815		<type>[Y][_name]_<raw|input>_roc_rising_value and
816		<type>[Y][_name]_<raw|input>_roc_falling_value may take
817		different values, but the device can only enable both rate of
818		change thresholds or neither.
819
820		Note the driver will assume the last p events requested are
821		to be enabled where p is however many it supports (which may
822		vary depending on the exact set requested. So if you want to be
823		sure you have set what you think you have, check the contents of
824		these attributes after everything is configured. Drivers may
825		have to buffer any parameters so that they are consistent when
826		a given event type is enabled a future point (and not those for
827		whatever event was previously enabled).
828
829What:		/sys/.../events/in_capacitanceY_adaptive_thresh_rising_en
830What:		/sys/.../events/in_capacitanceY_adaptive_thresh_falling_en
831KernelVersion:	5.13
832Contact:	linux-iio@vger.kernel.org
833Description:
834		Adaptive thresholds are similar to normal fixed thresholds
835		but the value is expressed as an offset from a value which
836		provides a low frequency approximation of the channel itself.
837		Thus these detect if a rapid change occurs in the specified
838		direction which crosses tracking value + offset.
839		Tracking value calculation is devices specific.
840
841What:		/sys/.../in_capacitanceY_adaptive_thresh_rising_timeout
842What:		/sys/.../in_capacitanceY_adaptive_thresh_falling_timeout
843KernelVersion:	5.11
844Contact:	linux-iio@vger.kernel.org
845Description:
846		When adaptive thresholds are used, the tracking signal
847		may adjust too slowly to step changes in the raw signal.
848		Thus these specify the time in seconds for which the
849		difference between the slow tracking signal and the raw
850		signal is allowed to remain out-of-range before a reset
851		event occurs in which the tracking signal is made equal
852		to the raw signal, allowing slow tracking to resume and the
853		adaptive threshold event detection to function as expected.
854
855What:		/sys/.../events/in_accel_thresh_rising_value
856What:		/sys/.../events/in_accel_thresh_falling_value
857What:		/sys/.../events/in_accel_x_raw_thresh_rising_value
858What:		/sys/.../events/in_accel_x_raw_thresh_falling_value
859What:		/sys/.../events/in_accel_y_raw_thresh_rising_value
860What:		/sys/.../events/in_accel_y_raw_thresh_falling_value
861What:		/sys/.../events/in_accel_z_raw_thresh_rising_value
862What:		/sys/.../events/in_accel_z_raw_thresh_falling_value
863What:		/sys/.../events/in_anglvel_x_raw_thresh_rising_value
864What:		/sys/.../events/in_anglvel_x_raw_thresh_falling_value
865What:		/sys/.../events/in_anglvel_y_raw_thresh_rising_value
866What:		/sys/.../events/in_anglvel_y_raw_thresh_falling_value
867What:		/sys/.../events/in_anglvel_z_raw_thresh_rising_value
868What:		/sys/.../events/in_anglvel_z_raw_thresh_falling_value
869What:		/sys/.../events/in_magn_x_raw_thresh_rising_value
870What:		/sys/.../events/in_magn_x_raw_thresh_falling_value
871What:		/sys/.../events/in_magn_y_raw_thresh_rising_value
872What:		/sys/.../events/in_magn_y_raw_thresh_falling_value
873What:		/sys/.../events/in_magn_z_raw_thresh_rising_value
874What:		/sys/.../events/in_magn_z_raw_thresh_falling_value
875What:		/sys/.../events/in_rot_from_north_magnetic_raw_thresh_rising_value
876What:		/sys/.../events/in_rot_from_north_magnetic_raw_thresh_falling_value
877What:		/sys/.../events/in_rot_from_north_true_raw_thresh_rising_value
878What:		/sys/.../events/in_rot_from_north_true_raw_thresh_falling_value
879What:		/sys/.../events/in_rot_from_north_magnetic_tilt_comp_raw_thresh_rising_value
880What:		/sys/.../events/in_rot_from_north_magnetic_tilt_comp_raw_thresh_falling_value
881What:		/sys/.../events/in_rot_from_north_true_tilt_comp_raw_thresh_rising_value
882What:		/sys/.../events/in_rot_from_north_true_tilt_comp_raw_thresh_falling_value
883What:		/sys/.../events/in_voltageY_supply_raw_thresh_rising_value
884What:		/sys/.../events/in_voltageY_supply_raw_thresh_falling_value
885What:		/sys/.../events/in_voltageY_raw_thresh_rising_value
886What:		/sys/.../events/in_voltageY_raw_thresh_falling_value
887What:		/sys/.../events/in_tempY_raw_thresh_rising_value
888What:		/sys/.../events/in_tempY_raw_thresh_falling_value
889What:		/sys/.../events/in_illuminance0_thresh_falling_value
890What:		/sys/.../events/in_illuminance0_thresh_rising_value
891What:		/sys/.../events/in_proximity0_thresh_falling_value
892What:		/sys/.../events/in_proximity0_thresh_rising_value
893What:		/sys/.../events/in_illuminance_thresh_rising_value
894What:		/sys/.../events/in_illuminance_thresh_falling_value
895What:		/sys/.../events/in_capacitanceY_thresh_rising_value
896What:		/sys/.../events/in_capacitanceY_thresh_falling_value
897What:		/sys/.../events/in_capacitanceY_thresh_adaptive_rising_value
898What:		/sys/.../events/in_capacitanceY_thresh_falling_rising_value
899KernelVersion:	2.6.37
900Contact:	linux-iio@vger.kernel.org
901Description:
902		Specifies the value of threshold that the device is comparing
903		against for the events enabled by
904		<type>Y[_name]_thresh[_rising|falling]_en.
905
906		If separate attributes exist for the two directions, but
907		direction is not specified for this attribute, then a single
908		threshold value applies to both directions.
909
910		The raw or input element of the name indicates whether the
911		value is in raw device units or in processed units (as _raw
912		and _input do on sysfs direct channel read attributes).
913
914What:		/sys/.../events/in_accel_scale
915What:		/sys/.../events/in_accel_peak_scale
916What:		/sys/.../events/in_anglvel_scale
917What:		/sys/.../events/in_magn_scale
918What:		/sys/.../events/in_rot_from_north_magnetic_scale
919What:		/sys/.../events/in_rot_from_north_true_scale
920What:		/sys/.../events/in_voltage_scale
921What:		/sys/.../events/in_voltage_supply_scale
922What:		/sys/.../events/in_temp_scale
923What:		/sys/.../events/in_illuminance_scale
924What:		/sys/.../events/in_proximity_scale
925KernelVersion:	3.21
926Contact:	linux-iio@vger.kernel.org
927Description:
928                Specifies the conversion factor from the standard units
929                to device specific units used to set the event trigger
930                threshold.
931
932What:		/sys/.../events/in_accel_x_thresh_rising_hysteresis
933What:		/sys/.../events/in_accel_x_thresh_falling_hysteresis
934What:		/sys/.../events/in_accel_x_thresh_either_hysteresis
935What:		/sys/.../events/in_accel_y_thresh_rising_hysteresis
936What:		/sys/.../events/in_accel_y_thresh_falling_hysteresis
937What:		/sys/.../events/in_accel_y_thresh_either_hysteresis
938What:		/sys/.../events/in_accel_z_thresh_rising_hysteresis
939What:		/sys/.../events/in_accel_z_thresh_falling_hysteresis
940What:		/sys/.../events/in_accel_z_thresh_either_hysteresis
941What:		/sys/.../events/in_anglvel_x_thresh_rising_hysteresis
942What:		/sys/.../events/in_anglvel_x_thresh_falling_hysteresis
943What:		/sys/.../events/in_anglvel_x_thresh_either_hysteresis
944What:		/sys/.../events/in_anglvel_y_thresh_rising_hysteresis
945What:		/sys/.../events/in_anglvel_y_thresh_falling_hysteresis
946What:		/sys/.../events/in_anglvel_y_thresh_either_hysteresis
947What:		/sys/.../events/in_anglvel_z_thresh_rising_hysteresis
948What:		/sys/.../events/in_anglvel_z_thresh_falling_hysteresis
949What:		/sys/.../events/in_anglvel_z_thresh_either_hysteresis
950What:		/sys/.../events/in_magn_x_thresh_rising_hysteresis
951What:		/sys/.../events/in_magn_x_thresh_falling_hysteresis
952What:		/sys/.../events/in_magn_x_thresh_either_hysteresis
953What:		/sys/.../events/in_magn_y_thresh_rising_hysteresis
954What:		/sys/.../events/in_magn_y_thresh_falling_hysteresis
955What:		/sys/.../events/in_magn_y_thresh_either_hysteresis
956What:		/sys/.../events/in_magn_z_thresh_rising_hysteresis
957What:		/sys/.../events/in_magn_z_thresh_falling_hysteresis
958What:		/sys/.../events/in_magn_z_thresh_either_hysteresis
959What:		/sys/.../events/in_rot_from_north_magnetic_thresh_rising_hysteresis
960What:		/sys/.../events/in_rot_from_north_magnetic_thresh_falling_hysteresis
961What:		/sys/.../events/in_rot_from_north_magnetic_thresh_either_hysteresis
962What:		/sys/.../events/in_rot_from_north_true_thresh_rising_hysteresis
963What:		/sys/.../events/in_rot_from_north_true_thresh_falling_hysteresis
964What:		/sys/.../events/in_rot_from_north_true_thresh_either_hysteresis
965What:		/sys/.../events/in_rot_from_north_magnetic_tilt_comp_thresh_rising_hysteresis
966What:		/sys/.../events/in_rot_from_north_magnetic_tilt_comp_thresh_falling_hysteresis
967What:		/sys/.../events/in_rot_from_north_magnetic_tilt_comp_thresh_either_hysteresis
968What:		/sys/.../events/in_rot_from_north_true_tilt_comp_thresh_rising_hysteresis
969What:		/sys/.../events/in_rot_from_north_true_tilt_comp_thresh_falling_hysteresis
970What:		/sys/.../events/in_rot_from_north_true_tilt_comp_thresh_either_hysteresis
971What:		/sys/.../events/in_voltageY_thresh_rising_hysteresis
972What:		/sys/.../events/in_voltageY_thresh_falling_hysteresis
973What:		/sys/.../events/in_voltageY_thresh_either_hysteresis
974What:		/sys/.../events/in_tempY_thresh_rising_hysteresis
975What:		/sys/.../events/in_tempY_thresh_falling_hysteresis
976What:		/sys/.../events/in_tempY_thresh_either_hysteresis
977What:		/sys/.../events/in_illuminance0_thresh_falling_hysteresis
978What:		/sys/.../events/in_illuminance0_thresh_rising_hysteresis
979What:		/sys/.../events/in_illuminance0_thresh_either_hysteresis
980What:		/sys/.../events/in_proximity0_thresh_falling_hysteresis
981What:		/sys/.../events/in_proximity0_thresh_rising_hysteresis
982What:		/sys/.../events/in_proximity0_thresh_either_hysteresis
983KernelVersion:	3.13
984Contact:	linux-iio@vger.kernel.org
985Description:
986		Specifies the hysteresis of threshold that the device is comparing
987		against for the events enabled by
988		<type>Y[_name]_thresh[_(rising|falling)]_hysteresis.
989		If separate attributes exist for the two directions, but
990		direction is not specified for this attribute, then a single
991		hysteresis value applies to both directions.
992
993		For falling events the hysteresis is added to the _value attribute for
994		this event to get the upper threshold for when the event goes back to
995		normal, for rising events the hysteresis is subtracted from the _value
996		attribute. E.g. if in_voltage0_raw_thresh_rising_value is set to 1200
997		and in_voltage0_raw_thresh_rising_hysteresis is set to 50. The event
998		will get activated once in_voltage0_raw goes above 1200 and will become
999		deactivated again once the value falls below 1150.
1000
1001What:		/sys/.../events/in_accel_x_raw_roc_rising_value
1002What:		/sys/.../events/in_accel_x_raw_roc_falling_value
1003What:		/sys/.../events/in_accel_y_raw_roc_rising_value
1004What:		/sys/.../events/in_accel_y_raw_roc_falling_value
1005What:		/sys/.../events/in_accel_z_raw_roc_rising_value
1006What:		/sys/.../events/in_accel_z_raw_roc_falling_value
1007What:		/sys/.../events/in_anglvel_x_raw_roc_rising_value
1008What:		/sys/.../events/in_anglvel_x_raw_roc_falling_value
1009What:		/sys/.../events/in_anglvel_y_raw_roc_rising_value
1010What:		/sys/.../events/in_anglvel_y_raw_roc_falling_value
1011What:		/sys/.../events/in_anglvel_z_raw_roc_rising_value
1012What:		/sys/.../events/in_anglvel_z_raw_roc_falling_value
1013What:		/sys/.../events/in_magn_x_raw_roc_rising_value
1014What:		/sys/.../events/in_magn_x_raw_roc_falling_value
1015What:		/sys/.../events/in_magn_y_raw_roc_rising_value
1016What:		/sys/.../events/in_magn_y_raw_roc_falling_value
1017What:		/sys/.../events/in_magn_z_raw_roc_rising_value
1018What:		/sys/.../events/in_magn_z_raw_roc_falling_value
1019What:		/sys/.../events/in_rot_from_north_magnetic_raw_roc_rising_value
1020What:		/sys/.../events/in_rot_from_north_magnetic_raw_roc_falling_value
1021What:		/sys/.../events/in_rot_from_north_true_raw_roc_rising_value
1022What:		/sys/.../events/in_rot_from_north_true_raw_roc_falling_value
1023What:		/sys/.../events/in_rot_from_north_magnetic_tilt_comp_raw_roc_rising_value
1024What:		/sys/.../events/in_rot_from_north_magnetic_tilt_comp_raw_roc_falling_value
1025What:		/sys/.../events/in_rot_from_north_true_tilt_comp_raw_roc_rising_value
1026What:		/sys/.../events/in_rot_from_north_true_tilt_comp_raw_roc_falling_value
1027What:		/sys/.../events/in_voltageY_supply_raw_roc_rising_value
1028What:		/sys/.../events/in_voltageY_supply_raw_roc_falling_value
1029What:		/sys/.../events/in_voltageY_raw_roc_rising_value
1030What:		/sys/.../events/in_voltageY_raw_roc_falling_value
1031What:		/sys/.../events/in_tempY_raw_roc_rising_value
1032What:		/sys/.../events/in_tempY_raw_roc_falling_value
1033KernelVersion:	2.6.37
1034Contact:	linux-iio@vger.kernel.org
1035Description:
1036		Specifies the value of rate of change threshold that the
1037		device is comparing against for the events enabled by
1038		<type>[Y][_name]_roc[_rising|falling]_en.
1039
1040		If separate attributes exist for the two directions,
1041		but direction is not specified for this attribute,
1042		then a single threshold value applies to both directions.
1043		The raw or input element of the name indicates whether the
1044		value is in raw device units or in processed units (as _raw
1045		and _input do on sysfs direct channel read attributes).
1046
1047What:		/sys/.../events/in_accel_x_thresh_rising_period
1048What:		/sys/.../events/in_accel_x_thresh_falling_period
1049What:		/sys/.../events/in_accel_x_roc_rising_period
1050What:		/sys/.../events/in_accel_x_roc_falling_period
1051What:		/sys/.../events/in_accel_y_thresh_rising_period
1052What:		/sys/.../events/in_accel_y_thresh_falling_period
1053What:		/sys/.../events/in_accel_y_roc_rising_period
1054What:		/sys/.../events/in_accel_y_roc_falling_period
1055What:		/sys/.../events/in_accel_z_thresh_rising_period
1056What:		/sys/.../events/in_accel_z_thresh_falling_period
1057What:		/sys/.../events/in_accel_z_roc_rising_period
1058What:		/sys/.../events/in_accel_z_roc_falling_period
1059What:		/sys/.../events/in_anglvel_x_thresh_rising_period
1060What:		/sys/.../events/in_anglvel_x_thresh_falling_period
1061What:		/sys/.../events/in_anglvel_x_roc_rising_period
1062What:		/sys/.../events/in_anglvel_x_roc_falling_period
1063What:		/sys/.../events/in_anglvel_y_thresh_rising_period
1064What:		/sys/.../events/in_anglvel_y_thresh_falling_period
1065What:		/sys/.../events/in_anglvel_y_roc_rising_period
1066What:		/sys/.../events/in_anglvel_y_roc_falling_period
1067What:		/sys/.../events/in_anglvel_z_thresh_rising_period
1068What:		/sys/.../events/in_anglvel_z_thresh_falling_period
1069What:		/sys/.../events/in_anglvel_z_roc_rising_period
1070What:		/sys/.../events/in_anglvel_z_roc_falling_period
1071What:		/sys/.../events/in_magn_x_thresh_rising_period
1072What:		/sys/.../events/in_magn_x_thresh_falling_period
1073What:		/sys/.../events/in_magn_x_roc_rising_period
1074What:		/sys/.../events/in_magn_x_roc_falling_period
1075What:		/sys/.../events/in_magn_y_thresh_rising_period
1076What:		/sys/.../events/in_magn_y_thresh_falling_period
1077What:		/sys/.../events/in_magn_y_roc_rising_period
1078What:		/sys/.../events/in_magn_y_roc_falling_period
1079What:		/sys/.../events/in_magn_z_thresh_rising_period
1080What:		/sys/.../events/in_magn_z_thresh_falling_period
1081What:		/sys/.../events/in_magn_z_roc_rising_period
1082What:		/sys/.../events/in_magn_z_roc_falling_period
1083What:		/sys/.../events/in_rot_from_north_magnetic_thresh_rising_period
1084What:		/sys/.../events/in_rot_from_north_magnetic_thresh_falling_period
1085What:		/sys/.../events/in_rot_from_north_magnetic_roc_rising_period
1086What:		/sys/.../events/in_rot_from_north_magnetic_roc_falling_period
1087What:		/sys/.../events/in_rot_from_north_true_thresh_rising_period
1088What:		/sys/.../events/in_rot_from_north_true_thresh_falling_period
1089What:		/sys/.../events/in_rot_from_north_true_roc_rising_period
1090What:		/sys/.../events/in_rot_from_north_true_roc_falling_period
1091What:		/sys/.../events/in_rot_from_north_magnetic_tilt_comp_thresh_rising_period
1092What:		/sys/.../events/in_rot_from_north_magnetic_tilt_comp_thresh_falling_period
1093What:		/sys/.../events/in_rot_from_north_magnetic_tilt_comp_roc_rising_period
1094What:		/sys/.../events/in_rot_from_north_magnetic_tilt_comp_roc_falling_period
1095What:		/sys/.../events/in_rot_from_north_true_tilt_comp_thresh_rising_period
1096What:		/sys/.../events/in_rot_from_north_true_tilt_comp_thresh_falling_period
1097What:		/sys/.../events/in_rot_from_north_true_tilt_comp_roc_rising_period
1098What:		/sys/.../events/in_rot_from_north_true_tilt_comp_roc_falling_period
1099What:		/sys/.../events/in_voltageY_supply_thresh_rising_period
1100What:		/sys/.../events/in_voltageY_supply_thresh_falling_period
1101What:		/sys/.../events/in_voltageY_supply_roc_rising_period
1102What:		/sys/.../events/in_voltageY_supply_roc_falling_period
1103What:		/sys/.../events/in_voltageY_thresh_rising_period
1104What:		/sys/.../events/in_voltageY_thresh_falling_period
1105What:		/sys/.../events/in_voltageY_roc_rising_period
1106What:		/sys/.../events/in_voltageY_roc_falling_period
1107What:		/sys/.../events/in_tempY_thresh_rising_period
1108What:		/sys/.../events/in_tempY_thresh_falling_period
1109What:		/sys/.../events/in_tempY_roc_rising_period
1110What:		/sys/.../events/in_tempY_roc_falling_period
1111What:		/sys/.../events/in_accel_x&y&z_mag_falling_period
1112What:		/sys/.../events/in_intensity0_thresh_period
1113What:		/sys/.../events/in_proximity0_thresh_period
1114What:		/sys/.../events/in_activity_still_thresh_rising_period
1115What:		/sys/.../events/in_activity_still_thresh_falling_period
1116What:		/sys/.../events/in_activity_walking_thresh_rising_period
1117What:		/sys/.../events/in_activity_walking_thresh_falling_period
1118What:		/sys/.../events/in_activity_jogging_thresh_rising_period
1119What:		/sys/.../events/in_activity_jogging_thresh_falling_period
1120What:		/sys/.../events/in_activity_running_thresh_rising_period
1121What:		/sys/.../events/in_activity_running_thresh_falling_period
1122What:		/sys/.../events/in_illuminance_thresh_either_period
1123KernelVersion:	2.6.37
1124Contact:	linux-iio@vger.kernel.org
1125Description:
1126		Period of time (in seconds) for which the condition must be
1127		met before an event is generated. If direction is not
1128		specified then this period applies to both directions.
1129
1130What:		/sys/.../events/in_accel_thresh_rising_low_pass_filter_3db
1131What:		/sys/.../events/in_anglvel_thresh_rising_low_pass_filter_3db
1132What:		/sys/.../events/in_magn_thresh_rising_low_pass_filter_3db
1133KernelVersion:	4.2
1134Contact:	linux-iio@vger.kernel.org
1135Description:
1136		If a low pass filter can be applied to the event generation
1137		this property gives its 3db frequency in Hz.
1138		A value of zero disables the filter.
1139
1140What:		/sys/.../events/in_accel_thresh_rising_high_pass_filter_3db
1141What:		/sys/.../events/in_anglvel_thresh_rising_high_pass_filter_3db
1142What:		/sys/.../events/in_magn_thresh_rising_high_pass_filter_3db
1143KernelVersion:	4.2
1144Contact:	linux-iio@vger.kernel.org
1145Description:
1146		If a high pass filter can be applied to the event generation
1147		this property gives its 3db frequency in Hz.
1148		A value of zero disables the filter.
1149
1150What:		/sys/.../events/in_activity_still_thresh_rising_en
1151What:		/sys/.../events/in_activity_still_thresh_falling_en
1152What:		/sys/.../events/in_activity_walking_thresh_rising_en
1153What:		/sys/.../events/in_activity_walking_thresh_falling_en
1154What:		/sys/.../events/in_activity_jogging_thresh_rising_en
1155What:		/sys/.../events/in_activity_jogging_thresh_falling_en
1156What:		/sys/.../events/in_activity_running_thresh_rising_en
1157What:		/sys/.../events/in_activity_running_thresh_falling_en
1158KernelVersion:	3.19
1159Contact:	linux-iio@vger.kernel.org
1160Description:
1161		Enables or disables activity events. Depending on direction
1162		an event is generated when sensor ENTERS or LEAVES a given state.
1163
1164What:		/sys/.../events/in_activity_still_thresh_rising_value
1165What:		/sys/.../events/in_activity_still_thresh_falling_value
1166What:		/sys/.../events/in_activity_walking_thresh_rising_value
1167What:		/sys/.../events/in_activity_walking_thresh_falling_value
1168What:		/sys/.../events/in_activity_jogging_thresh_rising_value
1169What:		/sys/.../events/in_activity_jogging_thresh_falling_value
1170What:		/sys/.../events/in_activity_running_thresh_rising_value
1171What:		/sys/.../events/in_activity_running_thresh_falling_value
1172KernelVersion:	3.19
1173Contact:	linux-iio@vger.kernel.org
1174Description:
1175		Confidence value (in units as percentage) to be used
1176		for deciding when an event should be generated. E.g for
1177		running: If the confidence value reported by the sensor
1178		is greater than in_activity_running_thresh_rising_value
1179		then the sensor ENTERS running state. Conversely, if the
1180		confidence value reported by the sensor is lower than
1181		in_activity_running_thresh_falling_value then the sensor
1182		is LEAVING running state.
1183
1184What:		/sys/.../iio:deviceX/events/in_accel_mag_en
1185What:		/sys/.../iio:deviceX/events/in_accel_mag_rising_en
1186What:		/sys/.../iio:deviceX/events/in_accel_mag_falling_en
1187What:		/sys/.../iio:deviceX/events/in_accel_x_mag_en
1188What:		/sys/.../iio:deviceX/events/in_accel_x_mag_rising_en
1189What:		/sys/.../iio:deviceX/events/in_accel_x_mag_falling_en
1190What:		/sys/.../iio:deviceX/events/in_accel_y_mag_en
1191What:		/sys/.../iio:deviceX/events/in_accel_y_mag_rising_en
1192What:		/sys/.../iio:deviceX/events/in_accel_y_mag_falling_en
1193What:		/sys/.../iio:deviceX/events/in_accel_z_mag_en
1194What:		/sys/.../iio:deviceX/events/in_accel_z_mag_rising_en
1195What:		/sys/.../iio:deviceX/events/in_accel_z_mag_falling_en
1196What:		/sys/.../iio:deviceX/events/in_accel_x&y&z_mag_rising_en
1197What:		/sys/.../iio:deviceX/events/in_accel_x&y&z_mag_falling_en
1198KernelVersion:	2.6.37
1199Contact:	linux-iio@vger.kernel.org
1200Description:
1201		Similar to in_accel_x_thresh[_rising|_falling]_en, but here the
1202		magnitude of the channel is compared to the threshold, not its
1203		signed value.
1204
1205What:		/sys/.../events/in_accel_raw_mag_value
1206What:		/sys/.../events/in_accel_x_raw_mag_rising_value
1207What:		/sys/.../events/in_accel_y_raw_mag_rising_value
1208What:		/sys/.../events/in_accel_z_raw_mag_rising_value
1209KernelVersion:	2.6.37
1210Contact:	linux-iio@vger.kernel.org
1211Description:
1212		The value to which the magnitude of the channel is compared. If
1213		number or direction is not specified, applies to all channels of
1214		this type.
1215
1216What:		/sys/.../events/in_steps_change_en
1217KernelVersion:	4.0
1218Contact:	linux-iio@vger.kernel.org
1219Description:
1220		Event generated when channel passes a threshold on the absolute
1221		change in value. E.g. for steps: a step change event is
1222		generated each time the user takes N steps, where N is set using
1223		in_steps_change_value.
1224
1225What:		/sys/.../events/in_steps_change_value
1226KernelVersion:	4.0
1227Contact:	linux-iio@vger.kernel.org
1228Description:
1229		Specifies the value of change threshold that the
1230		device is comparing against for the events enabled by
1231		<type>[Y][_name]_roc[_rising|falling|]_en. E.g. for steps:
1232		if set to 3, a step change event will be generated every 3
1233		steps.
1234
1235What:		/sys/bus/iio/devices/iio:deviceX/trigger/current_trigger
1236KernelVersion:	2.6.35
1237Contact:	linux-iio@vger.kernel.org
1238Description:
1239		The name of the trigger source being used, as per string given
1240		in /sys/class/iio/triggerY/name.
1241
1242What:		/sys/bus/iio/devices/iio:deviceX/bufferY/length
1243KernelVersion:	5.11
1244Contact:	linux-iio@vger.kernel.org
1245Description:
1246		Number of scans contained by the buffer.
1247
1248What:		/sys/bus/iio/devices/iio:deviceX/bufferY/enable
1249KernelVersion:	5.11
1250Contact:	linux-iio@vger.kernel.org
1251Description:
1252		Actually start the buffer capture up.  Will start trigger
1253		if first device and appropriate.
1254
1255What:		/sys/bus/iio/devices/iio:deviceX/bufferY
1256KernelVersion:	5.11
1257Contact:	linux-iio@vger.kernel.org
1258Description:
1259		Directory containing interfaces for elements that will be
1260		captured for a single triggered sample set in the buffer.
1261
1262		Since kernel 5.11 the scan_elements attributes are merged into
1263		the bufferY directory, to be configurable per buffer.
1264
1265What:		/sys/.../iio:deviceX/bufferY/in_accel_x_en
1266What:		/sys/.../iio:deviceX/bufferY/in_accel_y_en
1267What:		/sys/.../iio:deviceX/bufferY/in_accel_z_en
1268What:		/sys/.../iio:deviceX/bufferY/in_anglvel_x_en
1269What:		/sys/.../iio:deviceX/bufferY/in_anglvel_y_en
1270What:		/sys/.../iio:deviceX/bufferY/in_anglvel_z_en
1271What:		/sys/.../iio:deviceX/bufferY/in_magn_x_en
1272What:		/sys/.../iio:deviceX/bufferY/in_magn_y_en
1273What:		/sys/.../iio:deviceX/bufferY/in_magn_z_en
1274What:		/sys/.../iio:deviceX/bufferY/in_rot_from_north_magnetic_en
1275What:		/sys/.../iio:deviceX/bufferY/in_rot_from_north_true_en
1276What:		/sys/.../iio:deviceX/bufferY/in_rot_from_north_magnetic_tilt_comp_en
1277What:		/sys/.../iio:deviceX/bufferY/in_rot_from_north_true_tilt_comp_en
1278What:		/sys/.../iio:deviceX/bufferY/in_timestamp_en
1279What:		/sys/.../iio:deviceX/bufferY/in_voltageY_supply_en
1280What:		/sys/.../iio:deviceX/bufferY/in_voltageY_en
1281What:		/sys/.../iio:deviceX/bufferY/in_voltageY-voltageZ_en
1282What:		/sys/.../iio:deviceX/bufferY/in_voltageY_i_en
1283What:		/sys/.../iio:deviceX/bufferY/in_voltageY_q_en
1284What:		/sys/.../iio:deviceX/bufferY/in_voltage_i_en
1285What:		/sys/.../iio:deviceX/bufferY/in_voltage_q_en
1286What:		/sys/.../iio:deviceX/bufferY/in_incli_x_en
1287What:		/sys/.../iio:deviceX/bufferY/in_incli_y_en
1288What:		/sys/.../iio:deviceX/bufferY/in_pressureY_en
1289What:		/sys/.../iio:deviceX/bufferY/in_pressure_en
1290What:		/sys/.../iio:deviceX/bufferY/in_rot_quaternion_en
1291What:		/sys/.../iio:deviceX/bufferY/in_proximity_en
1292KernelVersion:	5.11
1293Contact:	linux-iio@vger.kernel.org
1294Description:
1295		Scan element control for triggered data capture.
1296
1297What:		/sys/.../iio:deviceX/bufferY/in_accel_type
1298What:		/sys/.../iio:deviceX/bufferY/in_anglvel_type
1299What:		/sys/.../iio:deviceX/bufferY/in_magn_type
1300What:		/sys/.../iio:deviceX/bufferY/in_incli_type
1301What:		/sys/.../iio:deviceX/bufferY/in_voltageY_type
1302What:		/sys/.../iio:deviceX/bufferY/in_voltage_type
1303What:		/sys/.../iio:deviceX/bufferY/in_voltageY_supply_type
1304What:		/sys/.../iio:deviceX/bufferY/in_voltageY_i_type
1305What:		/sys/.../iio:deviceX/bufferY/in_voltageY_q_type
1306What:		/sys/.../iio:deviceX/bufferY/in_voltage_i_type
1307What:		/sys/.../iio:deviceX/bufferY/in_voltage_q_type
1308What:		/sys/.../iio:deviceX/bufferY/in_timestamp_type
1309What:		/sys/.../iio:deviceX/bufferY/in_pressureY_type
1310What:		/sys/.../iio:deviceX/bufferY/in_pressure_type
1311What:		/sys/.../iio:deviceX/bufferY/in_rot_quaternion_type
1312What:		/sys/.../iio:deviceX/bufferY/in_proximity_type
1313KernelVersion:	5.11
1314Contact:	linux-iio@vger.kernel.org
1315Description:
1316		Description of the scan element data storage within the buffer
1317		and hence the form in which it is read from user-space.
1318		Form is [be|le]:[s|u]bits/storagebits[>>shift].
1319		be or le specifies big or little endian. s or u specifies if
1320		signed (2's complement) or unsigned. bits is the number of bits
1321		of data and storagebits is the space (after padding) that it
1322		occupies in the buffer. shift if specified, is the shift that
1323		needs to be applied prior to masking out unused bits. Some
1324		devices put their data in the middle of the transferred elements
1325		with additional information on both sides.  Note that some
1326		devices will have additional information in the unused bits
1327		so to get a clean value, the bits value must be used to mask
1328		the buffer output value appropriately.  The storagebits value
1329		also specifies the data alignment.  So s48/64>>2 will be a
1330		signed 48 bit integer stored in a 64 bit location aligned to
1331		a 64 bit boundary. To obtain the clean value, shift right 2
1332		and apply a mask to zero the top 16 bits of the result.
1333		For other storage combinations this attribute will be extended
1334		appropriately.
1335
1336What:		/sys/.../iio:deviceX/scan_elements/in_accel_type_available
1337KernelVersion:	2.6.37
1338Contact:	linux-iio@vger.kernel.org
1339Description:
1340		If the type parameter can take one of a small set of values,
1341		this attribute lists them.
1342
1343What:		/sys/.../iio:deviceX/bufferY/in_voltageY_index
1344What:		/sys/.../iio:deviceX/bufferY/in_voltageY_supply_index
1345What:		/sys/.../iio:deviceX/bufferY/in_voltageY_i_index
1346What:		/sys/.../iio:deviceX/bufferY/in_voltageY_q_index
1347What:		/sys/.../iio:deviceX/bufferY/in_voltage_i_index
1348What:		/sys/.../iio:deviceX/bufferY/in_voltage_q_index
1349What:		/sys/.../iio:deviceX/bufferY/in_accel_x_index
1350What:		/sys/.../iio:deviceX/bufferY/in_accel_y_index
1351What:		/sys/.../iio:deviceX/bufferY/in_accel_z_index
1352What:		/sys/.../iio:deviceX/bufferY/in_anglvel_x_index
1353What:		/sys/.../iio:deviceX/bufferY/in_anglvel_y_index
1354What:		/sys/.../iio:deviceX/bufferY/in_anglvel_z_index
1355What:		/sys/.../iio:deviceX/bufferY/in_magn_x_index
1356What:		/sys/.../iio:deviceX/bufferY/in_magn_y_index
1357What:		/sys/.../iio:deviceX/bufferY/in_magn_z_index
1358What:		/sys/.../iio:deviceX/bufferY/in_rot_from_north_magnetic_index
1359What:		/sys/.../iio:deviceX/bufferY/in_rot_from_north_true_index
1360What:		/sys/.../iio:deviceX/bufferY/in_rot_from_north_magnetic_tilt_comp_index
1361What:		/sys/.../iio:deviceX/bufferY/in_rot_from_north_true_tilt_comp_index
1362What:		/sys/.../iio:deviceX/bufferY/in_incli_x_index
1363What:		/sys/.../iio:deviceX/bufferY/in_incli_y_index
1364What:		/sys/.../iio:deviceX/bufferY/in_timestamp_index
1365What:		/sys/.../iio:deviceX/bufferY/in_pressureY_index
1366What:		/sys/.../iio:deviceX/bufferY/in_pressure_index
1367What:		/sys/.../iio:deviceX/bufferY/in_rot_quaternion_index
1368What:		/sys/.../iio:deviceX/bufferY/in_proximity_index
1369KernelVersion:	5.11
1370Contact:	linux-iio@vger.kernel.org
1371Description:
1372		A single positive integer specifying the position of this
1373		scan element in the buffer. Note these are not dependent on
1374		what is enabled and may not be contiguous. Thus for user-space
1375		to establish the full layout these must be used in conjunction
1376		with all _en attributes to establish which channels are present,
1377		and the relevant _type attributes to establish the data storage
1378		format.
1379
1380What:		/sys/.../iio:deviceX/in_activity_still_input
1381What:		/sys/.../iio:deviceX/in_activity_walking_input
1382What:		/sys/.../iio:deviceX/in_activity_jogging_input
1383What:		/sys/.../iio:deviceX/in_activity_running_input
1384KernelVersion:	3.19
1385Contact:	linux-iio@vger.kernel.org
1386Description:
1387		This attribute is used to read the confidence for an activity
1388		expressed in units as percentage.
1389
1390What:		/sys/.../iio:deviceX/in_anglvel_z_quadrature_correction_raw
1391KernelVersion:	2.6.38
1392Contact:	linux-iio@vger.kernel.org
1393Description:
1394		This attribute is used to read the amount of quadrature error
1395		present in the device at a given time.
1396
1397What:		/sys/.../iio:deviceX/in_accelX_power_mode
1398KernelVersion:	3.11
1399Contact:	linux-iio@vger.kernel.org
1400Description:
1401		Specifies the chip power mode.
1402		low_noise: reduce noise level from ADC,
1403		low_power: enable low current consumption.
1404		For a list of available output power modes read
1405		in_accel_power_mode_available.
1406
1407What:		/sys/.../iio:deviceX/in_energy_input
1408What:		/sys/.../iio:deviceX/in_energy_raw
1409KernelVersion:	4.0
1410Contact:	linux-iio@vger.kernel.org
1411Description:
1412		This attribute is used to read the energy value reported by the
1413		device (e.g.: human activity sensors report energy burnt by the
1414		user). Units after application of scale are Joules.
1415
1416What:		/sys/.../iio:deviceX/in_distance_input
1417What:		/sys/.../iio:deviceX/in_distance_raw
1418KernelVersion:	4.0
1419Contact:	linux-iio@vger.kernel.org
1420Description:
1421		This attribute is used to read the measured distance to an object
1422		or the distance covered by the user since the last reboot while
1423		activated. Units after application of scale are meters.
1424
1425What:		/sys/bus/iio/devices/iio:deviceX/store_eeprom
1426KernelVersion:	3.4.0
1427Contact:	linux-iio@vger.kernel.org
1428Description:
1429		Writing '1' stores the current device configuration into
1430		on-chip EEPROM. After power-up or chip reset the device will
1431		automatically load the saved configuration.
1432
1433What:		/sys/.../iio:deviceX/in_proximity_raw
1434What:		/sys/.../iio:deviceX/in_proximity_input
1435What:		/sys/.../iio:deviceX/in_proximityY_raw
1436KernelVersion:	3.4
1437Contact:	linux-iio@vger.kernel.org
1438Description:
1439		Proximity measurement indicating that some
1440		object is near the sensor, usually by observing
1441		reflectivity of infrared or ultrasound emitted.
1442
1443		Often these sensors are unit less and as such conversion
1444		to SI units is not possible. Higher proximity measurements
1445		indicate closer objects, and vice versa. Units after
1446		application of scale and offset are meters.
1447
1448What:		/sys/.../iio:deviceX/in_illuminance_input
1449What:		/sys/.../iio:deviceX/in_illuminance_raw
1450What:		/sys/.../iio:deviceX/in_illuminanceY_input
1451What:		/sys/.../iio:deviceX/in_illuminanceY_raw
1452What:		/sys/.../iio:deviceX/in_illuminanceY_mean_raw
1453What:		/sys/.../iio:deviceX/in_illuminance_ir_raw
1454What:		/sys/.../iio:deviceX/in_illuminance_clear_raw
1455KernelVersion:	3.4
1456Contact:	linux-iio@vger.kernel.org
1457Description:
1458		Illuminance measurement, units after application of scale
1459		and offset are lux.
1460
1461What:		/sys/.../iio:deviceX/in_intensityY_raw
1462What:		/sys/.../iio:deviceX/in_intensityY_ir_raw
1463What:		/sys/.../iio:deviceX/in_intensityY_both_raw
1464What:		/sys/.../iio:deviceX/in_intensityY_uv_raw
1465What:		/sys/.../iio:deviceX/in_intensityY_duv_raw
1466KernelVersion:	3.4
1467Contact:	linux-iio@vger.kernel.org
1468Description:
1469		Unit-less light intensity. Modifiers both and ir indicate
1470		that measurements contain visible and infrared light
1471		components or just infrared light, respectively. Modifier
1472		uv indicates that measurements contain ultraviolet light
1473		components. Modifier duv indicates that measurements
1474		contain deep ultraviolet light components.
1475
1476What:		/sys/.../iio:deviceX/in_uvindex_input
1477KernelVersion:	4.6
1478Contact:	linux-iio@vger.kernel.org
1479Description:
1480		UV light intensity index measuring the human skin's response to
1481		different wavelength of sunlight weighted according to the
1482		standardised CIE Erythemal Action Spectrum. UV index values range
1483		from 0 (low) to >=11 (extreme).
1484
1485What:		/sys/.../iio:deviceX/in_intensity_integration_time
1486What:		/sys/.../iio:deviceX/in_intensity_red_integration_time
1487What:		/sys/.../iio:deviceX/in_intensity_green_integration_time
1488What:		/sys/.../iio:deviceX/in_intensity_blue_integration_time
1489What:		/sys/.../iio:deviceX/in_intensity_clear_integration_time
1490What:		/sys/.../iio:deviceX/in_illuminance_integration_time
1491KernelVersion:	3.12
1492Contact:	linux-iio@vger.kernel.org
1493Description:
1494		This attribute is used to get/set the integration time in
1495		seconds. If shared across all channels of a given type,
1496		<type>_integration_time is used.
1497
1498What:		/sys/.../iio:deviceX/in_velocity_sqrt(x^2+y^2+z^2)_integration_time
1499KernelVersion:	4.0
1500Contact:	linux-iio@vger.kernel.org
1501Description:
1502		Number of seconds in which to compute speed.
1503
1504What:		/sys/bus/iio/devices/iio:deviceX/in_rot_quaternion_raw
1505KernelVersion:	3.15
1506Contact:	linux-iio@vger.kernel.org
1507Description:
1508		Raw value of quaternion components using a format
1509		x y z w. Here x, y, and z component represents the axis about
1510		which a rotation will occur and w component represents the
1511		amount of rotation.
1512
1513What:		/sys/bus/iio/devices/iio:deviceX/in_rot_from_north_magnetic_tilt_comp_raw
1514What:		/sys/bus/iio/devices/iio:deviceX/in_rot_from_north_true_tilt_comp_raw
1515What:		/sys/bus/iio/devices/iio:deviceX/in_rot_from_north_magnetic_raw
1516What:		/sys/bus/iio/devices/iio:deviceX/in_rot_from_north_true_raw
1517KernelVersion:	3.15
1518Contact:	linux-iio@vger.kernel.org
1519Description:
1520		Raw value of rotation from true/magnetic north measured with
1521		or without compensation from tilt sensors.
1522
1523What:		/sys/bus/iio/devices/iio:deviceX/in_currentX_raw
1524What:		/sys/bus/iio/devices/iio:deviceX/in_currentX_i_raw
1525What:		/sys/bus/iio/devices/iio:deviceX/in_currentX_q_raw
1526KernelVersion:	3.18
1527Contact:	linux-iio@vger.kernel.org
1528Description:
1529		Raw current measurement from channel X. Units are in milliamps
1530		after application of scale and offset. If no offset or scale is
1531		present, output should be considered as processed with the
1532		unit in milliamps.
1533
1534		Channels with 'i' and 'q' modifiers always exist in pairs and both
1535		channels refer to the same signal. The 'i' channel contains the in-phase
1536		component of the signal while the 'q' channel contains the quadrature
1537		component.
1538
1539What:		/sys/.../iio:deviceX/in_energy_en
1540What:		/sys/.../iio:deviceX/in_distance_en
1541What:		/sys/.../iio:deviceX/in_velocity_sqrt(x^2+y^2+z^2)_en
1542What:		/sys/.../iio:deviceX/in_steps_en
1543KernelVersion:	3.19
1544Contact:	linux-iio@vger.kernel.org
1545Description:
1546		Activates a device feature that runs in firmware/hardware.
1547		E.g. for steps: the pedometer saves power while not used;
1548		when activated, it will count the steps taken by the user in
1549		firmware and export them through in_steps_input.
1550
1551What:		/sys/.../iio:deviceX/in_steps_input
1552KernelVersion:	3.19
1553Contact:	linux-iio@vger.kernel.org
1554Description:
1555		This attribute is used to read the number of steps taken by the user
1556		since the last reboot while activated.
1557
1558What:		/sys/.../iio:deviceX/in_velocity_sqrt(x^2+y^2+z^2)_input
1559What:		/sys/.../iio:deviceX/in_velocity_sqrt(x^2+y^2+z^2)_raw
1560KernelVersion:	3.19
1561Contact:	linux-iio@vger.kernel.org
1562Description:
1563		This attribute is used to read the current speed value of the
1564		user (which is the norm or magnitude of the velocity vector).
1565		Units after application of scale are m/s.
1566
1567What:		/sys/.../iio:deviceX/in_steps_debounce_count
1568KernelVersion:	4.0
1569Contact:	linux-iio@vger.kernel.org
1570Description:
1571		Specifies the number of steps that must occur within
1572		in_steps_filter_debounce_time for the pedometer to decide the
1573		consumer is making steps.
1574
1575What:		/sys/.../iio:deviceX/in_steps_debounce_time
1576KernelVersion:	4.0
1577Contact:	linux-iio@vger.kernel.org
1578Description:
1579		Specifies number of seconds in which we compute the steps
1580		that occur in order to decide if the consumer is making steps.
1581
1582What:		/sys/bus/iio/devices/iio:deviceX/bufferY/watermark
1583KernelVersion:	5.11
1584Contact:	linux-iio@vger.kernel.org
1585Description:
1586		A single positive integer specifying the maximum number of scan
1587		elements to wait for.
1588
1589		Poll will block until the watermark is reached.
1590
1591		Blocking read will wait until the minimum between the requested
1592		read amount or the low water mark is available.
1593
1594		Non-blocking read will retrieve the available samples from the
1595		buffer even if there are less samples then watermark level. This
1596		allows the application to block on poll with a timeout and read
1597		the available samples after the timeout expires and thus have a
1598		maximum delay guarantee.
1599
1600What:		/sys/bus/iio/devices/iio:deviceX/bufferY/data_available
1601KernelVersion:	5.11
1602Contact:	linux-iio@vger.kernel.org
1603Description:
1604		A read-only value indicating the bytes of data available in the
1605		buffer. In the case of an output buffer, this indicates the
1606		amount of empty space available to write data to. In the case of
1607		an input buffer, this indicates the amount of data available for
1608		reading.
1609
1610What:		/sys/bus/iio/devices/iio:deviceX/buffer/hwfifo_enabled
1611KernelVersion: 4.2
1612Contact:	linux-iio@vger.kernel.org
1613Description:
1614		A read-only boolean value that indicates if the hardware fifo is
1615		currently enabled or disabled. If the device does not have a
1616		hardware fifo this entry is not present.
1617		The hardware fifo is enabled when the buffer is enabled if the
1618		current hardware fifo watermark level is set and other current
1619		device settings allows it (e.g. if a trigger is set that samples
1620		data differently that the hardware fifo does then hardware fifo
1621		will not enabled).
1622
1623		If the hardware fifo is enabled and the level of the hardware
1624		fifo reaches the hardware fifo watermark level the device will
1625		flush its hardware fifo to the device buffer. Doing a non
1626		blocking read on the device when no samples are present in the
1627		device buffer will also force a flush.
1628
1629		When the hardware fifo is enabled there is no need to use a
1630		trigger to use buffer mode since the watermark settings
1631		guarantees that the hardware fifo is flushed to the device
1632		buffer.
1633
1634What:		/sys/bus/iio/devices/iio:device*/buffer/hwfifo_timeout
1635KernelVersion:	4.12
1636Contact:	linux-iio@vger.kernel.org
1637Description:
1638		A read/write property to provide capability to delay reporting of
1639		samples till a timeout is reached. This allows host processors to
1640		sleep, while the sensor is storing samples in its internal fifo.
1641		The maximum timeout in seconds can be specified by setting
1642		hwfifo_timeout.The current delay can be read by reading
1643		hwfifo_timeout. A value of 0 means that there is no timeout.
1644
1645What:		/sys/bus/iio/devices/iio:deviceX/buffer/hwfifo_watermark
1646KernelVersion: 4.2
1647Contact:	linux-iio@vger.kernel.org
1648Description:
1649		Read-only entry that contains a single integer specifying the
1650		current watermark level for the hardware fifo. If the device
1651		does not have a hardware fifo this entry is not present.
1652		The watermark level for the hardware fifo is set by the driver
1653		based on the value set by the user in buffer/watermark but
1654		taking into account hardware limitations (e.g. most hardware
1655		buffers are limited to 32-64 samples, some hardware buffers
1656		watermarks are fixed or have minimum levels).  A value of 0
1657		means that the hardware watermark is unset.
1658
1659What:		/sys/bus/iio/devices/iio:deviceX/buffer/hwfifo_watermark_min
1660KernelVersion: 4.2
1661Contact:       linux-iio@vger.kernel.org
1662Description:
1663		A single positive integer specifying the minimum watermark level
1664		for the hardware fifo of this device. If the device does not
1665		have a hardware fifo this entry is not present.
1666
1667		If the user sets buffer/watermark to a value less than this one,
1668		then the hardware watermark will remain unset.
1669
1670What:	       /sys/bus/iio/devices/iio:deviceX/buffer/hwfifo_watermark_max
1671KernelVersion: 4.2
1672Contact:       linux-iio@vger.kernel.org
1673Description:
1674		A single positive integer specifying the maximum watermark level
1675		for the hardware fifo of this device. If the device does not
1676		have a hardware fifo this entry is not present.
1677
1678		If the user sets buffer/watermark to a value greater than this
1679		one, then the hardware watermark will be capped at this value.
1680
1681What:	       /sys/bus/iio/devices/iio:deviceX/buffer/hwfifo_watermark_available
1682KernelVersion: 4.2
1683Contact:       linux-iio@vger.kernel.org
1684Description:
1685		A list of positive integers specifying the available watermark
1686		levels for the hardware fifo. This entry is optional and if it
1687		is not present it means that all the values between
1688		hwfifo_watermark_min and hwfifo_watermark_max are supported.
1689
1690		If the user sets buffer/watermark to a value greater than
1691		hwfifo_watermak_min but not equal to any of the values in this
1692		list, the driver will chose an appropriate value for the
1693		hardware fifo watermark level.
1694
1695What:		/sys/bus/iio/devices/iio:deviceX/in_temp_calibemissivity
1696What:		/sys/bus/iio/devices/iio:deviceX/in_tempX_calibemissivity
1697What:		/sys/bus/iio/devices/iio:deviceX/in_temp_object_calibemissivity
1698What:		/sys/bus/iio/devices/iio:deviceX/in_tempX_object_calibemissivity
1699KernelVersion:	4.1
1700Contact:	linux-iio@vger.kernel.org
1701Description:
1702		The emissivity ratio of the surface in the field of view of the
1703		contactless temperature sensor.  Emissivity varies from 0 to 1,
1704		with 1 being the emissivity of a black body.
1705
1706What:		/sys/bus/iio/devices/iio:deviceX/in_magn_x_oversampling_ratio
1707What:		/sys/bus/iio/devices/iio:deviceX/in_magn_y_oversampling_ratio
1708What:		/sys/bus/iio/devices/iio:deviceX/in_magn_z_oversampling_ratio
1709KernelVersion:	4.2
1710Contact:	linux-iio@vger.kernel.org
1711Description:
1712		Hardware applied number of measurements for acquiring one
1713		data point. The HW will do <type>[_name]_oversampling_ratio
1714		measurements and return the average value as output data. Each
1715		value resulted from <type>[_name]_oversampling_ratio measurements
1716		is considered as one sample for <type>[_name]_sampling_frequency.
1717
1718What:		/sys/bus/iio/devices/iio:deviceX/in_concentration_raw
1719What:		/sys/bus/iio/devices/iio:deviceX/in_concentrationX_raw
1720What:		/sys/bus/iio/devices/iio:deviceX/in_concentration_co2_raw
1721What:		/sys/bus/iio/devices/iio:deviceX/in_concentrationX_co2_raw
1722What:		/sys/bus/iio/devices/iio:deviceX/in_concentration_ethanol_raw
1723What:		/sys/bus/iio/devices/iio:deviceX/in_concentrationX_ethanol_raw
1724What:		/sys/bus/iio/devices/iio:deviceX/in_concentration_h2_raw
1725What:		/sys/bus/iio/devices/iio:deviceX/in_concentrationX_h2_raw
1726What:		/sys/bus/iio/devices/iio:deviceX/in_concentration_o2_raw
1727What:		/sys/bus/iio/devices/iio:deviceX/in_concentrationX_o2_raw
1728What:		/sys/bus/iio/devices/iio:deviceX/in_concentration_voc_raw
1729What:		/sys/bus/iio/devices/iio:deviceX/in_concentrationX_voc_raw
1730KernelVersion:	4.3
1731Contact:	linux-iio@vger.kernel.org
1732Description:
1733		Raw (unscaled no offset etc.) reading of a substance. Units
1734		after application of scale and offset are percents.
1735
1736What:		/sys/bus/iio/devices/iio:deviceX/in_resistance_raw
1737What:		/sys/bus/iio/devices/iio:deviceX/in_resistanceX_raw
1738What:		/sys/bus/iio/devices/iio:deviceX/out_resistance_raw
1739What:		/sys/bus/iio/devices/iio:deviceX/out_resistanceX_raw
1740KernelVersion:	4.3
1741Contact:	linux-iio@vger.kernel.org
1742Description:
1743		Raw (unscaled no offset etc.) resistance reading that can be processed
1744		into an ohm value.
1745
1746What:		/sys/bus/iio/devices/iio:deviceX/heater_enable
1747KernelVersion:	4.1.0
1748Contact:	linux-iio@vger.kernel.org
1749Description:
1750		'1' (enable) or '0' (disable) specifying the enable
1751		of heater function. Same reading values apply.
1752
1753		This ABI is especially applicable for humidity sensors
1754		to heatup the device and get rid of any condensation
1755		in some humidity environment
1756
1757What:		/sys/bus/iio/devices/iio:deviceX/in_ph_raw
1758KernelVersion:	4.5
1759Contact:	linux-iio@vger.kernel.org
1760Description:
1761		Raw (unscaled no offset etc.) pH reading of a substance as a negative
1762		base-10 logarithm of hydrodium ions in a litre of water.
1763
1764What:           /sys/bus/iio/devices/iio:deviceX/mount_matrix
1765What:           /sys/bus/iio/devices/iio:deviceX/in_mount_matrix
1766What:           /sys/bus/iio/devices/iio:deviceX/out_mount_matrix
1767What:           /sys/bus/iio/devices/iio:deviceX/in_anglvel_mount_matrix
1768What:           /sys/bus/iio/devices/iio:deviceX/in_accel_mount_matrix
1769KernelVersion:  4.6
1770Contact:        linux-iio@vger.kernel.org
1771Description:
1772		Mounting matrix for IIO sensors. This is a rotation matrix which
1773		informs userspace about sensor chip's placement relative to the
1774		main hardware it is mounted on.
1775
1776		Main hardware placement is defined according to the local
1777		reference frame related to the physical quantity the sensor
1778		measures.
1779
1780		Given that the rotation matrix is defined in a board specific
1781		way (platform data and / or device-tree), the main hardware
1782		reference frame definition is left to the implementor's choice
1783		(see below for a magnetometer example).
1784
1785		Applications should apply this rotation matrix to samples so
1786		that when main hardware reference frame is aligned onto local
1787		reference frame, then sensor chip reference frame is also
1788		perfectly aligned with it.
1789
1790		Matrix is a 3x3 unitary matrix and typically looks like
1791		[0, 1, 0; 1, 0, 0; 0, 0, -1]. Identity matrix
1792		[1, 0, 0; 0, 1, 0; 0, 0, 1] means sensor chip and main hardware
1793		are perfectly aligned with each other.
1794
1795		For example, a mounting matrix for a magnetometer sensor informs
1796		userspace about sensor chip's ORIENTATION relative to the main
1797		hardware.
1798
1799		More specifically, main hardware orientation is defined with
1800		respect to the LOCAL EARTH GEOMAGNETIC REFERENCE FRAME where :
1801
1802		* Y is in the ground plane and positive towards magnetic North ;
1803		* X is in the ground plane, perpendicular to the North axis and
1804		  positive towards the East ;
1805		* Z is perpendicular to the ground plane and positive upwards.
1806
1807		An implementor might consider that for a hand-held device, a
1808		'natural' orientation would be 'front facing camera at the top'.
1809		The main hardware reference frame could then be described as :
1810
1811		* Y is in the plane of the screen and is positive towards the
1812		  top of the screen ;
1813		* X is in the plane of the screen, perpendicular to Y axis, and
1814		  positive towards the right hand side of the screen ;
1815		* Z is perpendicular to the screen plane and positive out of the
1816		  screen.
1817
1818		Another example for a quadrotor UAV might be :
1819
1820		* Y is in the plane of the propellers and positive towards the
1821		  front-view camera;
1822		* X is in the plane of the propellers, perpendicular to Y axis,
1823		  and positive towards the starboard side of the UAV ;
1824		* Z is perpendicular to propellers plane and positive upwards.
1825
1826What:		/sys/bus/iio/devices/iio:deviceX/in_electricalconductivity_raw
1827KernelVersion:	4.8
1828Contact:	linux-iio@vger.kernel.org
1829Description:
1830		Raw (unscaled no offset etc.) electric conductivity reading that
1831		can be processed to siemens per meter.
1832
1833What:		/sys/bus/iio/devices/iio:deviceX/in_countY_raw
1834KernelVersion:	4.10
1835Contact:	linux-iio@vger.kernel.org
1836Description:
1837		This interface is deprecated; please use the Counter subsystem.
1838
1839		Raw counter device counts from channel Y. For quadrature
1840		counters, multiplication by an available [Y]_scale results in
1841		the counts of a single quadrature signal phase from channel Y.
1842
1843What:		/sys/bus/iio/devices/iio:deviceX/in_indexY_raw
1844KernelVersion:	4.10
1845Contact:	linux-iio@vger.kernel.org
1846Description:
1847		This interface is deprecated; please use the Counter subsystem.
1848
1849		Raw counter device index value from channel Y. This attribute
1850		provides an absolute positional reference (e.g. a pulse once per
1851		revolution) which may be used to home positional systems as
1852		required.
1853
1854What:		/sys/bus/iio/devices/iio:deviceX/in_count_count_direction_available
1855KernelVersion:	4.12
1856Contact:	linux-iio@vger.kernel.org
1857Description:
1858		This interface is deprecated; please use the Counter subsystem.
1859
1860		A list of possible counting directions which are:
1861
1862		- "up"	: counter device is increasing.
1863		- "down": counter device is decreasing.
1864
1865What:		/sys/bus/iio/devices/iio:deviceX/in_countY_count_direction
1866KernelVersion:	4.12
1867Contact:	linux-iio@vger.kernel.org
1868Description:
1869		This interface is deprecated; please use the Counter subsystem.
1870
1871		Raw counter device counters direction for channel Y.
1872
1873What:		/sys/bus/iio/devices/iio:deviceX/in_voltageY_label
1874What:		/sys/bus/iio/devices/iio:deviceX/out_voltageY_label
1875KernelVersion:	5.8
1876Contact:	linux-iio@vger.kernel.org
1877Description:
1878		Optional symbolic label to a device channel.
1879		If a label is defined for this channel add that to the channel
1880		specific attributes. This is useful for userspace to be able to
1881		better identify an individual channel.
1882
1883What:		/sys/bus/iio/devices/iio:deviceX/in_phaseY_raw
1884KernelVersion:	4.18
1885Contact:	linux-iio@vger.kernel.org
1886Description:
1887		Raw (unscaled) phase difference reading from channel Y
1888		that can be processed to radians.
1889
1890What:		/sys/bus/iio/devices/iio:deviceX/in_massconcentration_pm1_input
1891What:		/sys/bus/iio/devices/iio:deviceX/in_massconcentrationY_pm1_input
1892What:		/sys/bus/iio/devices/iio:deviceX/in_massconcentration_pm2p5_input
1893What:		/sys/bus/iio/devices/iio:deviceX/in_massconcentrationY_pm2p5_input
1894What:		/sys/bus/iio/devices/iio:deviceX/in_massconcentration_pm4_input
1895What:		/sys/bus/iio/devices/iio:deviceX/in_massconcentrationY_pm4_input
1896What:		/sys/bus/iio/devices/iio:deviceX/in_massconcentration_pm10_input
1897What:		/sys/bus/iio/devices/iio:deviceX/in_massconcentrationY_pm10_input
1898KernelVersion:	4.22
1899Contact:	linux-iio@vger.kernel.org
1900Description:
1901		Mass concentration reading of particulate matter in ug / m3.
1902		pmX consists of particles with aerodynamic diameter less or
1903		equal to X micrometers.
1904
1905What:		/sys/bus/iio/devices/iio:deviceX/events/in_illuminance_period_available
1906Date:		November 2019
1907KernelVersion:	5.4
1908Contact:	linux-iio@vger.kernel.org
1909Description:
1910		List of valid periods (in seconds) for which the light intensity
1911		must be above the threshold level before interrupt is asserted.
1912
1913What:		/sys/bus/iio/devices/iio:deviceX/in_filter_notch_center_frequency
1914KernelVersion:	5.5
1915Contact:	linux-iio@vger.kernel.org
1916Description:
1917		Center frequency in Hz for a notch filter. Used i.e. for line
1918		noise suppression.
1919
1920What:		/sys/bus/iio/devices/iio:deviceX/in_temp_thermocouple_type
1921KernelVersion:	5.5
1922Contact:	linux-iio@vger.kernel.org
1923Description:
1924		One of the following thermocouple types: B, E, J, K, N, R, S, T.
1925
1926What:		/sys/bus/iio/devices/iio:deviceX/in_temp_object_calibambient
1927What:		/sys/bus/iio/devices/iio:deviceX/in_tempX_object_calibambient
1928KernelVersion:	5.10
1929Contact:	linux-iio@vger.kernel.org
1930Description:
1931		Calibrated ambient temperature for object temperature
1932		calculation in milli degrees Celsius.
1933
1934What:		/sys/bus/iio/devices/iio:deviceX/in_intensity_x_raw
1935What:		/sys/bus/iio/devices/iio:deviceX/in_intensity_y_raw
1936What:		/sys/bus/iio/devices/iio:deviceX/in_intensity_z_raw
1937KernelVersion:	5.10
1938Contact:	linux-iio@vger.kernel.org
1939Description:
1940		Unscaled light intensity according to CIE 1931/DIN 5033 color space.
1941		Units after application of scale are nano nanowatts per square meter.
1942
1943What:		/sys/bus/iio/devices/iio:deviceX/in_anglY_label
1944KernelVersion:	5.12
1945Contact:	linux-iio@vger.kernel.org
1946Description:
1947		Optional symbolic label for channel Y.
1948		For Intel hid hinge sensor, the label values are:
1949		hinge, keyboard, screen. It means the three channels
1950		each correspond respectively to hinge angle, keyboard angle,
1951		and screen angle.
1952
1953What:		/sys/bus/iio/devices/iio:deviceX/in_illuminance_hysteresis_relative
1954What:		/sys/bus/iio/devices/iio:deviceX/in_intensity_hysteresis_relative
1955KernelVersion:	5.12
1956Contact:	linux-iio@vger.kernel.org
1957Description:
1958		Specify the percent for light sensor relative to the channel
1959		absolute value that a data field should change before an event
1960		is generated. Units are a percentage of the prior reading.
1961
1962What:		/sys/bus/iio/devices/iio:deviceX/calibration_auto_enable
1963Date:		June 2020
1964KernelVersion:	5.8
1965Contact:	linux-iio@vger.kernel.org
1966Description:
1967		Some sensors have the ability to apply auto calibration at
1968		runtime. For example, it may be necessary to compensate for
1969		contaminant build-up in a measurement chamber or optical
1970		element deterioration that would otherwise lead to sensor drift.
1971
1972		Writing 1 or 0 to this attribute will respectively activate or
1973		deactivate this auto calibration function.
1974
1975		Upon reading, the current status is returned.
1976
1977What:		/sys/bus/iio/devices/iio:deviceX/calibration_forced_value
1978Date:		June 2020
1979KernelVersion:	5.8
1980Contact:	linux-iio@vger.kernel.org
1981Description:
1982		Some sensors have the ability to apply a manual calibration using
1983		a known measurement value, perhaps obtained from an external
1984		reference device.
1985
1986		Writing a value to this function will force such a calibration
1987		change. For the scd30 the value should be from the range
1988		[400 1 2000].
1989
1990		Note for the scd30 that a valid value may only be obtained once
1991		it is has been written. Until then any read back of this value
1992		should be ignored. As for the scd4x an error will be returned
1993		immediately if the manual calibration has failed.
1994
1995What:		/sys/bus/iio/devices/iio:deviceX/calibration_forced_value_available
1996KernelVersion:  5.15
1997Contact:        linux-iio@vger.kernel.org
1998Description:
1999		Available range for the forced calibration value, expressed as:
2000
2001		- a range specified as "[min step max]"
2002