xref: /linux/Documentation/ABI/testing/sysfs-bus-iio (revision 69c93a7df74b2483016466ec4d25d5c3c3b91bdc)
18af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX
28af2c75aSJonathan CameronKernelVersion:	2.6.35
38af2c75aSJonathan CameronContact:	linux-iio@vger.kernel.org
48af2c75aSJonathan CameronDescription:
58af2c75aSJonathan Cameron		Hardware chip or device accessed by one communication port.
68af2c75aSJonathan Cameron		Corresponds to a grouping of sensor channels. X is the IIO
78af2c75aSJonathan Cameron		index of the device.
88af2c75aSJonathan Cameron
98af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/triggerX
108af2c75aSJonathan CameronKernelVersion:	2.6.35
118af2c75aSJonathan CameronContact:	linux-iio@vger.kernel.org
128af2c75aSJonathan CameronDescription:
138af2c75aSJonathan Cameron		An event driven driver of data capture to an in kernel buffer.
148af2c75aSJonathan Cameron		May be provided by a device driver that also has an IIO device
158af2c75aSJonathan Cameron		based on hardware generated events (e.g. data ready) or
168af2c75aSJonathan Cameron		provided by a separate driver for other hardware (e.g.
178af2c75aSJonathan Cameron		periodic timer, GPIO or high resolution timer).
1854a19b4dSMauro Carvalho Chehab
198af2c75aSJonathan Cameron		Contains trigger type specific elements. These do not
208af2c75aSJonathan Cameron		generalize well and hence are not documented in this file.
218af2c75aSJonathan Cameron		X is the IIO index of the trigger.
228af2c75aSJonathan Cameron
238af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/buffer
248af2c75aSJonathan CameronKernelVersion:	2.6.35
258af2c75aSJonathan CameronContact:	linux-iio@vger.kernel.org
268af2c75aSJonathan CameronDescription:
278af2c75aSJonathan Cameron		Directory of attributes relating to the buffer for the device.
288af2c75aSJonathan Cameron
298af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/name
308af2c75aSJonathan CameronKernelVersion:	2.6.35
318af2c75aSJonathan CameronContact:	linux-iio@vger.kernel.org
328af2c75aSJonathan CameronDescription:
338af2c75aSJonathan Cameron		Description of the physical chip / device for device X.
348af2c75aSJonathan Cameron		Typically a part number.
358af2c75aSJonathan Cameron
366505dfabSHans de GoedeWhat:		/sys/bus/iio/devices/iio:deviceX/label
376505dfabSHans de GoedeKernelVersion:	5.8
386505dfabSHans de GoedeContact:	linux-iio@vger.kernel.org
396505dfabSHans de GoedeDescription:
406505dfabSHans de Goede		Optional symbolic label for a device.
416505dfabSHans de Goede		This is useful for userspace to be able to better identify an
426505dfabSHans de Goede		individual device.
436505dfabSHans de Goede
446505dfabSHans de Goede		The contents of the label are free-form, but there are some
456505dfabSHans de Goede		standardized uses:
466505dfabSHans de Goede
476505dfabSHans de Goede		For proximity sensors which give the proximity (of a person) to
486505dfabSHans de Goede		a certain wlan or wwan antenna the following standardized labels
496505dfabSHans de Goede		are used:
506505dfabSHans de Goede
516505dfabSHans de Goede		* "proximity-wifi"
526505dfabSHans de Goede		* "proximity-lte"
536505dfabSHans de Goede		* "proximity-wifi-lte"
546505dfabSHans de Goede		* "proximity-wifi-left"
556505dfabSHans de Goede		* "proximity-wifi-right"
566505dfabSHans de Goede
576505dfabSHans de Goede		These are used to indicate to userspace that these proximity
586505dfabSHans de Goede		sensors may be used to tune transmit power to ensure that
596505dfabSHans de Goede		Specific Absorption Rate (SAR) limits are honored.
606505dfabSHans de Goede		The "-left" and "-right" labels are for devices with multiple
616505dfabSHans de Goede		antennas.
626505dfabSHans de Goede
636505dfabSHans de Goede		In some laptops/tablets the standardized proximity sensor labels
646505dfabSHans de Goede		instead	indicate proximity to a specific part of the device:
656505dfabSHans de Goede
666505dfabSHans de Goede		* "proximity-palmrest" indicates proximity to the keyboard's palmrest
676505dfabSHans de Goede		* "proximity-palmrest-left" indicates proximity to the left part of the palmrest
686505dfabSHans de Goede		* "proximity-palmrest-right" indicates proximity to the right part of the palmrest
696505dfabSHans de Goede		* "proximity-lap" indicates the device is being used on someone's lap
706505dfabSHans de Goede
716505dfabSHans de Goede		Note "proximity-lap" is special in that its value may be
726505dfabSHans de Goede		calculated by firmware from other sensor readings, rather then
736505dfabSHans de Goede		being a raw sensor reading.
746505dfabSHans de Goede
759a6df4b1SHans de Goede		For accelerometers used in 2-in-1s with 360° (yoga-style) hinges,
769a6df4b1SHans de Goede		which have an accelerometer in both their base and their display,
779a6df4b1SHans de Goede		the following standardized labels are used:
789a6df4b1SHans de Goede
799a6df4b1SHans de Goede		* "accel-base"
809a6df4b1SHans de Goede		* "accel-display"
819a6df4b1SHans de Goede
82b9a35893SLinus WalleijWhat:		/sys/bus/iio/devices/iio:deviceX/current_timestamp_clock
83bc2b7dabSGregor BoirieKernelVersion:	4.5
84bc2b7dabSGregor BoirieContact:	linux-iio@vger.kernel.org
85bc2b7dabSGregor BoirieDescription:
86bc2b7dabSGregor Boirie		String identifying current posix clock used to timestamp
87bc2b7dabSGregor Boirie		buffered samples and events for device X.
88bc2b7dabSGregor Boirie
898af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/sampling_frequency
903c3006f5SChristian EggersWhat:		/sys/bus/iio/devices/iio:deviceX/in_intensity_sampling_frequency
918af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/buffer/sampling_frequency
928af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/triggerX/sampling_frequency
938af2c75aSJonathan CameronKernelVersion:	2.6.35
948af2c75aSJonathan CameronContact:	linux-iio@vger.kernel.org
958af2c75aSJonathan CameronDescription:
968af2c75aSJonathan Cameron		Some devices have internal clocks.  This parameter sets the
978af2c75aSJonathan Cameron		resulting sampling frequency.  In many devices this
988b417d78SPeter Meerwald		parameter has an effect on input filters etc. rather than
998af2c75aSJonathan Cameron		simply controlling when the input is sampled.  As this
10075caa303SAhmad Fatoum		affects data ready triggers, hardware buffers and the sysfs
1018af2c75aSJonathan Cameron		direct access interfaces, it may be found in any of the
10275caa303SAhmad Fatoum		relevant directories.  If it affects all of the above
1038af2c75aSJonathan Cameron		then it is to be found in the base device directory.
1048af2c75aSJonathan Cameron
1058af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/sampling_frequency_available
1063c3006f5SChristian EggersWhat:		/sys/bus/iio/devices/iio:deviceX/in_intensity_sampling_frequency_available
107a18ac954SBrian MasneyWhat:		/sys/bus/iio/devices/iio:deviceX/in_proximity_sampling_frequency_available
1088af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/buffer/sampling_frequency_available
1098af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/triggerX/sampling_frequency_available
1108af2c75aSJonathan CameronKernelVersion:	2.6.35
1118af2c75aSJonathan CameronContact:	linux-iio@vger.kernel.org
1128af2c75aSJonathan CameronDescription:
11326207c7eSFabien Lahoudere		When the internal sampling clock can only take a specific set of
11426207c7eSFabien Lahoudere		frequencies, we can specify the available values with:
11534433332SMauro Carvalho Chehab
11626207c7eSFabien Lahoudere		- a small discrete set of values like "0 2 4 6 8"
11726207c7eSFabien Lahoudere		- a range with minimum, step and maximum frequencies like
11826207c7eSFabien Lahoudere		  "[min step max]"
1198af2c75aSJonathan Cameron
1208af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/oversampling_ratio
1218af2c75aSJonathan CameronKernelVersion:	2.6.38
1228af2c75aSJonathan CameronContact:	linux-iio@vger.kernel.org
1238af2c75aSJonathan CameronDescription:
1248af2c75aSJonathan Cameron		Hardware dependent ADC oversampling. Controls the sampling ratio
1258af2c75aSJonathan Cameron		of the digital filter if available.
1268af2c75aSJonathan Cameron
1278af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/oversampling_ratio_available
1288af2c75aSJonathan CameronKernelVersion:	2.6.38
1298af2c75aSJonathan CameronContact:	linux-iio@vger.kernel.org
1308af2c75aSJonathan CameronDescription:
1318af2c75aSJonathan Cameron		Hardware dependent values supported by the oversampling filter.
1328af2c75aSJonathan Cameron
1338af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_voltageY_raw
1348af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_voltageY_supply_raw
1351ce87f21SLars-Peter ClausenWhat:		/sys/bus/iio/devices/iio:deviceX/in_voltageY_i_raw
1361ce87f21SLars-Peter ClausenWhat:		/sys/bus/iio/devices/iio:deviceX/in_voltageY_q_raw
1378af2c75aSJonathan CameronKernelVersion:	2.6.35
1388af2c75aSJonathan CameronContact:	linux-iio@vger.kernel.org
1398af2c75aSJonathan CameronDescription:
1408b417d78SPeter Meerwald		Raw (unscaled no bias removal etc.) voltage measurement from
1418af2c75aSJonathan Cameron		channel Y. In special cases where the channel does not
1428af2c75aSJonathan Cameron		correspond to externally available input one of the named
1438af2c75aSJonathan Cameron		versions may be used. The number must always be specified and
1448af2c75aSJonathan Cameron		unique to allow association with event codes. Units after
145c2b2db71SLars-Peter Clausen		application of scale and offset are millivolts.
1468af2c75aSJonathan Cameron
1471ce87f21SLars-Peter Clausen		Channels with 'i' and 'q' modifiers always exist in pairs and both
1481ce87f21SLars-Peter Clausen		channels refer to the same signal. The 'i' channel contains the in-phase
1491ce87f21SLars-Peter Clausen		component of the signal while the 'q' channel contains the quadrature
1501ce87f21SLars-Peter Clausen		component.
1511ce87f21SLars-Peter Clausen
1528af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_voltageY-voltageZ_raw
1538af2c75aSJonathan CameronKernelVersion:	2.6.35
1548af2c75aSJonathan CameronContact:	linux-iio@vger.kernel.org
1558af2c75aSJonathan CameronDescription:
1568af2c75aSJonathan Cameron		Raw (unscaled) differential voltage measurement equivalent to
1578af2c75aSJonathan Cameron		channel Y - channel Z where these channel numbers apply to the
1588af2c75aSJonathan Cameron		physically equivalent inputs when non differential readings are
1598af2c75aSJonathan Cameron		separately available. In differential only parts, then all that
1608af2c75aSJonathan Cameron		is required is a consistent labeling.  Units after application
161c2b2db71SLars-Peter Clausen		of scale and offset are millivolts.
1628af2c75aSJonathan Cameron
1637f1c2cbbSAdam ThomsonWhat:		/sys/bus/iio/devices/iio:deviceX/in_currentY_raw
1647f1c2cbbSAdam ThomsonWhat:		/sys/bus/iio/devices/iio:deviceX/in_currentY_supply_raw
1657f1c2cbbSAdam ThomsonKernelVersion:	3.17
1667f1c2cbbSAdam ThomsonContact:	linux-iio@vger.kernel.org
1677f1c2cbbSAdam ThomsonDescription:
1687f1c2cbbSAdam Thomson		Raw (unscaled no bias removal etc.) current measurement from
1697f1c2cbbSAdam Thomson		channel Y. In special cases where the channel does not
1707f1c2cbbSAdam Thomson		correspond to externally available input one of the named
1717f1c2cbbSAdam Thomson		versions may be used. The number must always be specified and
1727f1c2cbbSAdam Thomson		unique to allow association with event codes. Units after
1737f1c2cbbSAdam Thomson		application of scale and offset are milliamps.
1747f1c2cbbSAdam Thomson
1757c6d5c7eSStefan BrünsWhat:		/sys/bus/iio/devices/iio:deviceX/in_powerY_raw
1767c6d5c7eSStefan BrünsKernelVersion:	4.5
1777c6d5c7eSStefan BrünsContact:	linux-iio@vger.kernel.org
1787c6d5c7eSStefan BrünsDescription:
1797c6d5c7eSStefan Brüns		Raw (unscaled no bias removal etc.) power measurement from
1807c6d5c7eSStefan Brüns		channel Y. The number must always be specified and
1817c6d5c7eSStefan Brüns		unique to allow association with event codes. Units after
1827c6d5c7eSStefan Brüns		application of scale and offset are milliwatts.
1837c6d5c7eSStefan Brüns
1848af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_capacitanceY_raw
1858af2c75aSJonathan CameronKernelVersion:	3.2
1868af2c75aSJonathan CameronContact:	linux-iio@vger.kernel.org
1878af2c75aSJonathan CameronDescription:
1888af2c75aSJonathan Cameron		Raw capacitance measurement from channel Y. Units after
1898af2c75aSJonathan Cameron		application of scale and offset are nanofarads.
1908af2c75aSJonathan Cameron
1918af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/in_capacitanceY-in_capacitanceZ_raw
1928af2c75aSJonathan CameronKernelVersion:	3.2
1938af2c75aSJonathan CameronContact:	linux-iio@vger.kernel.org
1948af2c75aSJonathan CameronDescription:
1958af2c75aSJonathan Cameron		Raw differential capacitance measurement equivalent to
1968af2c75aSJonathan Cameron		channel Y - channel Z where these channel numbers apply to the
1978af2c75aSJonathan Cameron		physically equivalent inputs when non differential readings are
1988af2c75aSJonathan Cameron		separately available. In differential only parts, then all that
1998af2c75aSJonathan Cameron		is required is a consistent labeling.  Units after application
2008af2c75aSJonathan Cameron		of scale and offset are nanofarads.
2018af2c75aSJonathan Cameron
2028af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_temp_raw
2038af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_tempX_raw
2048af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_temp_x_raw
2058af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_temp_y_raw
206888c9c73SPeter MeerwaldWhat:		/sys/bus/iio/devices/iio:deviceX/in_temp_ambient_raw
207888c9c73SPeter MeerwaldWhat:		/sys/bus/iio/devices/iio:deviceX/in_temp_object_raw
2088af2c75aSJonathan CameronKernelVersion:	2.6.35
2098af2c75aSJonathan CameronContact:	linux-iio@vger.kernel.org
2108af2c75aSJonathan CameronDescription:
2118b417d78SPeter Meerwald		Raw (unscaled no bias removal etc.) temperature measurement.
2128af2c75aSJonathan Cameron		If an axis is specified it generally means that the temperature
2138af2c75aSJonathan Cameron		sensor is associated with one part of a compound device (e.g.
214888c9c73SPeter Meerwald		a gyroscope axis). The ambient and object modifiers distinguish
215888c9c73SPeter Meerwald		between ambient (reference) and distant temperature for contact-
216888c9c73SPeter Meerwald		less measurements. Units after application of scale and offset
217cf655d2dSPeter Meerwald		are milli degrees Celsius.
2188af2c75aSJonathan Cameron
2198af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_tempX_input
2208af2c75aSJonathan CameronKernelVersion:	2.6.38
2218af2c75aSJonathan CameronContact:	linux-iio@vger.kernel.org
2228af2c75aSJonathan CameronDescription:
2238af2c75aSJonathan Cameron		Scaled temperature measurement in milli degrees Celsius.
2248af2c75aSJonathan Cameron
2258af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_accel_x_raw
2268af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_accel_y_raw
2278af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_accel_z_raw
2288af2c75aSJonathan CameronKernelVersion:	2.6.35
2298af2c75aSJonathan CameronContact:	linux-iio@vger.kernel.org
2308af2c75aSJonathan CameronDescription:
2318af2c75aSJonathan Cameron		Acceleration in direction x, y or z (may be arbitrarily assigned
2328af2c75aSJonathan Cameron		but should match other such assignments on device).
2338af2c75aSJonathan Cameron		Has all of the equivalent parameters as per voltageY. Units
2348af2c75aSJonathan Cameron		after application of scale and offset are m/s^2.
2358af2c75aSJonathan Cameron
236571299d0SSong HongyanWhat:		/sys/bus/iio/devices/iio:deviceX/in_gravity_x_raw
237571299d0SSong HongyanWhat:		/sys/bus/iio/devices/iio:deviceX/in_gravity_y_raw
238571299d0SSong HongyanWhat:		/sys/bus/iio/devices/iio:deviceX/in_gravity_z_raw
239571299d0SSong HongyanKernelVersion:	4.11
240571299d0SSong HongyanContact:	linux-iio@vger.kernel.org
241571299d0SSong HongyanDescription:
242571299d0SSong Hongyan		Gravity in direction x, y or z (may be arbitrarily assigned
243571299d0SSong Hongyan		but should match other such assignments on device).
244571299d0SSong Hongyan		Units after application of scale and offset are m/s^2.
245571299d0SSong Hongyan
246b3e5c2bdSDavid VeenstraWhat:		/sys/bus/iio/devices/iio:deviceX/in_angl_raw
2473cc718bcSYe XiangWhat:		/sys/bus/iio/devices/iio:deviceX/in_anglY_raw
248b3e5c2bdSDavid VeenstraKernelVersion:	4.17
249b3e5c2bdSDavid VeenstraContact:	linux-iio@vger.kernel.org
250b3e5c2bdSDavid VeenstraDescription:
251b3e5c2bdSDavid Veenstra		Angle of rotation. Units after application of scale and offset
252b3e5c2bdSDavid Veenstra		are radians.
253b3e5c2bdSDavid Veenstra
2543055a6cfSEugen HristevWhat:		/sys/bus/iio/devices/iio:deviceX/in_positionrelative_x_raw
2553055a6cfSEugen HristevWhat:		/sys/bus/iio/devices/iio:deviceX/in_positionrelative_y_raw
25621eab786SEugen HristevKernelVersion:	4.19
2573055a6cfSEugen HristevContact:	linux-iio@vger.kernel.org
2583055a6cfSEugen HristevDescription:
2593055a6cfSEugen Hristev		Relative position in direction x or y on a pad (may be
2603055a6cfSEugen Hristev		arbitrarily assigned but should match other such assignments on
2613055a6cfSEugen Hristev		device).
2623055a6cfSEugen Hristev		Units after application of scale and offset are milli percents
2633055a6cfSEugen Hristev		from the pad's size in both directions. Should be calibrated by
2643055a6cfSEugen Hristev		the consumer.
2653055a6cfSEugen Hristev
2668af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_anglvel_x_raw
2678af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_anglvel_y_raw
2688af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_anglvel_z_raw
2698af2c75aSJonathan CameronKernelVersion:	2.6.35
2708af2c75aSJonathan CameronContact:	linux-iio@vger.kernel.org
2718af2c75aSJonathan CameronDescription:
2728af2c75aSJonathan Cameron		Angular velocity about axis x, y or z (may be arbitrarily
2738b417d78SPeter Meerwald		assigned). Has all the equivalent parameters as	per voltageY.
2748b417d78SPeter Meerwald		Units after application of scale and offset are	radians per
2758b417d78SPeter Meerwald		second.
2768af2c75aSJonathan Cameron
2778af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_incli_x_raw
2788af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_incli_y_raw
2798af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_incli_z_raw
2808af2c75aSJonathan CameronKernelVersion:	2.6.35
2818af2c75aSJonathan CameronContact:	linux-iio@vger.kernel.org
2828af2c75aSJonathan CameronDescription:
2838af2c75aSJonathan Cameron		Inclination raw reading about axis x, y or z (may be
2848af2c75aSJonathan Cameron		arbitrarily assigned). Data converted by application of offset
2858b417d78SPeter Meerwald		and scale to degrees.
2868af2c75aSJonathan Cameron
2878af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_magn_x_raw
2888af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_magn_y_raw
2898af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_magn_z_raw
2908af2c75aSJonathan CameronKernelVersion:	2.6.35
2918af2c75aSJonathan CameronContact:	linux-iio@vger.kernel.org
2928af2c75aSJonathan CameronDescription:
2938af2c75aSJonathan Cameron		Magnetic field along axis x, y or z (may be arbitrarily
2948af2c75aSJonathan Cameron		assigned).  Data converted by application of offset
2958af2c75aSJonathan Cameron		then scale to Gauss.
2968af2c75aSJonathan Cameron
2978af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_accel_x_peak_raw
2988af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_accel_y_peak_raw
2998af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_accel_z_peak_raw
3008af2c75aSJonathan CameronKernelVersion:	2.6.36
3018af2c75aSJonathan CameronContact:	linux-iio@vger.kernel.org
3028af2c75aSJonathan CameronDescription:
3038af2c75aSJonathan Cameron		Highest value since some reset condition.  These
3048af2c75aSJonathan Cameron		attributes allow access to this and are otherwise
3058af2c75aSJonathan Cameron		the direct equivalent of the <type>Y[_name]_raw attributes.
3068af2c75aSJonathan Cameron
3078af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_accel_xyz_squared_peak_raw
3088af2c75aSJonathan CameronKernelVersion:	2.6.36
3098af2c75aSJonathan CameronContact:	linux-iio@vger.kernel.org
3108af2c75aSJonathan CameronDescription:
3118af2c75aSJonathan Cameron		A computed peak value based on the sum squared magnitude of
3128af2c75aSJonathan Cameron		the underlying value in the specified directions.
3138af2c75aSJonathan Cameron
314c4f0c693SLars-Peter ClausenWhat:		/sys/bus/iio/devices/iio:deviceX/in_pressureY_raw
315c4f0c693SLars-Peter ClausenWhat:		/sys/bus/iio/devices/iio:deviceX/in_pressure_raw
316c4f0c693SLars-Peter ClausenKernelVersion:	3.8
317c4f0c693SLars-Peter ClausenContact:	linux-iio@vger.kernel.org
318c4f0c693SLars-Peter ClausenDescription:
319c4f0c693SLars-Peter Clausen		Raw pressure measurement from channel Y. Units after
320c4f0c693SLars-Peter Clausen		application of scale and offset are kilopascal.
321c4f0c693SLars-Peter Clausen
322c22e15f3SVlad DogaruWhat:		/sys/bus/iio/devices/iio:deviceX/in_pressureY_input
323c22e15f3SVlad DogaruWhat:		/sys/bus/iio/devices/iio:deviceX/in_pressure_input
324c22e15f3SVlad DogaruKernelVersion:	3.8
325c22e15f3SVlad DogaruContact:	linux-iio@vger.kernel.org
326c22e15f3SVlad DogaruDescription:
327c22e15f3SVlad Dogaru		Scaled pressure measurement from channel Y, in kilopascal.
328c22e15f3SVlad Dogaru
329ac216aa2SHarald GeyerWhat:		/sys/bus/iio/devices/iio:deviceX/in_humidityrelative_raw
330ac216aa2SHarald GeyerKernelVersion:	3.14
331ac216aa2SHarald GeyerContact:	linux-iio@vger.kernel.org
332ac216aa2SHarald GeyerDescription:
333ac216aa2SHarald Geyer		Raw humidity measurement of air. Units after application of
334ac216aa2SHarald Geyer		scale and offset are milli percent.
335ac216aa2SHarald Geyer
336ac216aa2SHarald GeyerWhat:		/sys/bus/iio/devices/iio:deviceX/in_humidityrelative_input
337ac216aa2SHarald GeyerKernelVersion:	3.14
338ac216aa2SHarald GeyerContact:	linux-iio@vger.kernel.org
339ac216aa2SHarald GeyerDescription:
340ac216aa2SHarald Geyer		Scaled humidity measurement in milli percent.
341ac216aa2SHarald Geyer
342c0a6b7eeSSebastian ReichelWhat:		/sys/bus/iio/devices/iio:deviceX/in_X_mean_raw
343c0a6b7eeSSebastian ReichelKernelVersion:	3.5
344c0a6b7eeSSebastian ReichelContact:	linux-iio@vger.kernel.org
345c0a6b7eeSSebastian ReichelDescription:
346c0a6b7eeSSebastian Reichel		Averaged raw measurement from channel X. The number of values
347c0a6b7eeSSebastian Reichel		used for averaging is device specific. The converting rules for
348c0a6b7eeSSebastian Reichel		normal raw values also applies to the averaged raw values.
349c0a6b7eeSSebastian Reichel
3508af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_accel_offset
3518af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_accel_x_offset
3528af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_accel_y_offset
3538af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_accel_z_offset
3548af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_voltageY_offset
3558af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_voltage_offset
3561ce87f21SLars-Peter ClausenWhat:		/sys/bus/iio/devices/iio:deviceX/in_voltageY_i_offset
3571ce87f21SLars-Peter ClausenWhat:		/sys/bus/iio/devices/iio:deviceX/in_voltageY_q_offset
3581ce87f21SLars-Peter ClausenWhat:		/sys/bus/iio/devices/iio:deviceX/in_voltage_q_offset
3591ce87f21SLars-Peter ClausenWhat:		/sys/bus/iio/devices/iio:deviceX/in_voltage_i_offset
3607f1c2cbbSAdam ThomsonWhat:		/sys/bus/iio/devices/iio:deviceX/in_currentY_offset
3617f1c2cbbSAdam ThomsonWhat:		/sys/bus/iio/devices/iio:deviceX/in_current_offset
3621ce87f21SLars-Peter ClausenWhat:		/sys/bus/iio/devices/iio:deviceX/in_currentY_i_offset
3631ce87f21SLars-Peter ClausenWhat:		/sys/bus/iio/devices/iio:deviceX/in_currentY_q_offset
3641ce87f21SLars-Peter ClausenWhat:		/sys/bus/iio/devices/iio:deviceX/in_current_q_offset
3651ce87f21SLars-Peter ClausenWhat:		/sys/bus/iio/devices/iio:deviceX/in_current_i_offset
3668af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_tempY_offset
3678af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_temp_offset
368c4f0c693SLars-Peter ClausenWhat:		/sys/bus/iio/devices/iio:deviceX/in_pressureY_offset
369c4f0c693SLars-Peter ClausenWhat:		/sys/bus/iio/devices/iio:deviceX/in_pressure_offset
3704d5ce6bbSRoberta DobrescuWhat:		/sys/bus/iio/devices/iio:deviceX/in_humidityrelative_offset
371d5d7c4afSDarshana PadmadasWhat:		/sys/bus/iio/devices/iio:deviceX/in_magn_offset
3728ea06893SHaneen MohammedWhat:		/sys/bus/iio/devices/iio:deviceX/in_rot_offset
373b3e5c2bdSDavid VeenstraWhat:		/sys/bus/iio/devices/iio:deviceX/in_angl_offset
3749b2571b0SJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_capacitanceX_offset
3758af2c75aSJonathan CameronKernelVersion:	2.6.35
3768af2c75aSJonathan CameronContact:	linux-iio@vger.kernel.org
3778af2c75aSJonathan CameronDescription:
3788af2c75aSJonathan Cameron		If known for a device, offset to be added to <type>[Y]_raw prior
3798af2c75aSJonathan Cameron		to scaling by <type>[Y]_scale in order to obtain value in the
3808b417d78SPeter Meerwald		<type> units as specified in <type>[Y]_raw documentation.
3818af2c75aSJonathan Cameron		Not present if the offset is always 0 or unknown. If Y or
3828af2c75aSJonathan Cameron		axis <x|y|z> is not present, then the offset applies to all
3838af2c75aSJonathan Cameron		in channels of <type>.
3848af2c75aSJonathan Cameron		May be writable if a variable offset can be applied on the
3858af2c75aSJonathan Cameron		device. Note that this is different to calibbias which
3868af2c75aSJonathan Cameron		is for devices (or drivers) that apply offsets to compensate
3878af2c75aSJonathan Cameron		for variation between different instances of the part, typically
3888af2c75aSJonathan Cameron		adjusted by using some hardware supported calibration procedure.
3898af2c75aSJonathan Cameron		Calibbias is applied internally, offset is applied in userspace
3908af2c75aSJonathan Cameron		to the _raw output.
3918af2c75aSJonathan Cameron
3928af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_voltageY_scale
3931ce87f21SLars-Peter ClausenWhat:		/sys/bus/iio/devices/iio:deviceX/in_voltageY_i_scale
3941ce87f21SLars-Peter ClausenWhat:		/sys/bus/iio/devices/iio:deviceX/in_voltageY_q_scale
3958af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_voltageY_supply_scale
3968af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_voltage_scale
3971ce87f21SLars-Peter ClausenWhat:		/sys/bus/iio/devices/iio:deviceX/in_voltage_i_scale
3981ce87f21SLars-Peter ClausenWhat:		/sys/bus/iio/devices/iio:deviceX/in_voltage_q_scale
3994e4cd14eSDarshana PadmadasWhat:		/sys/bus/iio/devices/iio:deviceX/in_voltage-voltage_scale
4008af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/out_voltageY_scale
401d802bf6fSMichael HennerichWhat:		/sys/bus/iio/devices/iio:deviceX/out_altvoltageY_scale
4027f1c2cbbSAdam ThomsonWhat:		/sys/bus/iio/devices/iio:deviceX/in_currentY_scale
4037f1c2cbbSAdam ThomsonWhat:		/sys/bus/iio/devices/iio:deviceX/in_currentY_supply_scale
4047f1c2cbbSAdam ThomsonWhat:		/sys/bus/iio/devices/iio:deviceX/in_current_scale
4051ce87f21SLars-Peter ClausenWhat:		/sys/bus/iio/devices/iio:deviceX/in_currentY_i_scale
4061ce87f21SLars-Peter ClausenWhat:		/sys/bus/iio/devices/iio:deviceX/in_currentY_q_scale
4071ce87f21SLars-Peter ClausenWhat:		/sys/bus/iio/devices/iio:deviceX/in_current_i_scale
4081ce87f21SLars-Peter ClausenWhat:		/sys/bus/iio/devices/iio:deviceX/in_current_q_scale
4098af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_accel_scale
4108af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_accel_peak_scale
4118af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_anglvel_scale
41272c66644SIrina TirdeaWhat:		/sys/bus/iio/devices/iio:deviceX/in_energy_scale
413cc3c9eecSIrina TirdeaWhat:		/sys/bus/iio/devices/iio:deviceX/in_distance_scale
4148af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_magn_scale
4158af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_magn_x_scale
4168af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_magn_y_scale
4178af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_magn_z_scale
418b531db84SReyad AttiyatWhat:		/sys/bus/iio/devices/iio:deviceX/in_rot_from_north_magnetic_scale
419b531db84SReyad AttiyatWhat:		/sys/bus/iio/devices/iio:deviceX/in_rot_from_north_true_scale
420b531db84SReyad AttiyatWhat:		/sys/bus/iio/devices/iio:deviceX/in_rot_from_north_magnetic_tilt_comp_scale
421b531db84SReyad AttiyatWhat:		/sys/bus/iio/devices/iio:deviceX/in_rot_from_north_true_tilt_comp_scale
422c4f0c693SLars-Peter ClausenWhat:		/sys/bus/iio/devices/iio:deviceX/in_pressureY_scale
423c4f0c693SLars-Peter ClausenWhat:		/sys/bus/iio/devices/iio:deviceX/in_pressure_scale
4244d5ce6bbSRoberta DobrescuWhat:		/sys/bus/iio/devices/iio:deviceX/in_humidityrelative_scale
4255a1a9329SIrina TirdeaWhat:		/sys/bus/iio/devices/iio:deviceX/in_velocity_sqrt(x^2+y^2+z^2)_scale
4267cf78db5SDarshana PadmadasWhat:		/sys/bus/iio/devices/iio:deviceX/in_illuminance_scale
4271a8f324aSWilliam Breathitt GrayWhat:		/sys/bus/iio/devices/iio:deviceX/in_countY_scale
428b3e5c2bdSDavid VeenstraWhat:		/sys/bus/iio/devices/iio:deviceX/in_angl_scale
4293c3006f5SChristian EggersWhat:		/sys/bus/iio/devices/iio:deviceX/in_intensity_x_scale
4303c3006f5SChristian EggersWhat:		/sys/bus/iio/devices/iio:deviceX/in_intensity_y_scale
4313c3006f5SChristian EggersWhat:		/sys/bus/iio/devices/iio:deviceX/in_intensity_z_scale
4328af2c75aSJonathan CameronKernelVersion:	2.6.35
4338af2c75aSJonathan CameronContact:	linux-iio@vger.kernel.org
4348af2c75aSJonathan CameronDescription:
4358af2c75aSJonathan Cameron		If known for a device, scale to be applied to <type>Y[_name]_raw
4368af2c75aSJonathan Cameron		post addition of <type>[Y][_name]_offset in order to obtain the
4378af2c75aSJonathan Cameron		measured value in <type> units as specified in
4388af2c75aSJonathan Cameron		<type>[Y][_name]_raw documentation.  If shared across all in
4398af2c75aSJonathan Cameron		channels then Y and <x|y|z> are not present and the value is
4408af2c75aSJonathan Cameron		called <type>[Y][_name]_scale. The peak modifier means this
4418af2c75aSJonathan Cameron		value is applied to <type>Y[_name]_peak_raw values.
4428af2c75aSJonathan Cameron
4438af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_accel_x_calibbias
4448af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_accel_y_calibbias
4458af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_accel_z_calibbias
4468af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_anglvel_x_calibbias
4478af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_anglvel_y_calibbias
4488af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_anglvel_z_calibbias
4498af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_illuminance0_calibbias
4508af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_proximity0_calibbias
451c4f0c693SLars-Peter ClausenWhat:		/sys/bus/iio/devices/iio:deviceX/in_pressureY_calibbias
452c4f0c693SLars-Peter ClausenWhat:		/sys/bus/iio/devices/iio:deviceX/in_pressure_calibbias
4538af2c75aSJonathan CameronKernelVersion:	2.6.35
4548af2c75aSJonathan CameronContact:	linux-iio@vger.kernel.org
4558af2c75aSJonathan CameronDescription:
4568b417d78SPeter Meerwald		Hardware applied calibration offset (assumed to fix production
4578af2c75aSJonathan Cameron		inaccuracies).
458*69c93a7dSJonathan Cameron		icm42600: For this device values are real physical offsets
459*69c93a7dSJonathan Cameron		expressed in SI units (m/s^2 for accelerometers and rad/s
460*69c93a7dSJonathan Cameron		for gyroscope)/
461*69c93a7dSJonathan Cameron
462*69c93a7dSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_accel_calibbias_available
463*69c93a7dSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_anglvel_calibbias_available
464*69c93a7dSJonathan CameronKernelVersion:  5.8
465*69c93a7dSJonathan CameronContact:        linux-iio@vger.kernel.org
466*69c93a7dSJonathan CameronDescription:
467*69c93a7dSJonathan Cameron		Available values of calibbias. Maybe expressed as either of:
468*69c93a7dSJonathan Cameron
469*69c93a7dSJonathan Cameron		- a small discrete set of values like "0 2 4 6 8"
470*69c93a7dSJonathan Cameron		- a range specified as "[min step max]"
4718af2c75aSJonathan Cameron
4723b0028bdSGwendal GrignouWhat:		/sys/bus/iio/devices/iio:deviceX/in_voltageY_calibscale
4733b0028bdSGwendal GrignouWhat:		/sys/bus/iio/devices/iio:deviceX/in_voltageY_supply_calibscale
4743b0028bdSGwendal GrignouWhat:		/sys/bus/iio/devices/iio:deviceX/in_voltageY_i_calibscale
4753b0028bdSGwendal GrignouWhat:		/sys/bus/iio/devices/iio:deviceX/in_voltageY_q_calibscale
4763b0028bdSGwendal GrignouWhat:		/sys/bus/iio/devices/iio:deviceX/in_voltage_i_calibscale
4773b0028bdSGwendal GrignouWhat:		/sys/bus/iio/devices/iio:deviceX/in_voltage_q_calibscale
4783b0028bdSGwendal GrignouWhat:		/sys/bus/iio/devices/iio:deviceX/in_voltage_calibscale
4793b0028bdSGwendal GrignouWhat:		/sys/bus/iio/devices/iio:deviceX/in_accel_x_calibscale
4803b0028bdSGwendal GrignouWhat:		/sys/bus/iio/devices/iio:deviceX/in_accel_y_calibscale
4813b0028bdSGwendal GrignouWhat:		/sys/bus/iio/devices/iio:deviceX/in_accel_z_calibscale
4823b0028bdSGwendal GrignouWhat:		/sys/bus/iio/devices/iio:deviceX/in_anglvel_x_calibscale
4833b0028bdSGwendal GrignouWhat:		/sys/bus/iio/devices/iio:deviceX/in_anglvel_y_calibscale
4843b0028bdSGwendal GrignouWhat:		/sys/bus/iio/devices/iio:deviceX/in_anglvel_z_calibscale
4853b0028bdSGwendal GrignouWhat:		/sys/bus/iio/devices/iio:deviceX/in_illuminance0_calibscale
4863b0028bdSGwendal GrignouWhat:		/sys/bus/iio/devices/iio:deviceX/in_proximity0_calibscale
487c4f0c693SLars-Peter ClausenWhat:		/sys/bus/iio/devices/iio:deviceX/in_pressureY_calibscale
488c4f0c693SLars-Peter ClausenWhat:		/sys/bus/iio/devices/iio:deviceX/in_pressure_calibscale
4897cf78db5SDarshana PadmadasWhat:		/sys/bus/iio/devices/iio:deviceX/in_illuminance_calibscale
4908af2c75aSJonathan CameronKernelVersion:	2.6.35
4918af2c75aSJonathan CameronContact:	linux-iio@vger.kernel.org
4928af2c75aSJonathan CameronDescription:
4938b417d78SPeter Meerwald		Hardware applied calibration scale factor (assumed to fix
4948af2c75aSJonathan Cameron		production inaccuracies).  If shared across all channels,
4958af2c75aSJonathan Cameron		<type>_calibscale is used.
4968af2c75aSJonathan Cameron
49740cb7613SIrina TirdeaWhat:		/sys/bus/iio/devices/iio:deviceX/in_activity_calibgender
49840cb7613SIrina TirdeaWhat:		/sys/bus/iio/devices/iio:deviceX/in_energy_calibgender
49940cb7613SIrina TirdeaWhat:		/sys/bus/iio/devices/iio:deviceX/in_distance_calibgender
50040cb7613SIrina TirdeaWhat:		/sys/bus/iio/devices/iio:deviceX/in_velocity_calibgender
501e0631a31SIrina TirdeaKernelVersion:	4.0
50240cb7613SIrina TirdeaContact:	linux-iio@vger.kernel.org
50340cb7613SIrina TirdeaDescription:
50440cb7613SIrina Tirdea		Gender of the user (e.g.: male, female) used by some pedometers
50540cb7613SIrina Tirdea		to compute the stride length, distance, speed and activity
50640cb7613SIrina Tirdea		type.
50740cb7613SIrina Tirdea
50840cb7613SIrina TirdeaWhat:		/sys/bus/iio/devices/iio:deviceX/in_activity_calibgender_available
50940cb7613SIrina TirdeaWhat:		/sys/bus/iio/devices/iio:deviceX/in_energy_calibgender_available
51040cb7613SIrina TirdeaWhat:		/sys/bus/iio/devices/iio:deviceX/in_distance_calibgender_available
51140cb7613SIrina TirdeaWhat:		/sys/bus/iio/devices/iio:deviceX/in_velocity_calibgender_available
512e0631a31SIrina TirdeaKernelVersion:	4.0
51340cb7613SIrina TirdeaContact:	linux-iio@vger.kernel.org
51440cb7613SIrina TirdeaDescription:
51540cb7613SIrina Tirdea		Lists all available gender values (e.g.: male, female).
51640cb7613SIrina Tirdea
51740cb7613SIrina TirdeaWhat:		/sys/bus/iio/devices/iio:deviceX/in_activity_calibheight
51840cb7613SIrina TirdeaWhat:		/sys/bus/iio/devices/iio:deviceX/in_energy_calibheight
51940cb7613SIrina TirdeaWhat:		/sys/bus/iio/devices/iio:deviceX/in_distance_calibheight
52040cb7613SIrina TirdeaWhat:		/sys/bus/iio/devices/iio:deviceX/in_velocity_calibheight
521bcdf28fbSIrina TirdeaKernelVersion:	3.19
522bcdf28fbSIrina TirdeaContact:	linux-iio@vger.kernel.org
523bcdf28fbSIrina TirdeaDescription:
52481110933SIrina Tirdea		Height of the user (in meters) used by some pedometers
525bcdf28fbSIrina Tirdea		to compute the stride length, distance, speed and activity
526bcdf28fbSIrina Tirdea		type.
527bcdf28fbSIrina Tirdea
528d37f6836SIrina TirdeaWhat:		/sys/bus/iio/devices/iio:deviceX/in_energy_calibweight
529e0631a31SIrina TirdeaKernelVersion:	4.0
530d37f6836SIrina TirdeaContact:	linux-iio@vger.kernel.org
531d37f6836SIrina TirdeaDescription:
532d37f6836SIrina Tirdea		Weight of the user (in kg). It is needed by some pedometers
533d37f6836SIrina Tirdea		to compute the calories burnt by the user.
534d37f6836SIrina Tirdea
5358af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/in_accel_scale_available
536ad37616eSAdriana ReusWhat:		/sys/.../iio:deviceX/in_anglvel_scale_available
537ad37616eSAdriana ReusWhat:		/sys/.../iio:deviceX/in_magn_scale_available
538ad37616eSAdriana ReusWhat:		/sys/.../iio:deviceX/in_illuminance_scale_available
539ad37616eSAdriana ReusWhat:		/sys/.../iio:deviceX/in_intensity_scale_available
540ad37616eSAdriana ReusWhat:		/sys/.../iio:deviceX/in_proximity_scale_available
5418af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/in_voltageX_scale_available
5428af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/in_voltage-voltage_scale_available
5438af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/out_voltageX_scale_available
544d802bf6fSMichael HennerichWhat:		/sys/.../iio:deviceX/out_altvoltageX_scale_available
5458af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/in_capacitance_scale_available
546c4f0c693SLars-Peter ClausenWhat:		/sys/.../iio:deviceX/in_pressure_scale_available
547c4f0c693SLars-Peter ClausenWhat:		/sys/.../iio:deviceX/in_pressureY_scale_available
548cf09fe9cSPeter MeerwaldKernelVersion:	2.6.35
5498af2c75aSJonathan CameronContact:	linux-iio@vger.kernel.org
5508af2c75aSJonathan CameronDescription:
5518b417d78SPeter Meerwald		If a discrete set of scale values is available, they
5528af2c75aSJonathan Cameron		are listed in this attribute.
5538af2c75aSJonathan Cameron
5543b0028bdSGwendal GrignouWhat:		/sys/bus/iio/devices/iio:deviceX/out_voltageY_hardwaregain
5553c3006f5SChristian EggersWhat:		/sys/bus/iio/devices/iio:deviceX/in_intensity_hardwaregain
556ed56330dSRoberta DobrescuWhat:		/sys/bus/iio/devices/iio:deviceX/in_intensity_red_hardwaregain
557ed56330dSRoberta DobrescuWhat:		/sys/bus/iio/devices/iio:deviceX/in_intensity_green_hardwaregain
558ed56330dSRoberta DobrescuWhat:		/sys/bus/iio/devices/iio:deviceX/in_intensity_blue_hardwaregain
559ed56330dSRoberta DobrescuWhat:		/sys/bus/iio/devices/iio:deviceX/in_intensity_clear_hardwaregain
560b65d6212SMichael HennerichKernelVersion:	2.6.35
561b65d6212SMichael HennerichContact:	linux-iio@vger.kernel.org
562b65d6212SMichael HennerichDescription:
563b65d6212SMichael Hennerich		Hardware applied gain factor. If shared across all channels,
564b65d6212SMichael Hennerich		<type>_hardwaregain is used.
565b65d6212SMichael Hennerich
5663c3006f5SChristian EggersWhat:		/sys/bus/iio/devices/iio:deviceX/in_intensity_hardwaregain_available
5673c3006f5SChristian EggersKernelVersion:	5.10
5683c3006f5SChristian EggersContact:	linux-iio@vger.kernel.org
5693c3006f5SChristian EggersDescription:
5703c3006f5SChristian Eggers		Lists all available hardware applied gain factors. Shared across all
5713c3006f5SChristian Eggers		channels.
5723c3006f5SChristian Eggers
5738af2c75aSJonathan CameronWhat:		/sys/.../in_accel_filter_low_pass_3db_frequency
5748af2c75aSJonathan CameronWhat:		/sys/.../in_magn_filter_low_pass_3db_frequency
5758af2c75aSJonathan CameronWhat:		/sys/.../in_anglvel_filter_low_pass_3db_frequency
5768af2c75aSJonathan CameronKernelVersion:	3.2
5778af2c75aSJonathan CameronContact:	linux-iio@vger.kernel.org
5788af2c75aSJonathan CameronDescription:
5798af2c75aSJonathan Cameron		If a known or controllable low pass filter is applied
5808af2c75aSJonathan Cameron		to the underlying data channel, then this parameter
5818af2c75aSJonathan Cameron		gives the 3dB frequency of the filter in Hz.
5828af2c75aSJonathan Cameron
5833f7f642bSMartin FuzzeyWhat:		/sys/.../in_accel_filter_high_pass_3db_frequency
5843f7f642bSMartin FuzzeyWhat:		/sys/.../in_anglvel_filter_high_pass_3db_frequency
5853f7f642bSMartin FuzzeyWhat:		/sys/.../in_magn_filter_high_pass_3db_frequency
5863f7f642bSMartin FuzzeyKernelVersion:	4.2
5873f7f642bSMartin FuzzeyContact:	linux-iio@vger.kernel.org
5883f7f642bSMartin FuzzeyDescription:
5893f7f642bSMartin Fuzzey		If a known or controllable high pass filter is applied
5903f7f642bSMartin Fuzzey		to the underlying data channel, then this parameter
5913f7f642bSMartin Fuzzey		gives the 3dB frequency of the filter in Hz.
5923f7f642bSMartin Fuzzey
5938af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/out_voltageY_raw
594d802bf6fSMichael HennerichWhat:		/sys/bus/iio/devices/iio:deviceX/out_altvoltageY_raw
5958af2c75aSJonathan CameronKernelVersion:	2.6.37
5968af2c75aSJonathan CameronContact:	linux-iio@vger.kernel.org
5978af2c75aSJonathan CameronDescription:
5988af2c75aSJonathan Cameron		Raw (unscaled, no bias etc.) output voltage for
5998af2c75aSJonathan Cameron		channel Y.  The number must always be specified and
6008af2c75aSJonathan Cameron		unique if the output corresponds to a single channel.
601d802bf6fSMichael Hennerich		While DAC like devices typically use out_voltage,
602d802bf6fSMichael Hennerich		a continuous frequency generating device, such as
603d802bf6fSMichael Hennerich		a DDS or PLL should use out_altvoltage.
6048af2c75aSJonathan Cameron
6058af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/out_voltageY&Z_raw
606d802bf6fSMichael HennerichWhat:		/sys/bus/iio/devices/iio:deviceX/out_altvoltageY&Z_raw
6078af2c75aSJonathan CameronKernelVersion:	2.6.37
6088af2c75aSJonathan CameronContact:	linux-iio@vger.kernel.org
6098af2c75aSJonathan CameronDescription:
6108af2c75aSJonathan Cameron		Raw (unscaled, no bias etc.) output voltage for an aggregate of
6118af2c75aSJonathan Cameron		channel Y, channel Z, etc.  This interface is available in cases
6128af2c75aSJonathan Cameron		where a single output sets the value for multiple channels
6138af2c75aSJonathan Cameron		simultaneously.
6148af2c75aSJonathan Cameron
6158af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/out_voltageY_powerdown_mode
6168af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/out_voltage_powerdown_mode
617d802bf6fSMichael HennerichWhat:		/sys/bus/iio/devices/iio:deviceX/out_altvoltageY_powerdown_mode
618d802bf6fSMichael HennerichWhat:		/sys/bus/iio/devices/iio:deviceX/out_altvoltage_powerdown_mode
6198af2c75aSJonathan CameronKernelVersion:	2.6.38
6208af2c75aSJonathan CameronContact:	linux-iio@vger.kernel.org
6218af2c75aSJonathan CameronDescription:
6228af2c75aSJonathan Cameron		Specifies the output powerdown mode.
6238af2c75aSJonathan Cameron		DAC output stage is disconnected from the amplifier and
6248b417d78SPeter Meerwald		1kohm_to_gnd: connected to ground via an 1kOhm resistor,
62561011264SLukas Wunner		2.5kohm_to_gnd: connected to ground via a 2.5kOhm resistor,
6268b417d78SPeter Meerwald		6kohm_to_gnd: connected to ground via a 6kOhm resistor,
6278b417d78SPeter Meerwald		20kohm_to_gnd: connected to ground via a 20kOhm resistor,
6288d144c96SMarc Andre		90kohm_to_gnd: connected to ground via a 90kOhm resistor,
6298b417d78SPeter Meerwald		100kohm_to_gnd: connected to ground via an 100kOhm resistor,
63035f73967SAkinobu Mita		125kohm_to_gnd: connected to ground via an 125kOhm resistor,
631bd53a414SPeter Meerwald		500kohm_to_gnd: connected to ground via a 500kOhm resistor,
63235f73967SAkinobu Mita		640kohm_to_gnd: connected to ground via a 640kOhm resistor,
6338b417d78SPeter Meerwald		three_state: left floating.
6348af2c75aSJonathan Cameron		For a list of available output power down options read
6358af2c75aSJonathan Cameron		outX_powerdown_mode_available. If Y is not present the
6368af2c75aSJonathan Cameron		mode is shared across all outputs.
6378af2c75aSJonathan Cameron
638bdb25b0aSVladimir BarinovWhat:		/sys/.../iio:deviceX/out_voltageY_powerdown_mode_available
6398af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/out_voltage_powerdown_mode_available
640bdb25b0aSVladimir BarinovWhat:		/sys/.../iio:deviceX/out_altvoltageY_powerdown_mode_available
641d802bf6fSMichael HennerichWhat:		/sys/.../iio:deviceX/out_altvoltage_powerdown_mode_available
6428af2c75aSJonathan CameronKernelVersion:	2.6.38
6438af2c75aSJonathan CameronContact:	linux-iio@vger.kernel.org
6448af2c75aSJonathan CameronDescription:
6458af2c75aSJonathan Cameron		Lists all available output power down modes.
6468af2c75aSJonathan Cameron		If Y is not present the mode is shared across all outputs.
6478af2c75aSJonathan Cameron
6488af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/out_voltageY_powerdown
6498af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/out_voltage_powerdown
650d802bf6fSMichael HennerichWhat:		/sys/bus/iio/devices/iio:deviceX/out_altvoltageY_powerdown
651d802bf6fSMichael HennerichWhat:		/sys/bus/iio/devices/iio:deviceX/out_altvoltage_powerdown
6528af2c75aSJonathan CameronKernelVersion:	2.6.38
6538af2c75aSJonathan CameronContact:	linux-iio@vger.kernel.org
6548af2c75aSJonathan CameronDescription:
6558af2c75aSJonathan Cameron		Writing 1 causes output Y to enter the power down mode specified
6568b417d78SPeter Meerwald		by the corresponding outY_powerdown_mode. DAC output stage is
6578b417d78SPeter Meerwald		disconnected from the amplifier. Clearing returns to normal
6588b417d78SPeter Meerwald		operation. Y may be suppressed if all outputs are controlled
6598b417d78SPeter Meerwald		together.
6608af2c75aSJonathan Cameron
661d802bf6fSMichael HennerichWhat:		/sys/bus/iio/devices/iio:deviceX/out_altvoltageY_frequency
662d802bf6fSMichael HennerichKernelVersion:	3.4.0
663d802bf6fSMichael HennerichContact:	linux-iio@vger.kernel.org
664d802bf6fSMichael HennerichDescription:
665d802bf6fSMichael Hennerich		Output frequency for channel Y in Hz. The number must always be
666d802bf6fSMichael Hennerich		specified and unique if the output corresponds to a single
667d802bf6fSMichael Hennerich		channel.
668d802bf6fSMichael Hennerich
669d802bf6fSMichael HennerichWhat:		/sys/bus/iio/devices/iio:deviceX/out_altvoltageY_phase
670d802bf6fSMichael HennerichKernelVersion:	3.4.0
671d802bf6fSMichael HennerichContact:	linux-iio@vger.kernel.org
672d802bf6fSMichael HennerichDescription:
673d802bf6fSMichael Hennerich		Phase in radians of one frequency/clock output Y
674d802bf6fSMichael Hennerich		(out_altvoltageY) relative to another frequency/clock output
675d802bf6fSMichael Hennerich		(out_altvoltageZ) of the device X. The number must always be
676d802bf6fSMichael Hennerich		specified and unique if the output corresponds to a single
677d802bf6fSMichael Hennerich		channel.
678d802bf6fSMichael Hennerich
6798af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/events
6808af2c75aSJonathan CameronKernelVersion:	2.6.35
6818af2c75aSJonathan CameronContact:	linux-iio@vger.kernel.org
6828af2c75aSJonathan CameronDescription:
6838af2c75aSJonathan Cameron		Configuration of which hardware generated events are passed up
6848af2c75aSJonathan Cameron		to user-space.
6858af2c75aSJonathan Cameron
6868af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_accel_x_thresh_rising_en
6878af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_accel_x_thresh_falling_en
6888af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_accel_y_thresh_rising_en
6898af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_accel_y_thresh_falling_en
6908af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_accel_z_thresh_rising_en
6918af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_accel_z_thresh_falling_en
6928af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_anglvel_x_thresh_rising_en
6938af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_anglvel_x_thresh_falling_en
6948af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_anglvel_y_thresh_rising_en
6958af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_anglvel_y_thresh_falling_en
6968af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_anglvel_z_thresh_rising_en
6978af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_anglvel_z_thresh_falling_en
6988af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_magn_x_thresh_rising_en
6998af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_magn_x_thresh_falling_en
7008af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_magn_y_thresh_rising_en
7018af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_magn_y_thresh_falling_en
7028af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_magn_z_thresh_rising_en
7038af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_magn_z_thresh_falling_en
704b531db84SReyad AttiyatWhat:		/sys/.../iio:deviceX/events/in_rot_from_north_magnetic_thresh_rising_en
705b531db84SReyad AttiyatWhat:		/sys/.../iio:deviceX/events/in_rot_from_north_magnetic_thresh_falling_en
706b531db84SReyad AttiyatWhat:		/sys/.../iio:deviceX/events/in_rot_from_north_true_thresh_rising_en
707b531db84SReyad AttiyatWhat:		/sys/.../iio:deviceX/events/in_rot_from_north_true_thresh_falling_en
708b531db84SReyad AttiyatWhat:		/sys/.../iio:deviceX/events/in_rot_from_north_magnetic_tilt_comp_thresh_rising_en
709b531db84SReyad AttiyatWhat:		/sys/.../iio:deviceX/events/in_rot_from_north_magnetic_tilt_comp_thresh_falling_en
710b531db84SReyad AttiyatWhat:		/sys/.../iio:deviceX/events/in_rot_from_north_true_tilt_comp_thresh_rising_en
711b531db84SReyad AttiyatWhat:		/sys/.../iio:deviceX/events/in_rot_from_north_true_tilt_comp_thresh_falling_en
7128af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_voltageY_supply_thresh_rising_en
7138af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_voltageY_supply_thresh_falling_en
7148af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_voltageY_thresh_rising_en
7158af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_voltageY_thresh_falling_en
71672aa29ceSVladimir BarinovWhat:		/sys/.../iio:deviceX/events/in_voltageY_thresh_either_en
7178af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_tempY_thresh_rising_en
7188af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_tempY_thresh_falling_en
7199b2571b0SJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_capacitanceY_thresh_rising_en
7209b2571b0SJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_capacitanceY_thresh_falling_en
7218af2c75aSJonathan CameronKernelVersion:	2.6.37
7228af2c75aSJonathan CameronContact:	linux-iio@vger.kernel.org
7238af2c75aSJonathan CameronDescription:
7248af2c75aSJonathan Cameron		Event generated when channel passes a threshold in the specified
7258af2c75aSJonathan Cameron		(_rising|_falling) direction. If the direction is not specified,
7268af2c75aSJonathan Cameron		then either the device will report an event which ever direction
7278af2c75aSJonathan Cameron		a single threshold value is passed in (e.g.
7288af2c75aSJonathan Cameron		<type>[Y][_name]_<raw|input>_thresh_value) or
7298af2c75aSJonathan Cameron		<type>[Y][_name]_<raw|input>_thresh_rising_value and
7308af2c75aSJonathan Cameron		<type>[Y][_name]_<raw|input>_thresh_falling_value may take
7318af2c75aSJonathan Cameron		different values, but the device can only enable both thresholds
7328af2c75aSJonathan Cameron		or neither.
73354a19b4dSMauro Carvalho Chehab
7348af2c75aSJonathan Cameron		Note the driver will assume the last p events requested are
7358b417d78SPeter Meerwald		to be enabled where p is how many it supports (which may vary
7368b417d78SPeter Meerwald		depending on the exact set requested. So if you want to be
7378af2c75aSJonathan Cameron		sure you have set what you think you have, check the contents of
7388af2c75aSJonathan Cameron		these attributes after everything is configured. Drivers may
7398af2c75aSJonathan Cameron		have to buffer any parameters so that they are consistent when
7408b417d78SPeter Meerwald		a given event type is enabled at a future point (and not those for
7418af2c75aSJonathan Cameron		whatever event was previously enabled).
7428af2c75aSJonathan Cameron
7438af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_accel_x_roc_rising_en
7448af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_accel_x_roc_falling_en
7458af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_accel_y_roc_rising_en
7468af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_accel_y_roc_falling_en
7478af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_accel_z_roc_rising_en
7488af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_accel_z_roc_falling_en
7498af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_anglvel_x_roc_rising_en
7508af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_anglvel_x_roc_falling_en
7518af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_anglvel_y_roc_rising_en
7528af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_anglvel_y_roc_falling_en
7538af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_anglvel_z_roc_rising_en
7548af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_anglvel_z_roc_falling_en
7558af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_magn_x_roc_rising_en
7568af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_magn_x_roc_falling_en
7578af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_magn_y_roc_rising_en
7588af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_magn_y_roc_falling_en
7598af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_magn_z_roc_rising_en
7608af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_magn_z_roc_falling_en
761b531db84SReyad AttiyatWhat:		/sys/.../iio:deviceX/events/in_rot_from_north_magnetic_roc_rising_en
762b531db84SReyad AttiyatWhat:		/sys/.../iio:deviceX/events/in_rot_from_north_magnetic_roc_falling_en
763b531db84SReyad AttiyatWhat:		/sys/.../iio:deviceX/events/in_rot_from_north_true_roc_rising_en
764b531db84SReyad AttiyatWhat:		/sys/.../iio:deviceX/events/in_rot_from_north_true_roc_falling_en
765b531db84SReyad AttiyatWhat:		/sys/.../iio:deviceX/events/in_rot_from_north_magnetic_tilt_comp_roc_rising_en
766b531db84SReyad AttiyatWhat:		/sys/.../iio:deviceX/events/in_rot_from_north_magnetic_tilt_comp_roc_falling_en
767b531db84SReyad AttiyatWhat:		/sys/.../iio:deviceX/events/in_rot_from_north_true_tilt_comp_roc_rising_en
768b531db84SReyad AttiyatWhat:		/sys/.../iio:deviceX/events/in_rot_from_north_true_tilt_comp_roc_falling_en
7698af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_voltageY_supply_roc_rising_en
7708af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_voltageY_supply_roc_falling_en
7718af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_voltageY_roc_rising_en
7728af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_voltageY_roc_falling_en
7738af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_tempY_roc_rising_en
7748af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_tempY_roc_falling_en
7758af2c75aSJonathan CameronKernelVersion:	2.6.37
7768af2c75aSJonathan CameronContact:	linux-iio@vger.kernel.org
7778af2c75aSJonathan CameronDescription:
7788af2c75aSJonathan Cameron		Event generated when channel passes a threshold on the rate of
7798af2c75aSJonathan Cameron		change (1st differential) in the specified (_rising|_falling)
7808af2c75aSJonathan Cameron		direction. If the direction is not specified, then either the
7818af2c75aSJonathan Cameron		device will report an event which ever direction a single
7828af2c75aSJonathan Cameron		threshold value is passed in (e.g.
7838af2c75aSJonathan Cameron		<type>[Y][_name]_<raw|input>_roc_value) or
7848af2c75aSJonathan Cameron		<type>[Y][_name]_<raw|input>_roc_rising_value and
7858af2c75aSJonathan Cameron		<type>[Y][_name]_<raw|input>_roc_falling_value may take
7868af2c75aSJonathan Cameron		different values, but the device can only enable both rate of
7878af2c75aSJonathan Cameron		change thresholds or neither.
78854a19b4dSMauro Carvalho Chehab
7898af2c75aSJonathan Cameron		Note the driver will assume the last p events requested are
7908af2c75aSJonathan Cameron		to be enabled where p is however many it supports (which may
7918af2c75aSJonathan Cameron		vary depending on the exact set requested. So if you want to be
7928af2c75aSJonathan Cameron		sure you have set what you think you have, check the contents of
7938af2c75aSJonathan Cameron		these attributes after everything is configured. Drivers may
7948af2c75aSJonathan Cameron		have to buffer any parameters so that they are consistent when
7958af2c75aSJonathan Cameron		a given event type is enabled a future point (and not those for
7968af2c75aSJonathan Cameron		whatever event was previously enabled).
7978af2c75aSJonathan Cameron
7989b2571b0SJonathan CameronWhat:		/sys/.../events/in_capacitanceY_adaptive_thresh_rising_en
7999b2571b0SJonathan CameronWhat:		/sys/.../events/in_capacitanceY_adaptive_thresh_falling_en
8009b2571b0SJonathan CameronKernelVersion:	5.13
8019b2571b0SJonathan CameronContact:	linux-iio@vger.kernel.org
8029b2571b0SJonathan CameronDescrption:
8039b2571b0SJonathan Cameron		Adaptive thresholds are similar to normal fixed thresholds
8049b2571b0SJonathan Cameron		but the value is expressed as an offset from a value which
8059b2571b0SJonathan Cameron		provides a low frequency approximation of the channel itself.
8069b2571b0SJonathan Cameron		Thus these detect if a rapid change occurs in the specified
8079b2571b0SJonathan Cameron		direction which crosses tracking value + offset.
8089b2571b0SJonathan Cameron		Tracking value calculation is devices specific.
8099b2571b0SJonathan Cameron
8109b2571b0SJonathan CameronWhat:		/sys/.../in_capacitanceY_adaptive_thresh_rising_timeout
8119b2571b0SJonathan CameronWhat:		/sys/.../in_capacitanceY_adaptive_thresh_falling_timeout
8129b2571b0SJonathan CameronKernelVersion:	5.11
8139b2571b0SJonathan CameronContact:	linux-iio@vger.kernel.org
8149b2571b0SJonathan CameronDescrption:
8159b2571b0SJonathan Cameron		When adaptive thresholds are used, the tracking signal
8169b2571b0SJonathan Cameron		may adjust too slowly to step changes in the raw signal.
8179b2571b0SJonathan Cameron		*_timeout (in seconds) specifies a time for which the
8189b2571b0SJonathan Cameron		difference between the slow tracking signal and the raw
8199b2571b0SJonathan Cameron		signal is allowed to remain out-of-range before a reset
8209b2571b0SJonathan Cameron		event occurs in which the tracking signal is made equal
8219b2571b0SJonathan Cameron		to the raw signal, allowing slow tracking to resume and the
8229b2571b0SJonathan Cameron		adaptive threshold event detection to function as expected.
8239b2571b0SJonathan Cameron
82440dbbfb5SHaneen MohammedWhat:		/sys/.../events/in_accel_thresh_rising_value
82540dbbfb5SHaneen MohammedWhat:		/sys/.../events/in_accel_thresh_falling_value
8268af2c75aSJonathan CameronWhat:		/sys/.../events/in_accel_x_raw_thresh_rising_value
8278af2c75aSJonathan CameronWhat:		/sys/.../events/in_accel_x_raw_thresh_falling_value
8288af2c75aSJonathan CameronWhat:		/sys/.../events/in_accel_y_raw_thresh_rising_value
8298af2c75aSJonathan CameronWhat:		/sys/.../events/in_accel_y_raw_thresh_falling_value
8308af2c75aSJonathan CameronWhat:		/sys/.../events/in_accel_z_raw_thresh_rising_value
8318af2c75aSJonathan CameronWhat:		/sys/.../events/in_accel_z_raw_thresh_falling_value
8328af2c75aSJonathan CameronWhat:		/sys/.../events/in_anglvel_x_raw_thresh_rising_value
8338af2c75aSJonathan CameronWhat:		/sys/.../events/in_anglvel_x_raw_thresh_falling_value
8348af2c75aSJonathan CameronWhat:		/sys/.../events/in_anglvel_y_raw_thresh_rising_value
8358af2c75aSJonathan CameronWhat:		/sys/.../events/in_anglvel_y_raw_thresh_falling_value
8368af2c75aSJonathan CameronWhat:		/sys/.../events/in_anglvel_z_raw_thresh_rising_value
8378af2c75aSJonathan CameronWhat:		/sys/.../events/in_anglvel_z_raw_thresh_falling_value
8388af2c75aSJonathan CameronWhat:		/sys/.../events/in_magn_x_raw_thresh_rising_value
8398af2c75aSJonathan CameronWhat:		/sys/.../events/in_magn_x_raw_thresh_falling_value
8408af2c75aSJonathan CameronWhat:		/sys/.../events/in_magn_y_raw_thresh_rising_value
8418af2c75aSJonathan CameronWhat:		/sys/.../events/in_magn_y_raw_thresh_falling_value
8428af2c75aSJonathan CameronWhat:		/sys/.../events/in_magn_z_raw_thresh_rising_value
8438af2c75aSJonathan CameronWhat:		/sys/.../events/in_magn_z_raw_thresh_falling_value
844b531db84SReyad AttiyatWhat:		/sys/.../events/in_rot_from_north_magnetic_raw_thresh_rising_value
845b531db84SReyad AttiyatWhat:		/sys/.../events/in_rot_from_north_magnetic_raw_thresh_falling_value
846b531db84SReyad AttiyatWhat:		/sys/.../events/in_rot_from_north_true_raw_thresh_rising_value
847b531db84SReyad AttiyatWhat:		/sys/.../events/in_rot_from_north_true_raw_thresh_falling_value
848b531db84SReyad AttiyatWhat:		/sys/.../events/in_rot_from_north_magnetic_tilt_comp_raw_thresh_rising_value
849b531db84SReyad AttiyatWhat:		/sys/.../events/in_rot_from_north_magnetic_tilt_comp_raw_thresh_falling_value
850b531db84SReyad AttiyatWhat:		/sys/.../events/in_rot_from_north_true_tilt_comp_raw_thresh_rising_value
851b531db84SReyad AttiyatWhat:		/sys/.../events/in_rot_from_north_true_tilt_comp_raw_thresh_falling_value
8528af2c75aSJonathan CameronWhat:		/sys/.../events/in_voltageY_supply_raw_thresh_rising_value
8538af2c75aSJonathan CameronWhat:		/sys/.../events/in_voltageY_supply_raw_thresh_falling_value
8548af2c75aSJonathan CameronWhat:		/sys/.../events/in_voltageY_raw_thresh_rising_value
8558af2c75aSJonathan CameronWhat:		/sys/.../events/in_voltageY_raw_thresh_falling_value
8568af2c75aSJonathan CameronWhat:		/sys/.../events/in_tempY_raw_thresh_rising_value
8578af2c75aSJonathan CameronWhat:		/sys/.../events/in_tempY_raw_thresh_falling_value
8588af2c75aSJonathan CameronWhat:		/sys/.../events/in_illuminance0_thresh_falling_value
8593b0028bdSGwendal GrignouWhat:		/sys/.../events/in_illuminance0_thresh_rising_value
8603b0028bdSGwendal GrignouWhat:		/sys/.../events/in_proximity0_thresh_falling_value
8613b0028bdSGwendal GrignouWhat:		/sys/.../events/in_proximity0_thresh_rising_value
86256a8e683SRishi GuptaWhat:		/sys/.../events/in_illuminance_thresh_rising_value
86356a8e683SRishi GuptaWhat:		/sys/.../events/in_illuminance_thresh_falling_value
8649b2571b0SJonathan CameronWhat:		/sys/.../events/in_capacitanceY_thresh_rising_value
8659b2571b0SJonathan CameronWhat:		/sys/.../events/in_capacitanceY_thresh_falling_value
8669b2571b0SJonathan CameronWhat:		/sys/.../events/in_capacitanceY_thresh_adaptive_rising_value
8679b2571b0SJonathan CameronWhat:		/sys/.../events/in_capacitanceY_thresh_falling_rising_value
8688af2c75aSJonathan CameronKernelVersion:	2.6.37
8698af2c75aSJonathan CameronContact:	linux-iio@vger.kernel.org
8708af2c75aSJonathan CameronDescription:
8718af2c75aSJonathan Cameron		Specifies the value of threshold that the device is comparing
8728af2c75aSJonathan Cameron		against for the events enabled by
8738af2c75aSJonathan Cameron		<type>Y[_name]_thresh[_rising|falling]_en.
87454a19b4dSMauro Carvalho Chehab
8758af2c75aSJonathan Cameron		If separate attributes exist for the two directions, but
8768af2c75aSJonathan Cameron		direction is not specified for this attribute, then a single
8778af2c75aSJonathan Cameron		threshold value applies to both directions.
87854a19b4dSMauro Carvalho Chehab
8798af2c75aSJonathan Cameron		The raw or input element of the name indicates whether the
8808af2c75aSJonathan Cameron		value is in raw device units or in processed units (as _raw
8818af2c75aSJonathan Cameron		and _input do on sysfs direct channel read attributes).
8828af2c75aSJonathan Cameron
883d1bd4867SMartin FuzzeyWhat:		/sys/.../events/in_accel_scale
884d1bd4867SMartin FuzzeyWhat:		/sys/.../events/in_accel_peak_scale
885d1bd4867SMartin FuzzeyWhat:		/sys/.../events/in_anglvel_scale
886d1bd4867SMartin FuzzeyWhat:		/sys/.../events/in_magn_scale
887d1bd4867SMartin FuzzeyWhat:		/sys/.../events/in_rot_from_north_magnetic_scale
888d1bd4867SMartin FuzzeyWhat:		/sys/.../events/in_rot_from_north_true_scale
889d1bd4867SMartin FuzzeyWhat:		/sys/.../events/in_voltage_scale
890d1bd4867SMartin FuzzeyWhat:		/sys/.../events/in_voltage_supply_scale
891d1bd4867SMartin FuzzeyWhat:		/sys/.../events/in_temp_scale
892d1bd4867SMartin FuzzeyWhat:		/sys/.../events/in_illuminance_scale
893d1bd4867SMartin FuzzeyWhat:		/sys/.../events/in_proximity_scale
894d1bd4867SMartin FuzzeyKernelVersion:	3.21
895d1bd4867SMartin FuzzeyContact:	linux-iio@vger.kernel.org
896d1bd4867SMartin FuzzeyDescription:
897d1bd4867SMartin Fuzzey                Specifies the conversion factor from the standard units
898d1bd4867SMartin Fuzzey                to device specific units used to set the event trigger
899d1bd4867SMartin Fuzzey                threshold.
900d1bd4867SMartin Fuzzey
901ec6670aeSLars-Peter ClausenWhat:		/sys/.../events/in_accel_x_thresh_rising_hysteresis
902ec6670aeSLars-Peter ClausenWhat:		/sys/.../events/in_accel_x_thresh_falling_hysteresis
903ec6670aeSLars-Peter ClausenWhat:		/sys/.../events/in_accel_x_thresh_either_hysteresis
904ec6670aeSLars-Peter ClausenWhat:		/sys/.../events/in_accel_y_thresh_rising_hysteresis
905ec6670aeSLars-Peter ClausenWhat:		/sys/.../events/in_accel_y_thresh_falling_hysteresis
906ec6670aeSLars-Peter ClausenWhat:		/sys/.../events/in_accel_y_thresh_either_hysteresis
907ec6670aeSLars-Peter ClausenWhat:		/sys/.../events/in_accel_z_thresh_rising_hysteresis
908ec6670aeSLars-Peter ClausenWhat:		/sys/.../events/in_accel_z_thresh_falling_hysteresis
909ec6670aeSLars-Peter ClausenWhat:		/sys/.../events/in_accel_z_thresh_either_hysteresis
910ec6670aeSLars-Peter ClausenWhat:		/sys/.../events/in_anglvel_x_thresh_rising_hysteresis
911ec6670aeSLars-Peter ClausenWhat:		/sys/.../events/in_anglvel_x_thresh_falling_hysteresis
912ec6670aeSLars-Peter ClausenWhat:		/sys/.../events/in_anglvel_x_thresh_either_hysteresis
913ec6670aeSLars-Peter ClausenWhat:		/sys/.../events/in_anglvel_y_thresh_rising_hysteresis
914ec6670aeSLars-Peter ClausenWhat:		/sys/.../events/in_anglvel_y_thresh_falling_hysteresis
915ec6670aeSLars-Peter ClausenWhat:		/sys/.../events/in_anglvel_y_thresh_either_hysteresis
916ec6670aeSLars-Peter ClausenWhat:		/sys/.../events/in_anglvel_z_thresh_rising_hysteresis
917ec6670aeSLars-Peter ClausenWhat:		/sys/.../events/in_anglvel_z_thresh_falling_hysteresis
918ec6670aeSLars-Peter ClausenWhat:		/sys/.../events/in_anglvel_z_thresh_either_hysteresis
919ec6670aeSLars-Peter ClausenWhat:		/sys/.../events/in_magn_x_thresh_rising_hysteresis
920ec6670aeSLars-Peter ClausenWhat:		/sys/.../events/in_magn_x_thresh_falling_hysteresis
921ec6670aeSLars-Peter ClausenWhat:		/sys/.../events/in_magn_x_thresh_either_hysteresis
922ec6670aeSLars-Peter ClausenWhat:		/sys/.../events/in_magn_y_thresh_rising_hysteresis
923ec6670aeSLars-Peter ClausenWhat:		/sys/.../events/in_magn_y_thresh_falling_hysteresis
924ec6670aeSLars-Peter ClausenWhat:		/sys/.../events/in_magn_y_thresh_either_hysteresis
925ec6670aeSLars-Peter ClausenWhat:		/sys/.../events/in_magn_z_thresh_rising_hysteresis
926ec6670aeSLars-Peter ClausenWhat:		/sys/.../events/in_magn_z_thresh_falling_hysteresis
927ec6670aeSLars-Peter ClausenWhat:		/sys/.../events/in_magn_z_thresh_either_hysteresis
928b531db84SReyad AttiyatWhat:		/sys/.../events/in_rot_from_north_magnetic_thresh_rising_hysteresis
929b531db84SReyad AttiyatWhat:		/sys/.../events/in_rot_from_north_magnetic_thresh_falling_hysteresis
930b531db84SReyad AttiyatWhat:		/sys/.../events/in_rot_from_north_magnetic_thresh_either_hysteresis
931b531db84SReyad AttiyatWhat:		/sys/.../events/in_rot_from_north_true_thresh_rising_hysteresis
932b531db84SReyad AttiyatWhat:		/sys/.../events/in_rot_from_north_true_thresh_falling_hysteresis
933b531db84SReyad AttiyatWhat:		/sys/.../events/in_rot_from_north_true_thresh_either_hysteresis
934b531db84SReyad AttiyatWhat:		/sys/.../events/in_rot_from_north_magnetic_tilt_comp_thresh_rising_hysteresis
935b531db84SReyad AttiyatWhat:		/sys/.../events/in_rot_from_north_magnetic_tilt_comp_thresh_falling_hysteresis
936b531db84SReyad AttiyatWhat:		/sys/.../events/in_rot_from_north_magnetic_tilt_comp_thresh_either_hysteresis
937b531db84SReyad AttiyatWhat:		/sys/.../events/in_rot_from_north_true_tilt_comp_thresh_rising_hysteresis
938b531db84SReyad AttiyatWhat:		/sys/.../events/in_rot_from_north_true_tilt_comp_thresh_falling_hysteresis
939b531db84SReyad AttiyatWhat:		/sys/.../events/in_rot_from_north_true_tilt_comp_thresh_either_hysteresis
940ec6670aeSLars-Peter ClausenWhat:		/sys/.../events/in_voltageY_thresh_rising_hysteresis
941ec6670aeSLars-Peter ClausenWhat:		/sys/.../events/in_voltageY_thresh_falling_hysteresis
942ec6670aeSLars-Peter ClausenWhat:		/sys/.../events/in_voltageY_thresh_either_hysteresis
943ec6670aeSLars-Peter ClausenWhat:		/sys/.../events/in_tempY_thresh_rising_hysteresis
944ec6670aeSLars-Peter ClausenWhat:		/sys/.../events/in_tempY_thresh_falling_hysteresis
945ec6670aeSLars-Peter ClausenWhat:		/sys/.../events/in_tempY_thresh_either_hysteresis
946ec6670aeSLars-Peter ClausenWhat:		/sys/.../events/in_illuminance0_thresh_falling_hysteresis
9473b0028bdSGwendal GrignouWhat:		/sys/.../events/in_illuminance0_thresh_rising_hysteresis
9483b0028bdSGwendal GrignouWhat:		/sys/.../events/in_illuminance0_thresh_either_hysteresis
9493b0028bdSGwendal GrignouWhat:		/sys/.../events/in_proximity0_thresh_falling_hysteresis
9503b0028bdSGwendal GrignouWhat:		/sys/.../events/in_proximity0_thresh_rising_hysteresis
9513b0028bdSGwendal GrignouWhat:		/sys/.../events/in_proximity0_thresh_either_hysteresis
952ec6670aeSLars-Peter ClausenKernelVersion:	3.13
953ec6670aeSLars-Peter ClausenContact:	linux-iio@vger.kernel.org
954ec6670aeSLars-Peter ClausenDescription:
955ec6670aeSLars-Peter Clausen		Specifies the hysteresis of threshold that the device is comparing
956ec6670aeSLars-Peter Clausen		against for the events enabled by
957ec6670aeSLars-Peter Clausen		<type>Y[_name]_thresh[_(rising|falling)]_hysteresis.
958ec6670aeSLars-Peter Clausen		If separate attributes exist for the two directions, but
959ec6670aeSLars-Peter Clausen		direction is not specified for this attribute, then a single
960ec6670aeSLars-Peter Clausen		hysteresis value applies to both directions.
96154a19b4dSMauro Carvalho Chehab
962ec6670aeSLars-Peter Clausen		For falling events the hysteresis is added to the _value attribute for
963ec6670aeSLars-Peter Clausen		this event to get the upper threshold for when the event goes back to
964ec6670aeSLars-Peter Clausen		normal, for rising events the hysteresis is subtracted from the _value
965ec6670aeSLars-Peter Clausen		attribute. E.g. if in_voltage0_raw_thresh_rising_value is set to 1200
966ec6670aeSLars-Peter Clausen		and in_voltage0_raw_thresh_rising_hysteresis is set to 50. The event
967ec6670aeSLars-Peter Clausen		will get activated once in_voltage0_raw goes above 1200 and will become
968f792e350SColin Ian King		deactivated again once the value falls below 1150.
969ec6670aeSLars-Peter Clausen
9708af2c75aSJonathan CameronWhat:		/sys/.../events/in_accel_x_raw_roc_rising_value
9718af2c75aSJonathan CameronWhat:		/sys/.../events/in_accel_x_raw_roc_falling_value
9728af2c75aSJonathan CameronWhat:		/sys/.../events/in_accel_y_raw_roc_rising_value
9738af2c75aSJonathan CameronWhat:		/sys/.../events/in_accel_y_raw_roc_falling_value
9748af2c75aSJonathan CameronWhat:		/sys/.../events/in_accel_z_raw_roc_rising_value
9758af2c75aSJonathan CameronWhat:		/sys/.../events/in_accel_z_raw_roc_falling_value
9768af2c75aSJonathan CameronWhat:		/sys/.../events/in_anglvel_x_raw_roc_rising_value
9778af2c75aSJonathan CameronWhat:		/sys/.../events/in_anglvel_x_raw_roc_falling_value
9788af2c75aSJonathan CameronWhat:		/sys/.../events/in_anglvel_y_raw_roc_rising_value
9798af2c75aSJonathan CameronWhat:		/sys/.../events/in_anglvel_y_raw_roc_falling_value
9808af2c75aSJonathan CameronWhat:		/sys/.../events/in_anglvel_z_raw_roc_rising_value
9818af2c75aSJonathan CameronWhat:		/sys/.../events/in_anglvel_z_raw_roc_falling_value
9828af2c75aSJonathan CameronWhat:		/sys/.../events/in_magn_x_raw_roc_rising_value
9838af2c75aSJonathan CameronWhat:		/sys/.../events/in_magn_x_raw_roc_falling_value
9848af2c75aSJonathan CameronWhat:		/sys/.../events/in_magn_y_raw_roc_rising_value
9858af2c75aSJonathan CameronWhat:		/sys/.../events/in_magn_y_raw_roc_falling_value
9868af2c75aSJonathan CameronWhat:		/sys/.../events/in_magn_z_raw_roc_rising_value
9878af2c75aSJonathan CameronWhat:		/sys/.../events/in_magn_z_raw_roc_falling_value
988b531db84SReyad AttiyatWhat:		/sys/.../events/in_rot_from_north_magnetic_raw_roc_rising_value
989b531db84SReyad AttiyatWhat:		/sys/.../events/in_rot_from_north_magnetic_raw_roc_falling_value
990b531db84SReyad AttiyatWhat:		/sys/.../events/in_rot_from_north_true_raw_roc_rising_value
991b531db84SReyad AttiyatWhat:		/sys/.../events/in_rot_from_north_true_raw_roc_falling_value
992b531db84SReyad AttiyatWhat:		/sys/.../events/in_rot_from_north_magnetic_tilt_comp_raw_roc_rising_value
993b531db84SReyad AttiyatWhat:		/sys/.../events/in_rot_from_north_magnetic_tilt_comp_raw_roc_falling_value
994b531db84SReyad AttiyatWhat:		/sys/.../events/in_rot_from_north_true_tilt_comp_raw_roc_rising_value
995b531db84SReyad AttiyatWhat:		/sys/.../events/in_rot_from_north_true_tilt_comp_raw_roc_falling_value
9968af2c75aSJonathan CameronWhat:		/sys/.../events/in_voltageY_supply_raw_roc_rising_value
9978af2c75aSJonathan CameronWhat:		/sys/.../events/in_voltageY_supply_raw_roc_falling_value
9988af2c75aSJonathan CameronWhat:		/sys/.../events/in_voltageY_raw_roc_rising_value
9998af2c75aSJonathan CameronWhat:		/sys/.../events/in_voltageY_raw_roc_falling_value
10008af2c75aSJonathan CameronWhat:		/sys/.../events/in_tempY_raw_roc_rising_value
10018af2c75aSJonathan CameronWhat:		/sys/.../events/in_tempY_raw_roc_falling_value
10028af2c75aSJonathan CameronKernelVersion:	2.6.37
10038af2c75aSJonathan CameronContact:	linux-iio@vger.kernel.org
10048af2c75aSJonathan CameronDescription:
10058af2c75aSJonathan Cameron		Specifies the value of rate of change threshold that the
10068af2c75aSJonathan Cameron		device is comparing against for the events enabled by
10078af2c75aSJonathan Cameron		<type>[Y][_name]_roc[_rising|falling]_en.
100854a19b4dSMauro Carvalho Chehab
10098af2c75aSJonathan Cameron		If separate attributes exist for the two directions,
10108af2c75aSJonathan Cameron		but direction is not specified for this attribute,
10118af2c75aSJonathan Cameron		then a single threshold value applies to both directions.
10128af2c75aSJonathan Cameron		The raw or input element of the name indicates whether the
10138af2c75aSJonathan Cameron		value is in raw device units or in processed units (as _raw
10148af2c75aSJonathan Cameron		and _input do on sysfs direct channel read attributes).
10158af2c75aSJonathan Cameron
10168af2c75aSJonathan CameronWhat:		/sys/.../events/in_accel_x_thresh_rising_period
10178af2c75aSJonathan CameronWhat:		/sys/.../events/in_accel_x_thresh_falling_period
10185798cd23SMartin KepplingerWhat:		/sys/.../events/in_accel_x_roc_rising_period
10198af2c75aSJonathan CameronWhat:		/sys/.../events/in_accel_x_roc_falling_period
10208af2c75aSJonathan CameronWhat:		/sys/.../events/in_accel_y_thresh_rising_period
10218af2c75aSJonathan CameronWhat:		/sys/.../events/in_accel_y_thresh_falling_period
10228af2c75aSJonathan CameronWhat:		/sys/.../events/in_accel_y_roc_rising_period
10238af2c75aSJonathan CameronWhat:		/sys/.../events/in_accel_y_roc_falling_period
10248af2c75aSJonathan CameronWhat:		/sys/.../events/in_accel_z_thresh_rising_period
10258af2c75aSJonathan CameronWhat:		/sys/.../events/in_accel_z_thresh_falling_period
10268af2c75aSJonathan CameronWhat:		/sys/.../events/in_accel_z_roc_rising_period
10278af2c75aSJonathan CameronWhat:		/sys/.../events/in_accel_z_roc_falling_period
10288af2c75aSJonathan CameronWhat:		/sys/.../events/in_anglvel_x_thresh_rising_period
10298af2c75aSJonathan CameronWhat:		/sys/.../events/in_anglvel_x_thresh_falling_period
10308af2c75aSJonathan CameronWhat:		/sys/.../events/in_anglvel_x_roc_rising_period
10318af2c75aSJonathan CameronWhat:		/sys/.../events/in_anglvel_x_roc_falling_period
10328af2c75aSJonathan CameronWhat:		/sys/.../events/in_anglvel_y_thresh_rising_period
10338af2c75aSJonathan CameronWhat:		/sys/.../events/in_anglvel_y_thresh_falling_period
10348af2c75aSJonathan CameronWhat:		/sys/.../events/in_anglvel_y_roc_rising_period
10358af2c75aSJonathan CameronWhat:		/sys/.../events/in_anglvel_y_roc_falling_period
10368af2c75aSJonathan CameronWhat:		/sys/.../events/in_anglvel_z_thresh_rising_period
10378af2c75aSJonathan CameronWhat:		/sys/.../events/in_anglvel_z_thresh_falling_period
10388af2c75aSJonathan CameronWhat:		/sys/.../events/in_anglvel_z_roc_rising_period
10398af2c75aSJonathan CameronWhat:		/sys/.../events/in_anglvel_z_roc_falling_period
10408af2c75aSJonathan CameronWhat:		/sys/.../events/in_magn_x_thresh_rising_period
10418af2c75aSJonathan CameronWhat:		/sys/.../events/in_magn_x_thresh_falling_period
10428af2c75aSJonathan CameronWhat:		/sys/.../events/in_magn_x_roc_rising_period
10438af2c75aSJonathan CameronWhat:		/sys/.../events/in_magn_x_roc_falling_period
10448af2c75aSJonathan CameronWhat:		/sys/.../events/in_magn_y_thresh_rising_period
10458af2c75aSJonathan CameronWhat:		/sys/.../events/in_magn_y_thresh_falling_period
10468af2c75aSJonathan CameronWhat:		/sys/.../events/in_magn_y_roc_rising_period
10478af2c75aSJonathan CameronWhat:		/sys/.../events/in_magn_y_roc_falling_period
10488af2c75aSJonathan CameronWhat:		/sys/.../events/in_magn_z_thresh_rising_period
10498af2c75aSJonathan CameronWhat:		/sys/.../events/in_magn_z_thresh_falling_period
10508af2c75aSJonathan CameronWhat:		/sys/.../events/in_magn_z_roc_rising_period
10518af2c75aSJonathan CameronWhat:		/sys/.../events/in_magn_z_roc_falling_period
1052b531db84SReyad AttiyatWhat:		/sys/.../events/in_rot_from_north_magnetic_thresh_rising_period
1053b531db84SReyad AttiyatWhat:		/sys/.../events/in_rot_from_north_magnetic_thresh_falling_period
1054b531db84SReyad AttiyatWhat:		/sys/.../events/in_rot_from_north_magnetic_roc_rising_period
1055b531db84SReyad AttiyatWhat:		/sys/.../events/in_rot_from_north_magnetic_roc_falling_period
1056b531db84SReyad AttiyatWhat:		/sys/.../events/in_rot_from_north_true_thresh_rising_period
1057b531db84SReyad AttiyatWhat:		/sys/.../events/in_rot_from_north_true_thresh_falling_period
1058b531db84SReyad AttiyatWhat:		/sys/.../events/in_rot_from_north_true_roc_rising_period
1059b531db84SReyad AttiyatWhat:		/sys/.../events/in_rot_from_north_true_roc_falling_period
1060b531db84SReyad AttiyatWhat:		/sys/.../events/in_rot_from_north_magnetic_tilt_comp_thresh_rising_period
1061b531db84SReyad AttiyatWhat:		/sys/.../events/in_rot_from_north_magnetic_tilt_comp_thresh_falling_period
1062b531db84SReyad AttiyatWhat:		/sys/.../events/in_rot_from_north_magnetic_tilt_comp_roc_rising_period
1063b531db84SReyad AttiyatWhat:		/sys/.../events/in_rot_from_north_magnetic_tilt_comp_roc_falling_period
1064b531db84SReyad AttiyatWhat:		/sys/.../events/in_rot_from_north_true_tilt_comp_thresh_rising_period
1065b531db84SReyad AttiyatWhat:		/sys/.../events/in_rot_from_north_true_tilt_comp_thresh_falling_period
1066b531db84SReyad AttiyatWhat:		/sys/.../events/in_rot_from_north_true_tilt_comp_roc_rising_period
1067b531db84SReyad AttiyatWhat:		/sys/.../events/in_rot_from_north_true_tilt_comp_roc_falling_period
10688af2c75aSJonathan CameronWhat:		/sys/.../events/in_voltageY_supply_thresh_rising_period
10698af2c75aSJonathan CameronWhat:		/sys/.../events/in_voltageY_supply_thresh_falling_period
10708af2c75aSJonathan CameronWhat:		/sys/.../events/in_voltageY_supply_roc_rising_period
10718af2c75aSJonathan CameronWhat:		/sys/.../events/in_voltageY_supply_roc_falling_period
10728af2c75aSJonathan CameronWhat:		/sys/.../events/in_voltageY_thresh_rising_period
10738af2c75aSJonathan CameronWhat:		/sys/.../events/in_voltageY_thresh_falling_period
10748af2c75aSJonathan CameronWhat:		/sys/.../events/in_voltageY_roc_rising_period
10758af2c75aSJonathan CameronWhat:		/sys/.../events/in_voltageY_roc_falling_period
10768af2c75aSJonathan CameronWhat:		/sys/.../events/in_tempY_thresh_rising_period
10778af2c75aSJonathan CameronWhat:		/sys/.../events/in_tempY_thresh_falling_period
10788af2c75aSJonathan CameronWhat:		/sys/.../events/in_tempY_roc_rising_period
10798af2c75aSJonathan CameronWhat:		/sys/.../events/in_tempY_roc_falling_period
10808af2c75aSJonathan CameronWhat:		/sys/.../events/in_accel_x&y&z_mag_falling_period
10818af2c75aSJonathan CameronWhat:		/sys/.../events/in_intensity0_thresh_period
10828af2c75aSJonathan CameronWhat:		/sys/.../events/in_proximity0_thresh_period
108340cb7613SIrina TirdeaWhat:		/sys/.../events/in_activity_still_thresh_rising_period
108440cb7613SIrina TirdeaWhat:		/sys/.../events/in_activity_still_thresh_falling_period
108540cb7613SIrina TirdeaWhat:		/sys/.../events/in_activity_walking_thresh_rising_period
108640cb7613SIrina TirdeaWhat:		/sys/.../events/in_activity_walking_thresh_falling_period
108740cb7613SIrina TirdeaWhat:		/sys/.../events/in_activity_jogging_thresh_rising_period
108840cb7613SIrina TirdeaWhat:		/sys/.../events/in_activity_jogging_thresh_falling_period
108940cb7613SIrina TirdeaWhat:		/sys/.../events/in_activity_running_thresh_rising_period
109040cb7613SIrina TirdeaWhat:		/sys/.../events/in_activity_running_thresh_falling_period
109156a8e683SRishi GuptaWhat:		/sys/.../events/in_illuminance_thresh_either_period
10928af2c75aSJonathan CameronKernelVersion:	2.6.37
10938af2c75aSJonathan CameronContact:	linux-iio@vger.kernel.org
10948af2c75aSJonathan CameronDescription:
10958af2c75aSJonathan Cameron		Period of time (in seconds) for which the condition must be
10968af2c75aSJonathan Cameron		met before an event is generated. If direction is not
10978af2c75aSJonathan Cameron		specified then this period applies to both directions.
10988af2c75aSJonathan Cameron
10993f7f642bSMartin FuzzeyWhat:		/sys/.../events/in_accel_thresh_rising_low_pass_filter_3db
11003f7f642bSMartin FuzzeyWhat:		/sys/.../events/in_anglvel_thresh_rising_low_pass_filter_3db
11013f7f642bSMartin FuzzeyWhat:		/sys/.../events/in_magn_thresh_rising_low_pass_filter_3db
11023f7f642bSMartin FuzzeyKernelVersion:	4.2
11033f7f642bSMartin FuzzeyContact:	linux-iio@vger.kernel.org
11043f7f642bSMartin FuzzeyDescription:
11053f7f642bSMartin Fuzzey		If a low pass filter can be applied to the event generation
11063f7f642bSMartin Fuzzey		this property gives its 3db frequency in Hz.
11073f7f642bSMartin Fuzzey		A value of zero disables the filter.
11083f7f642bSMartin Fuzzey
11093f7f642bSMartin FuzzeyWhat:		/sys/.../events/in_accel_thresh_rising_high_pass_filter_3db
11103f7f642bSMartin FuzzeyWhat:		/sys/.../events/in_anglvel_thresh_rising_high_pass_filter_3db
11113f7f642bSMartin FuzzeyWhat:		/sys/.../events/in_magn_thresh_rising_high_pass_filter_3db
11123f7f642bSMartin FuzzeyKernelVersion:	4.2
11133f7f642bSMartin FuzzeyContact:	linux-iio@vger.kernel.org
11143f7f642bSMartin FuzzeyDescription:
11153f7f642bSMartin Fuzzey		If a high pass filter can be applied to the event generation
11163f7f642bSMartin Fuzzey		this property gives its 3db frequency in Hz.
11173f7f642bSMartin Fuzzey		A value of zero disables the filter.
11183f7f642bSMartin Fuzzey
111955aebeb9SDaniel BalutaWhat:		/sys/.../events/in_activity_still_thresh_rising_en
112055aebeb9SDaniel BalutaWhat:		/sys/.../events/in_activity_still_thresh_falling_en
112155aebeb9SDaniel BalutaWhat:		/sys/.../events/in_activity_walking_thresh_rising_en
112255aebeb9SDaniel BalutaWhat:		/sys/.../events/in_activity_walking_thresh_falling_en
112355aebeb9SDaniel BalutaWhat:		/sys/.../events/in_activity_jogging_thresh_rising_en
112455aebeb9SDaniel BalutaWhat:		/sys/.../events/in_activity_jogging_thresh_falling_en
112555aebeb9SDaniel BalutaWhat:		/sys/.../events/in_activity_running_thresh_rising_en
112655aebeb9SDaniel BalutaWhat:		/sys/.../events/in_activity_running_thresh_falling_en
112755aebeb9SDaniel BalutaKernelVersion:	3.19
112855aebeb9SDaniel BalutaContact:	linux-iio@vger.kernel.org
112955aebeb9SDaniel BalutaDescription:
113075caa303SAhmad Fatoum		Enables or disables activity events. Depending on direction
113155aebeb9SDaniel Baluta		an event is generated when sensor ENTERS or LEAVES a given state.
113255aebeb9SDaniel Baluta
113355aebeb9SDaniel BalutaWhat:		/sys/.../events/in_activity_still_thresh_rising_value
113455aebeb9SDaniel BalutaWhat:		/sys/.../events/in_activity_still_thresh_falling_value
113555aebeb9SDaniel BalutaWhat:		/sys/.../events/in_activity_walking_thresh_rising_value
113655aebeb9SDaniel BalutaWhat:		/sys/.../events/in_activity_walking_thresh_falling_value
113755aebeb9SDaniel BalutaWhat:		/sys/.../events/in_activity_jogging_thresh_rising_value
113855aebeb9SDaniel BalutaWhat:		/sys/.../events/in_activity_jogging_thresh_falling_value
113955aebeb9SDaniel BalutaWhat:		/sys/.../events/in_activity_running_thresh_rising_value
114055aebeb9SDaniel BalutaWhat:		/sys/.../events/in_activity_running_thresh_falling_value
114155aebeb9SDaniel BalutaKernelVersion:	3.19
114255aebeb9SDaniel BalutaContact:	linux-iio@vger.kernel.org
114355aebeb9SDaniel BalutaDescription:
114455aebeb9SDaniel Baluta		Confidence value (in units as percentage) to be used
114555aebeb9SDaniel Baluta		for deciding when an event should be generated. E.g for
114655aebeb9SDaniel Baluta		running: If the confidence value reported by the sensor
114755aebeb9SDaniel Baluta		is greater than in_activity_running_thresh_rising_value
114855aebeb9SDaniel Baluta		then the sensor ENTERS running state. Conversely, if the
114955aebeb9SDaniel Baluta		confidence value reported by the sensor is lower than
115055aebeb9SDaniel Baluta		in_activity_running_thresh_falling_value then the sensor
115155aebeb9SDaniel Baluta		is LEAVING running state.
115255aebeb9SDaniel Baluta
11538af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_accel_mag_en
11548af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_accel_mag_rising_en
11558af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_accel_mag_falling_en
11568af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_accel_x_mag_en
11578af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_accel_x_mag_rising_en
11588af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_accel_x_mag_falling_en
11598af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_accel_y_mag_en
11608af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_accel_y_mag_rising_en
11618af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_accel_y_mag_falling_en
11628af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_accel_z_mag_en
11638af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_accel_z_mag_rising_en
11648af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_accel_z_mag_falling_en
11658af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_accel_x&y&z_mag_rising_en
11668af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/events/in_accel_x&y&z_mag_falling_en
11678af2c75aSJonathan CameronKernelVersion:	2.6.37
11688af2c75aSJonathan CameronContact:	linux-iio@vger.kernel.org
11698af2c75aSJonathan CameronDescription:
11708af2c75aSJonathan Cameron		Similar to in_accel_x_thresh[_rising|_falling]_en, but here the
11718af2c75aSJonathan Cameron		magnitude of the channel is compared to the threshold, not its
11728af2c75aSJonathan Cameron		signed value.
11738af2c75aSJonathan Cameron
11748af2c75aSJonathan CameronWhat:		/sys/.../events/in_accel_raw_mag_value
11758af2c75aSJonathan CameronWhat:		/sys/.../events/in_accel_x_raw_mag_rising_value
11768af2c75aSJonathan CameronWhat:		/sys/.../events/in_accel_y_raw_mag_rising_value
11778af2c75aSJonathan CameronWhat:		/sys/.../events/in_accel_z_raw_mag_rising_value
11788af2c75aSJonathan CameronKernelVersion:	2.6.37
11798af2c75aSJonathan CameronContact:	linux-iio@vger.kernel.org
11808af2c75aSJonathan CameronDescription:
11818af2c75aSJonathan Cameron		The value to which the magnitude of the channel is compared. If
11828af2c75aSJonathan Cameron		number or direction is not specified, applies to all channels of
11838af2c75aSJonathan Cameron		this type.
11848af2c75aSJonathan Cameron
118527be8423SIrina TirdeaWhat:		/sys/.../events/in_steps_change_en
1186e0631a31SIrina TirdeaKernelVersion:	4.0
1187a88bfe78SIrina TirdeaContact:	linux-iio@vger.kernel.org
1188a88bfe78SIrina TirdeaDescription:
118927be8423SIrina Tirdea		Event generated when channel passes a threshold on the absolute
119027be8423SIrina Tirdea		change in value. E.g. for steps: a step change event is
119127be8423SIrina Tirdea		generated each time the user takes N steps, where N is set using
119227be8423SIrina Tirdea		in_steps_change_value.
119327be8423SIrina Tirdea
119427be8423SIrina TirdeaWhat:		/sys/.../events/in_steps_change_value
1195e0631a31SIrina TirdeaKernelVersion:	4.0
119627be8423SIrina TirdeaContact:	linux-iio@vger.kernel.org
119727be8423SIrina TirdeaDescription:
119827be8423SIrina Tirdea		Specifies the value of change threshold that the
119927be8423SIrina Tirdea		device is comparing against for the events enabled by
120027be8423SIrina Tirdea		<type>[Y][_name]_roc[_rising|falling|]_en. E.g. for steps:
120127be8423SIrina Tirdea		if set to 3, a step change event will be generated every 3
120227be8423SIrina Tirdea		steps.
1203a88bfe78SIrina Tirdea
12048af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/trigger/current_trigger
12058af2c75aSJonathan CameronKernelVersion:	2.6.35
12068af2c75aSJonathan CameronContact:	linux-iio@vger.kernel.org
12078af2c75aSJonathan CameronDescription:
12088af2c75aSJonathan Cameron		The name of the trigger source being used, as per string given
12098af2c75aSJonathan Cameron		in /sys/class/iio/triggerY/name.
12108af2c75aSJonathan Cameron
12118af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/buffer/length
12128af2c75aSJonathan CameronKernelVersion:	2.6.35
121363cd35f3SAlexandru ArdeleanWhat:		/sys/bus/iio/devices/iio:deviceX/bufferY/length
121463cd35f3SAlexandru ArdeleanKernelVersion:	5.11
12158af2c75aSJonathan CameronContact:	linux-iio@vger.kernel.org
12168af2c75aSJonathan CameronDescription:
12178af2c75aSJonathan Cameron		Number of scans contained by the buffer.
12188af2c75aSJonathan Cameron
12198af2c75aSJonathan CameronWhat:		/sys/bus/iio/devices/iio:deviceX/buffer/enable
12208af2c75aSJonathan CameronKernelVersion:	2.6.35
122163cd35f3SAlexandru ArdeleanWhat:		/sys/bus/iio/devices/iio:deviceX/bufferY/enable
122263cd35f3SAlexandru ArdeleanKernelVersion:	5.11
12238af2c75aSJonathan CameronContact:	linux-iio@vger.kernel.org
12248af2c75aSJonathan CameronDescription:
12258af2c75aSJonathan Cameron		Actually start the buffer capture up.  Will start trigger
12268af2c75aSJonathan Cameron		if first device and appropriate.
12278af2c75aSJonathan Cameron
1228ab52a958SAlexandre RelangeWhat:		/sys/bus/iio/devices/iio:deviceX/scan_elements
12298af2c75aSJonathan CameronKernelVersion:	2.6.37
123063cd35f3SAlexandru ArdeleanWhat:		/sys/bus/iio/devices/iio:deviceX/bufferY
123163cd35f3SAlexandru ArdeleanKernelVersion:	5.11
12328af2c75aSJonathan CameronContact:	linux-iio@vger.kernel.org
12338af2c75aSJonathan CameronDescription:
12348af2c75aSJonathan Cameron		Directory containing interfaces for elements that will be
12358af2c75aSJonathan Cameron		captured for a single triggered sample set in the buffer.
12368af2c75aSJonathan Cameron
123763cd35f3SAlexandru Ardelean		Since kernel 5.11 the scan_elements attributes are merged into
123863cd35f3SAlexandru Ardelean		the bufferY directory, to be configurable per buffer.
123963cd35f3SAlexandru Ardelean
1240ab52a958SAlexandre RelangeWhat:		/sys/.../iio:deviceX/scan_elements/in_accel_x_en
1241ab52a958SAlexandre RelangeWhat:		/sys/.../iio:deviceX/scan_elements/in_accel_y_en
1242ab52a958SAlexandre RelangeWhat:		/sys/.../iio:deviceX/scan_elements/in_accel_z_en
1243ab52a958SAlexandre RelangeWhat:		/sys/.../iio:deviceX/scan_elements/in_anglvel_x_en
1244ab52a958SAlexandre RelangeWhat:		/sys/.../iio:deviceX/scan_elements/in_anglvel_y_en
1245ab52a958SAlexandre RelangeWhat:		/sys/.../iio:deviceX/scan_elements/in_anglvel_z_en
1246ab52a958SAlexandre RelangeWhat:		/sys/.../iio:deviceX/scan_elements/in_magn_x_en
1247ab52a958SAlexandre RelangeWhat:		/sys/.../iio:deviceX/scan_elements/in_magn_y_en
1248ab52a958SAlexandre RelangeWhat:		/sys/.../iio:deviceX/scan_elements/in_magn_z_en
1249b531db84SReyad AttiyatWhat:		/sys/.../iio:deviceX/scan_elements/in_rot_from_north_magnetic_en
1250b531db84SReyad AttiyatWhat:		/sys/.../iio:deviceX/scan_elements/in_rot_from_north_true_en
1251b531db84SReyad AttiyatWhat:		/sys/.../iio:deviceX/scan_elements/in_rot_from_north_magnetic_tilt_comp_en
1252b531db84SReyad AttiyatWhat:		/sys/.../iio:deviceX/scan_elements/in_rot_from_north_true_tilt_comp_en
1253ab52a958SAlexandre RelangeWhat:		/sys/.../iio:deviceX/scan_elements/in_timestamp_en
1254ab52a958SAlexandre RelangeWhat:		/sys/.../iio:deviceX/scan_elements/in_voltageY_supply_en
1255ab52a958SAlexandre RelangeWhat:		/sys/.../iio:deviceX/scan_elements/in_voltageY_en
1256ab52a958SAlexandre RelangeWhat:		/sys/.../iio:deviceX/scan_elements/in_voltageY-voltageZ_en
12571ce87f21SLars-Peter ClausenWhat:		/sys/.../iio:deviceX/scan_elements/in_voltageY_i_en
12581ce87f21SLars-Peter ClausenWhat:		/sys/.../iio:deviceX/scan_elements/in_voltageY_q_en
12591ce87f21SLars-Peter ClausenWhat:		/sys/.../iio:deviceX/scan_elements/in_voltage_i_en
12601ce87f21SLars-Peter ClausenWhat:		/sys/.../iio:deviceX/scan_elements/in_voltage_q_en
1261ab52a958SAlexandre RelangeWhat:		/sys/.../iio:deviceX/scan_elements/in_incli_x_en
1262ab52a958SAlexandre RelangeWhat:		/sys/.../iio:deviceX/scan_elements/in_incli_y_en
1263ab52a958SAlexandre RelangeWhat:		/sys/.../iio:deviceX/scan_elements/in_pressureY_en
1264ab52a958SAlexandre RelangeWhat:		/sys/.../iio:deviceX/scan_elements/in_pressure_en
1265b4a2d475SSrinivas PandruvadaWhat:		/sys/.../iio:deviceX/scan_elements/in_rot_quaternion_en
12661fad034cSHaneen MohammedWhat:		/sys/.../iio:deviceX/scan_elements/in_proximity_en
12678af2c75aSJonathan CameronKernelVersion:	2.6.37
126863cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_accel_x_en
126963cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_accel_y_en
127063cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_accel_z_en
127163cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_anglvel_x_en
127263cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_anglvel_y_en
127363cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_anglvel_z_en
127463cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_magn_x_en
127563cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_magn_y_en
127663cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_magn_z_en
127763cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_rot_from_north_magnetic_en
127863cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_rot_from_north_true_en
127963cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_rot_from_north_magnetic_tilt_comp_en
128063cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_rot_from_north_true_tilt_comp_en
128163cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_timestamp_en
128263cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_voltageY_supply_en
128363cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_voltageY_en
128463cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_voltageY-voltageZ_en
128563cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_voltageY_i_en
128663cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_voltageY_q_en
128763cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_voltage_i_en
128863cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_voltage_q_en
128963cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_incli_x_en
129063cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_incli_y_en
129163cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_pressureY_en
129263cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_pressure_en
129363cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_rot_quaternion_en
129463cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_proximity_en
129563cd35f3SAlexandru ArdeleanKernelVersion:	5.11
12968af2c75aSJonathan CameronContact:	linux-iio@vger.kernel.org
12978af2c75aSJonathan CameronDescription:
12988af2c75aSJonathan Cameron		Scan element control for triggered data capture.
12998af2c75aSJonathan Cameron
1300ab52a958SAlexandre RelangeWhat:		/sys/.../iio:deviceX/scan_elements/in_accel_type
1301ab52a958SAlexandre RelangeWhat:		/sys/.../iio:deviceX/scan_elements/in_anglvel_type
1302ab52a958SAlexandre RelangeWhat:		/sys/.../iio:deviceX/scan_elements/in_magn_type
1303ab52a958SAlexandre RelangeWhat:		/sys/.../iio:deviceX/scan_elements/in_incli_type
1304ab52a958SAlexandre RelangeWhat:		/sys/.../iio:deviceX/scan_elements/in_voltageY_type
1305ab52a958SAlexandre RelangeWhat:		/sys/.../iio:deviceX/scan_elements/in_voltage_type
1306ab52a958SAlexandre RelangeWhat:		/sys/.../iio:deviceX/scan_elements/in_voltageY_supply_type
13071ce87f21SLars-Peter ClausenWhat:		/sys/.../iio:deviceX/scan_elements/in_voltageY_i_type
13081ce87f21SLars-Peter ClausenWhat:		/sys/.../iio:deviceX/scan_elements/in_voltageY_q_type
13091ce87f21SLars-Peter ClausenWhat:		/sys/.../iio:deviceX/scan_elements/in_voltage_i_type
13101ce87f21SLars-Peter ClausenWhat:		/sys/.../iio:deviceX/scan_elements/in_voltage_q_type
1311ab52a958SAlexandre RelangeWhat:		/sys/.../iio:deviceX/scan_elements/in_timestamp_type
1312ab52a958SAlexandre RelangeWhat:		/sys/.../iio:deviceX/scan_elements/in_pressureY_type
1313ab52a958SAlexandre RelangeWhat:		/sys/.../iio:deviceX/scan_elements/in_pressure_type
1314b4a2d475SSrinivas PandruvadaWhat:		/sys/.../iio:deviceX/scan_elements/in_rot_quaternion_type
13151fad034cSHaneen MohammedWhat:		/sys/.../iio:deviceX/scan_elements/in_proximity_type
13168af2c75aSJonathan CameronKernelVersion:	2.6.37
131763cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_accel_type
131863cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_anglvel_type
131963cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_magn_type
132063cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_incli_type
132163cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_voltageY_type
132263cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_voltage_type
132363cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_voltageY_supply_type
132463cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_voltageY_i_type
132563cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_voltageY_q_type
132663cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_voltage_i_type
132763cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_voltage_q_type
132863cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_timestamp_type
132963cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_pressureY_type
133063cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_pressure_type
133163cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_rot_quaternion_type
133263cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_proximity_type
133363cd35f3SAlexandru ArdeleanKernelVersion:	5.11
13348af2c75aSJonathan CameronContact:	linux-iio@vger.kernel.org
13358af2c75aSJonathan CameronDescription:
13368af2c75aSJonathan Cameron		Description of the scan element data storage within the buffer
13378af2c75aSJonathan Cameron		and hence the form in which it is read from user-space.
13388af2c75aSJonathan Cameron		Form is [be|le]:[s|u]bits/storagebits[>>shift].
13398af2c75aSJonathan Cameron		be or le specifies big or little endian. s or u specifies if
13408af2c75aSJonathan Cameron		signed (2's complement) or unsigned. bits is the number of bits
13418af2c75aSJonathan Cameron		of data and storagebits is the space (after padding) that it
13428af2c75aSJonathan Cameron		occupies in the buffer. shift if specified, is the shift that
13438af2c75aSJonathan Cameron		needs to be applied prior to masking out unused bits. Some
13448af2c75aSJonathan Cameron		devices put their data in the middle of the transferred elements
13458af2c75aSJonathan Cameron		with additional information on both sides.  Note that some
13468af2c75aSJonathan Cameron		devices will have additional information in the unused bits
13478af2c75aSJonathan Cameron		so to get a clean value, the bits value must be used to mask
13488af2c75aSJonathan Cameron		the buffer output value appropriately.  The storagebits value
13498af2c75aSJonathan Cameron		also specifies the data alignment.  So s48/64>>2 will be a
13508af2c75aSJonathan Cameron		signed 48 bit integer stored in a 64 bit location aligned to
13518b417d78SPeter Meerwald		a 64 bit boundary. To obtain the clean value, shift right 2
13528af2c75aSJonathan Cameron		and apply a mask to zero the top 16 bits of the result.
13538af2c75aSJonathan Cameron		For other storage combinations this attribute will be extended
13548af2c75aSJonathan Cameron		appropriately.
13558af2c75aSJonathan Cameron
1356ab52a958SAlexandre RelangeWhat:		/sys/.../iio:deviceX/scan_elements/in_accel_type_available
13578af2c75aSJonathan CameronKernelVersion:	2.6.37
13588af2c75aSJonathan CameronContact:	linux-iio@vger.kernel.org
13598af2c75aSJonathan CameronDescription:
13608af2c75aSJonathan Cameron		If the type parameter can take one of a small set of values,
13618af2c75aSJonathan Cameron		this attribute lists them.
13628af2c75aSJonathan Cameron
1363ab52a958SAlexandre RelangeWhat:		/sys/.../iio:deviceX/scan_elements/in_voltageY_index
1364ab52a958SAlexandre RelangeWhat:		/sys/.../iio:deviceX/scan_elements/in_voltageY_supply_index
13651ce87f21SLars-Peter ClausenWhat:		/sys/.../iio:deviceX/scan_elements/in_voltageY_i_index
13661ce87f21SLars-Peter ClausenWhat:		/sys/.../iio:deviceX/scan_elements/in_voltageY_q_index
13671ce87f21SLars-Peter ClausenWhat:		/sys/.../iio:deviceX/scan_elements/in_voltage_i_index
13681ce87f21SLars-Peter ClausenWhat:		/sys/.../iio:deviceX/scan_elements/in_voltage_q_index
1369ab52a958SAlexandre RelangeWhat:		/sys/.../iio:deviceX/scan_elements/in_accel_x_index
1370ab52a958SAlexandre RelangeWhat:		/sys/.../iio:deviceX/scan_elements/in_accel_y_index
1371ab52a958SAlexandre RelangeWhat:		/sys/.../iio:deviceX/scan_elements/in_accel_z_index
1372ab52a958SAlexandre RelangeWhat:		/sys/.../iio:deviceX/scan_elements/in_anglvel_x_index
1373ab52a958SAlexandre RelangeWhat:		/sys/.../iio:deviceX/scan_elements/in_anglvel_y_index
1374ab52a958SAlexandre RelangeWhat:		/sys/.../iio:deviceX/scan_elements/in_anglvel_z_index
1375ab52a958SAlexandre RelangeWhat:		/sys/.../iio:deviceX/scan_elements/in_magn_x_index
1376ab52a958SAlexandre RelangeWhat:		/sys/.../iio:deviceX/scan_elements/in_magn_y_index
1377ab52a958SAlexandre RelangeWhat:		/sys/.../iio:deviceX/scan_elements/in_magn_z_index
1378b531db84SReyad AttiyatWhat:		/sys/.../iio:deviceX/scan_elements/in_rot_from_north_magnetic_index
1379b531db84SReyad AttiyatWhat:		/sys/.../iio:deviceX/scan_elements/in_rot_from_north_true_index
1380b531db84SReyad AttiyatWhat:		/sys/.../iio:deviceX/scan_elements/in_rot_from_north_magnetic_tilt_comp_index
1381b531db84SReyad AttiyatWhat:		/sys/.../iio:deviceX/scan_elements/in_rot_from_north_true_tilt_comp_index
1382ab52a958SAlexandre RelangeWhat:		/sys/.../iio:deviceX/scan_elements/in_incli_x_index
1383ab52a958SAlexandre RelangeWhat:		/sys/.../iio:deviceX/scan_elements/in_incli_y_index
1384ab52a958SAlexandre RelangeWhat:		/sys/.../iio:deviceX/scan_elements/in_timestamp_index
1385ab52a958SAlexandre RelangeWhat:		/sys/.../iio:deviceX/scan_elements/in_pressureY_index
1386ab52a958SAlexandre RelangeWhat:		/sys/.../iio:deviceX/scan_elements/in_pressure_index
1387b4a2d475SSrinivas PandruvadaWhat:		/sys/.../iio:deviceX/scan_elements/in_rot_quaternion_index
13881fad034cSHaneen MohammedWhat:		/sys/.../iio:deviceX/scan_elements/in_proximity_index
13898af2c75aSJonathan CameronKernelVersion:	2.6.37
139063cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_voltageY_index
139163cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_voltageY_supply_index
139263cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_voltageY_i_index
139363cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_voltageY_q_index
139463cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_voltage_i_index
139563cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_voltage_q_index
139663cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_accel_x_index
139763cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_accel_y_index
139863cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_accel_z_index
139963cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_anglvel_x_index
140063cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_anglvel_y_index
140163cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_anglvel_z_index
140263cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_magn_x_index
140363cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_magn_y_index
140463cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_magn_z_index
140563cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_rot_from_north_magnetic_index
140663cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_rot_from_north_true_index
140763cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_rot_from_north_magnetic_tilt_comp_index
140863cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_rot_from_north_true_tilt_comp_index
140963cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_incli_x_index
141063cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_incli_y_index
141163cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_timestamp_index
141263cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_pressureY_index
141363cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_pressure_index
141463cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_rot_quaternion_index
141563cd35f3SAlexandru ArdeleanWhat:		/sys/.../iio:deviceX/bufferY/in_proximity_index
141663cd35f3SAlexandru ArdeleanKernelVersion:	5.11
14178af2c75aSJonathan CameronContact:	linux-iio@vger.kernel.org
14188af2c75aSJonathan CameronDescription:
14198af2c75aSJonathan Cameron		A single positive integer specifying the position of this
14208af2c75aSJonathan Cameron		scan element in the buffer. Note these are not dependent on
14218af2c75aSJonathan Cameron		what is enabled and may not be contiguous. Thus for user-space
14228af2c75aSJonathan Cameron		to establish the full layout these must be used in conjunction
14238af2c75aSJonathan Cameron		with all _en attributes to establish which channels are present,
14248af2c75aSJonathan Cameron		and the relevant _type attributes to establish the data storage
14258af2c75aSJonathan Cameron		format.
14268af2c75aSJonathan Cameron
142755aebeb9SDaniel BalutaWhat:		/sys/.../iio:deviceX/in_activity_still_input
142855aebeb9SDaniel BalutaWhat:		/sys/.../iio:deviceX/in_activity_walking_input
142955aebeb9SDaniel BalutaWhat:		/sys/.../iio:deviceX/in_activity_jogging_input
143055aebeb9SDaniel BalutaWhat:		/sys/.../iio:deviceX/in_activity_running_input
143155aebeb9SDaniel BalutaKernelVersion:	3.19
143255aebeb9SDaniel BalutaContact:	linux-iio@vger.kernel.org
143355aebeb9SDaniel BalutaDescription:
143455aebeb9SDaniel Baluta		This attribute is used to read the confidence for an activity
143555aebeb9SDaniel Baluta		expressed in units as percentage.
143655aebeb9SDaniel Baluta
14378af2c75aSJonathan CameronWhat:		/sys/.../iio:deviceX/in_anglvel_z_quadrature_correction_raw
14388af2c75aSJonathan CameronKernelVersion:	2.6.38
14398af2c75aSJonathan CameronContact:	linux-iio@vger.kernel.org
14408af2c75aSJonathan CameronDescription:
14418af2c75aSJonathan Cameron		This attribute is used to read the amount of quadrature error
14428af2c75aSJonathan Cameron		present in the device at a given time.
1443f7883d12SPeter Meerwald
144463fa65d3SOleksandr KravchenkoWhat:		/sys/.../iio:deviceX/in_accelX_power_mode
144563fa65d3SOleksandr KravchenkoKernelVersion:	3.11
144663fa65d3SOleksandr KravchenkoContact:	linux-iio@vger.kernel.org
144763fa65d3SOleksandr KravchenkoDescription:
144863fa65d3SOleksandr Kravchenko		Specifies the chip power mode.
144963fa65d3SOleksandr Kravchenko		low_noise: reduce noise level from ADC,
145063fa65d3SOleksandr Kravchenko		low_power: enable low current consumption.
145163fa65d3SOleksandr Kravchenko		For a list of available output power modes read
145263fa65d3SOleksandr Kravchenko		in_accel_power_mode_available.
145363fa65d3SOleksandr Kravchenko
145472c66644SIrina TirdeaWhat:		/sys/.../iio:deviceX/in_energy_input
145572c66644SIrina TirdeaWhat:		/sys/.../iio:deviceX/in_energy_raw
1456e0631a31SIrina TirdeaKernelVersion:	4.0
145772c66644SIrina TirdeaContact:	linux-iio@vger.kernel.org
145872c66644SIrina TirdeaDescription:
145972c66644SIrina Tirdea		This attribute is used to read the energy value reported by the
146072c66644SIrina Tirdea		device (e.g.: human activity sensors report energy burnt by the
146172c66644SIrina Tirdea		user). Units after application of scale are Joules.
146272c66644SIrina Tirdea
1463cc3c9eecSIrina TirdeaWhat:		/sys/.../iio:deviceX/in_distance_input
1464cc3c9eecSIrina TirdeaWhat:		/sys/.../iio:deviceX/in_distance_raw
1465e0631a31SIrina TirdeaKernelVersion:	4.0
1466cc3c9eecSIrina TirdeaContact:	linux-iio@vger.kernel.org
1467cc3c9eecSIrina TirdeaDescription:
1468d35d43d7SPeter Meerwald-Stadler		This attribute is used to read the measured distance to an object
1469d35d43d7SPeter Meerwald-Stadler		or the distance covered by the user since the last reboot while
1470d35d43d7SPeter Meerwald-Stadler		activated. Units after application of scale are meters.
1471cc3c9eecSIrina Tirdea
1472f7883d12SPeter MeerwaldWhat:		/sys/bus/iio/devices/iio:deviceX/store_eeprom
1473f7883d12SPeter MeerwaldKernelVersion:	3.4.0
1474f7883d12SPeter MeerwaldContact:	linux-iio@vger.kernel.org
1475f7883d12SPeter MeerwaldDescription:
1476f7883d12SPeter Meerwald		Writing '1' stores the current device configuration into
1477f7883d12SPeter Meerwald		on-chip EEPROM. After power-up or chip reset the device will
1478f7883d12SPeter Meerwald		automatically load the saved configuration.
1479899d90bdSPeter Meerwald
14806c0690ecSPeter MeerwaldWhat:		/sys/.../iio:deviceX/in_proximity_raw
14816c0690ecSPeter MeerwaldWhat:		/sys/.../iio:deviceX/in_proximity_input
14826c0690ecSPeter MeerwaldWhat:		/sys/.../iio:deviceX/in_proximityY_raw
14836c0690ecSPeter MeerwaldKernelVersion:	3.4
14846c0690ecSPeter MeerwaldContact:	linux-iio@vger.kernel.org
14856c0690ecSPeter MeerwaldDescription:
14866c0690ecSPeter Meerwald		Proximity measurement indicating that some
14874fbcfa09SPeter Meerwald		object is near the sensor, usually by observing
14886c0690ecSPeter Meerwald		reflectivity of infrared or ultrasound emitted.
148954a19b4dSMauro Carvalho Chehab
14906c0690ecSPeter Meerwald		Often these sensors are unit less and as such conversion
1491bdc10d57SDaniel Baluta		to SI units is not possible. Higher proximity measurements
1492a9c99c76SEnric Balletbo i Serra		indicate closer objects, and vice versa. Units after
1493a9c99c76SEnric Balletbo i Serra		application of scale and offset are meters.
14946c0690ecSPeter Meerwald
14957cf78db5SDarshana PadmadasWhat:		/sys/.../iio:deviceX/in_illuminance_input
14967cf78db5SDarshana PadmadasWhat:		/sys/.../iio:deviceX/in_illuminance_raw
1497994265f1SPeter MeerwaldWhat:		/sys/.../iio:deviceX/in_illuminanceY_input
1498994265f1SPeter MeerwaldWhat:		/sys/.../iio:deviceX/in_illuminanceY_raw
1499994265f1SPeter MeerwaldWhat:		/sys/.../iio:deviceX/in_illuminanceY_mean_raw
15007cf78db5SDarshana PadmadasWhat:		/sys/.../iio:deviceX/in_illuminance_ir_raw
15017cf78db5SDarshana PadmadasWhat:		/sys/.../iio:deviceX/in_illuminance_clear_raw
1502994265f1SPeter MeerwaldKernelVersion:	3.4
1503994265f1SPeter MeerwaldContact:	linux-iio@vger.kernel.org
1504994265f1SPeter MeerwaldDescription:
1505994265f1SPeter Meerwald		Illuminance measurement, units after application of scale
1506994265f1SPeter Meerwald		and offset are lux.
1507994265f1SPeter Meerwald
1508065b055dSPeter MeerwaldWhat:		/sys/.../iio:deviceX/in_intensityY_raw
1509065b055dSPeter MeerwaldWhat:		/sys/.../iio:deviceX/in_intensityY_ir_raw
1510065b055dSPeter MeerwaldWhat:		/sys/.../iio:deviceX/in_intensityY_both_raw
15112c5ff1f9SPeter Meerwald-StadlerWhat:		/sys/.../iio:deviceX/in_intensityY_uv_raw
1512c0e4e0fdSMaxime Roussin-BélangerWhat:		/sys/.../iio:deviceX/in_intensityY_duv_raw
1513065b055dSPeter MeerwaldKernelVersion:	3.4
1514065b055dSPeter MeerwaldContact:	linux-iio@vger.kernel.org
1515065b055dSPeter MeerwaldDescription:
1516065b055dSPeter Meerwald		Unit-less light intensity. Modifiers both and ir indicate
1517f44cd758SPeter Meerwald-Stadler		that measurements contain visible and infrared light
1518c0e4e0fdSMaxime Roussin-Bélanger		components or just infrared light, respectively. Modifier
1519c0e4e0fdSMaxime Roussin-Bélanger		uv indicates that measurements contain ultraviolet light
1520c0e4e0fdSMaxime Roussin-Bélanger		components. Modifier duv indicates that measurements
1521c0e4e0fdSMaxime Roussin-Bélanger		contain deep ultraviolet light components.
1522065b055dSPeter Meerwald
1523d409404cSPeter Meerwald-StadlerWhat:		/sys/.../iio:deviceX/in_uvindex_input
1524d409404cSPeter Meerwald-StadlerKernelVersion:	4.6
1525d409404cSPeter Meerwald-StadlerContact:	linux-iio@vger.kernel.org
1526d409404cSPeter Meerwald-StadlerDescription:
1527d409404cSPeter Meerwald-Stadler		UV light intensity index measuring the human skin's response to
1528d409404cSPeter Meerwald-Stadler		different wavelength of sunlight weighted according to the
1529d409404cSPeter Meerwald-Stadler		standardised CIE Erythemal Action Spectrum. UV index values range
1530d409404cSPeter Meerwald-Stadler		from 0 (low) to >=11 (extreme).
1531d409404cSPeter Meerwald-Stadler
15323c3006f5SChristian EggersWhat:		/sys/.../iio:deviceX/in_intensity_integration_time
1533899d90bdSPeter MeerwaldWhat:		/sys/.../iio:deviceX/in_intensity_red_integration_time
1534899d90bdSPeter MeerwaldWhat:		/sys/.../iio:deviceX/in_intensity_green_integration_time
1535899d90bdSPeter MeerwaldWhat:		/sys/.../iio:deviceX/in_intensity_blue_integration_time
1536899d90bdSPeter MeerwaldWhat:		/sys/.../iio:deviceX/in_intensity_clear_integration_time
1537899d90bdSPeter MeerwaldWhat:		/sys/.../iio:deviceX/in_illuminance_integration_time
1538899d90bdSPeter MeerwaldKernelVersion:	3.12
1539899d90bdSPeter MeerwaldContact:	linux-iio@vger.kernel.org
1540899d90bdSPeter MeerwaldDescription:
1541899d90bdSPeter Meerwald		This attribute is used to get/set the integration time in
15423c3006f5SChristian Eggers		seconds. If shared across all channels of a given type,
15433c3006f5SChristian Eggers		<type>_integration_time is used.
1544b4a2d475SSrinivas Pandruvada
154540cb7613SIrina TirdeaWhat:		/sys/.../iio:deviceX/in_velocity_sqrt(x^2+y^2+z^2)_integration_time
1546e0631a31SIrina TirdeaKernelVersion:	4.0
154740cb7613SIrina TirdeaContact:	linux-iio@vger.kernel.org
154840cb7613SIrina TirdeaDescription:
154940cb7613SIrina Tirdea		Number of seconds in which to compute speed.
155040cb7613SIrina Tirdea
1551b4a2d475SSrinivas PandruvadaWhat:		/sys/bus/iio/devices/iio:deviceX/in_rot_quaternion_raw
1552b4a2d475SSrinivas PandruvadaKernelVersion:	3.15
1553b4a2d475SSrinivas PandruvadaContact:	linux-iio@vger.kernel.org
1554b4a2d475SSrinivas PandruvadaDescription:
1555b4a2d475SSrinivas Pandruvada		Raw value of quaternion components using a format
1556b4a2d475SSrinivas Pandruvada		x y z w. Here x, y, and z component represents the axis about
1557b4a2d475SSrinivas Pandruvada		which a rotation will occur and w component represents the
1558b4a2d475SSrinivas Pandruvada		amount of rotation.
1559b531db84SReyad Attiyat
1560b531db84SReyad AttiyatWhat:		/sys/bus/iio/devices/iio:deviceX/in_rot_from_north_magnetic_tilt_comp_raw
1561b531db84SReyad AttiyatWhat:		/sys/bus/iio/devices/iio:deviceX/in_rot_from_north_true_tilt_comp_raw
1562b531db84SReyad AttiyatWhat:		/sys/bus/iio/devices/iio:deviceX/in_rot_from_north_magnetic_raw
1563b531db84SReyad AttiyatWhat:		/sys/bus/iio/devices/iio:deviceX/in_rot_from_north_true_raw
1564b531db84SReyad AttiyatKernelVersion:	3.15
1565b531db84SReyad AttiyatContact:	linux-iio@vger.kernel.org
1566b531db84SReyad AttiyatDescription:
1567b531db84SReyad Attiyat		Raw value of rotation from true/magnetic north measured with
1568b531db84SReyad Attiyat		or without compensation from tilt sensors.
1569c20d4dffSJacob Pan
1570c20d4dffSJacob PanWhat:		/sys/bus/iio/devices/iio:deviceX/in_currentX_raw
15711ce87f21SLars-Peter ClausenWhat:		/sys/bus/iio/devices/iio:deviceX/in_currentX_i_raw
15721ce87f21SLars-Peter ClausenWhat:		/sys/bus/iio/devices/iio:deviceX/in_currentX_q_raw
1573c20d4dffSJacob PanKernelVersion:	3.18
1574c20d4dffSJacob PanContact:	linux-iio@vger.kernel.org
1575c20d4dffSJacob PanDescription:
1576c20d4dffSJacob Pan		Raw current measurement from channel X. Units are in milliamps
1577c20d4dffSJacob Pan		after application of scale and offset. If no offset or scale is
1578c20d4dffSJacob Pan		present, output should be considered as processed with the
1579c20d4dffSJacob Pan		unit in milliamps.
1580a88bfe78SIrina Tirdea
15811ce87f21SLars-Peter Clausen		Channels with 'i' and 'q' modifiers always exist in pairs and both
15821ce87f21SLars-Peter Clausen		channels refer to the same signal. The 'i' channel contains the in-phase
15831ce87f21SLars-Peter Clausen		component of the signal while the 'q' channel contains the quadrature
15841ce87f21SLars-Peter Clausen		component.
15851ce87f21SLars-Peter Clausen
158640cb7613SIrina TirdeaWhat:		/sys/.../iio:deviceX/in_energy_en
158740cb7613SIrina TirdeaWhat:		/sys/.../iio:deviceX/in_distance_en
158840cb7613SIrina TirdeaWhat:		/sys/.../iio:deviceX/in_velocity_sqrt(x^2+y^2+z^2)_en
1589a88bfe78SIrina TirdeaWhat:		/sys/.../iio:deviceX/in_steps_en
1590a88bfe78SIrina TirdeaKernelVersion:	3.19
1591a88bfe78SIrina TirdeaContact:	linux-iio@vger.kernel.org
1592a88bfe78SIrina TirdeaDescription:
159340cb7613SIrina Tirdea		Activates a device feature that runs in firmware/hardware.
159440cb7613SIrina Tirdea		E.g. for steps: the pedometer saves power while not used;
159540cb7613SIrina Tirdea		when activated, it will count the steps taken by the user in
159640cb7613SIrina Tirdea		firmware and export them through in_steps_input.
1597a88bfe78SIrina Tirdea
1598a88bfe78SIrina TirdeaWhat:		/sys/.../iio:deviceX/in_steps_input
1599a88bfe78SIrina TirdeaKernelVersion:	3.19
1600a88bfe78SIrina TirdeaContact:	linux-iio@vger.kernel.org
1601a88bfe78SIrina TirdeaDescription:
1602a88bfe78SIrina Tirdea		This attribute is used to read the number of steps taken by the user
1603a88bfe78SIrina Tirdea		since the last reboot while activated.
16045a1a9329SIrina Tirdea
16055a1a9329SIrina TirdeaWhat:		/sys/.../iio:deviceX/in_velocity_sqrt(x^2+y^2+z^2)_input
16065a1a9329SIrina TirdeaWhat:		/sys/.../iio:deviceX/in_velocity_sqrt(x^2+y^2+z^2)_raw
16075a1a9329SIrina TirdeaKernelVersion:	3.19
16085a1a9329SIrina TirdeaContact:	linux-iio@vger.kernel.org
16095a1a9329SIrina TirdeaDescription:
16105a1a9329SIrina Tirdea		This attribute is used to read the current speed value of the
16115a1a9329SIrina Tirdea		user (which is the norm or magnitude of the velocity vector).
16125a1a9329SIrina Tirdea		Units after application of scale are m/s.
16132f0ecb7cSIrina Tirdea
16142f0ecb7cSIrina TirdeaWhat:		/sys/.../iio:deviceX/in_steps_debounce_count
1615e0631a31SIrina TirdeaKernelVersion:	4.0
16162f0ecb7cSIrina TirdeaContact:	linux-iio@vger.kernel.org
16172f0ecb7cSIrina TirdeaDescription:
16182f0ecb7cSIrina Tirdea		Specifies the number of steps that must occur within
16192f0ecb7cSIrina Tirdea		in_steps_filter_debounce_time for the pedometer to decide the
16202f0ecb7cSIrina Tirdea		consumer is making steps.
16212f0ecb7cSIrina Tirdea
16222f0ecb7cSIrina TirdeaWhat:		/sys/.../iio:deviceX/in_steps_debounce_time
1623e0631a31SIrina TirdeaKernelVersion:	4.0
16242f0ecb7cSIrina TirdeaContact:	linux-iio@vger.kernel.org
16252f0ecb7cSIrina TirdeaDescription:
16262f0ecb7cSIrina Tirdea		Specifies number of seconds in which we compute the steps
16272f0ecb7cSIrina Tirdea		that occur in order to decide if the consumer is making steps.
162837d34556SJosselin Costanzi
162937d34556SJosselin CostanziWhat:		/sys/bus/iio/devices/iio:deviceX/buffer/watermark
163037d34556SJosselin CostanziKernelVersion:	4.2
163163cd35f3SAlexandru ArdeleanWhat:		/sys/bus/iio/devices/iio:deviceX/bufferY/watermark
163263cd35f3SAlexandru ArdeleanKernelVersion:	5.11
163337d34556SJosselin CostanziContact:	linux-iio@vger.kernel.org
163437d34556SJosselin CostanziDescription:
163537d34556SJosselin Costanzi		A single positive integer specifying the maximum number of scan
163637d34556SJosselin Costanzi		elements to wait for.
163754a19b4dSMauro Carvalho Chehab
163837d34556SJosselin Costanzi		Poll will block until the watermark is reached.
163954a19b4dSMauro Carvalho Chehab
164037d34556SJosselin Costanzi		Blocking read will wait until the minimum between the requested
164137d34556SJosselin Costanzi		read amount or the low water mark is available.
164254a19b4dSMauro Carvalho Chehab
164337d34556SJosselin Costanzi		Non-blocking read will retrieve the available samples from the
164437d34556SJosselin Costanzi		buffer even if there are less samples then watermark level. This
164537d34556SJosselin Costanzi		allows the application to block on poll with a timeout and read
164637d34556SJosselin Costanzi		the available samples after the timeout expires and thus have a
164737d34556SJosselin Costanzi		maximum delay guarantee.
1648f4f4673bSOctavian Purdila
1649350f6c75SMatt ForneroWhat:		/sys/bus/iio/devices/iio:deviceX/buffer/data_available
1650350f6c75SMatt ForneroKernelVersion: 4.16
165163cd35f3SAlexandru ArdeleanWhat:		/sys/bus/iio/devices/iio:deviceX/bufferY/data_available
165263cd35f3SAlexandru ArdeleanKernelVersion:	5.11
1653350f6c75SMatt ForneroContact:	linux-iio@vger.kernel.org
1654350f6c75SMatt ForneroDescription:
1655350f6c75SMatt Fornero		A read-only value indicating the bytes of data available in the
1656350f6c75SMatt Fornero		buffer. In the case of an output buffer, this indicates the
1657350f6c75SMatt Fornero		amount of empty space available to write data to. In the case of
1658350f6c75SMatt Fornero		an input buffer, this indicates the amount of data available for
1659350f6c75SMatt Fornero		reading.
1660350f6c75SMatt Fornero
1661f4f4673bSOctavian PurdilaWhat:		/sys/bus/iio/devices/iio:deviceX/buffer/hwfifo_enabled
1662f4f4673bSOctavian PurdilaKernelVersion: 4.2
1663f4f4673bSOctavian PurdilaContact:	linux-iio@vger.kernel.org
1664f4f4673bSOctavian PurdilaDescription:
1665f4f4673bSOctavian Purdila		A read-only boolean value that indicates if the hardware fifo is
1666f4f4673bSOctavian Purdila		currently enabled or disabled. If the device does not have a
1667f4f4673bSOctavian Purdila		hardware fifo this entry is not present.
1668f4f4673bSOctavian Purdila		The hardware fifo is enabled when the buffer is enabled if the
1669f4f4673bSOctavian Purdila		current hardware fifo watermark level is set and other current
1670f4f4673bSOctavian Purdila		device settings allows it (e.g. if a trigger is set that samples
1671f4f4673bSOctavian Purdila		data differently that the hardware fifo does then hardware fifo
1672f4f4673bSOctavian Purdila		will not enabled).
167354a19b4dSMauro Carvalho Chehab
1674f4f4673bSOctavian Purdila		If the hardware fifo is enabled and the level of the hardware
1675f4f4673bSOctavian Purdila		fifo reaches the hardware fifo watermark level the device will
1676f4f4673bSOctavian Purdila		flush its hardware fifo to the device buffer. Doing a non
1677f4f4673bSOctavian Purdila		blocking read on the device when no samples are present in the
1678f4f4673bSOctavian Purdila		device buffer will also force a flush.
167954a19b4dSMauro Carvalho Chehab
1680f4f4673bSOctavian Purdila		When the hardware fifo is enabled there is no need to use a
1681f4f4673bSOctavian Purdila		trigger to use buffer mode since the watermark settings
1682f4f4673bSOctavian Purdila		guarantees that the hardware fifo is flushed to the device
1683f4f4673bSOctavian Purdila		buffer.
1684f4f4673bSOctavian Purdila
1685138bc796SSrinivas PandruvadaWhat:		/sys/bus/iio/devices/iio:device*/buffer/hwfifo_timeout
1686138bc796SSrinivas PandruvadaKernelVersion:	4.12
1687138bc796SSrinivas PandruvadaContact:	linux-iio@vger.kernel.org
1688138bc796SSrinivas PandruvadaDescription:
1689138bc796SSrinivas Pandruvada		A read/write property to provide capability to delay reporting of
1690138bc796SSrinivas Pandruvada		samples till a timeout is reached. This allows host processors to
1691138bc796SSrinivas Pandruvada		sleep, while the sensor is storing samples in its internal fifo.
1692138bc796SSrinivas Pandruvada		The maximum timeout in seconds can be specified by setting
1693138bc796SSrinivas Pandruvada		hwfifo_timeout.The current delay can be read by reading
1694138bc796SSrinivas Pandruvada		hwfifo_timeout. A value of 0 means that there is no timeout.
1695138bc796SSrinivas Pandruvada
1696f4f4673bSOctavian PurdilaWhat:		/sys/bus/iio/devices/iio:deviceX/buffer/hwfifo_watermark
1697f4f4673bSOctavian PurdilaKernelVersion: 4.2
1698f4f4673bSOctavian PurdilaContact:	linux-iio@vger.kernel.org
1699f4f4673bSOctavian PurdilaDescription:
1700f4f4673bSOctavian Purdila		Read-only entry that contains a single integer specifying the
1701f4f4673bSOctavian Purdila		current watermark level for the hardware fifo. If the device
1702f4f4673bSOctavian Purdila		does not have a hardware fifo this entry is not present.
1703f4f4673bSOctavian Purdila		The watermark level for the hardware fifo is set by the driver
1704f4f4673bSOctavian Purdila		based on the value set by the user in buffer/watermark but
1705f4f4673bSOctavian Purdila		taking into account hardware limitations (e.g. most hardware
1706f4f4673bSOctavian Purdila		buffers are limited to 32-64 samples, some hardware buffers
1707f4f4673bSOctavian Purdila		watermarks are fixed or have minimum levels).  A value of 0
1708f4f4673bSOctavian Purdila		means that the hardware watermark is unset.
1709f4f4673bSOctavian Purdila
1710f4f4673bSOctavian PurdilaWhat:		/sys/bus/iio/devices/iio:deviceX/buffer/hwfifo_watermark_min
1711f4f4673bSOctavian PurdilaKernelVersion: 4.2
1712f4f4673bSOctavian PurdilaContact:       linux-iio@vger.kernel.org
1713f4f4673bSOctavian PurdilaDescription:
1714f4f4673bSOctavian Purdila		A single positive integer specifying the minimum watermark level
1715f4f4673bSOctavian Purdila		for the hardware fifo of this device. If the device does not
1716f4f4673bSOctavian Purdila		have a hardware fifo this entry is not present.
171754a19b4dSMauro Carvalho Chehab
1718f4f4673bSOctavian Purdila		If the user sets buffer/watermark to a value less than this one,
1719f4f4673bSOctavian Purdila		then the hardware watermark will remain unset.
1720f4f4673bSOctavian Purdila
1721f4f4673bSOctavian PurdilaWhat:	       /sys/bus/iio/devices/iio:deviceX/buffer/hwfifo_watermark_max
1722f4f4673bSOctavian PurdilaKernelVersion: 4.2
1723f4f4673bSOctavian PurdilaContact:       linux-iio@vger.kernel.org
1724f4f4673bSOctavian PurdilaDescription:
1725f4f4673bSOctavian Purdila		A single positive integer specifying the maximum watermark level
1726f4f4673bSOctavian Purdila		for the hardware fifo of this device. If the device does not
1727f4f4673bSOctavian Purdila		have a hardware fifo this entry is not present.
172854a19b4dSMauro Carvalho Chehab
1729f4f4673bSOctavian Purdila		If the user sets buffer/watermark to a value greater than this
1730f4f4673bSOctavian Purdila		one, then the hardware watermark will be capped at this value.
1731f4f4673bSOctavian Purdila
1732f4f4673bSOctavian PurdilaWhat:	       /sys/bus/iio/devices/iio:deviceX/buffer/hwfifo_watermark_available
1733f4f4673bSOctavian PurdilaKernelVersion: 4.2
1734f4f4673bSOctavian PurdilaContact:       linux-iio@vger.kernel.org
1735f4f4673bSOctavian PurdilaDescription:
1736f4f4673bSOctavian Purdila		A list of positive integers specifying the available watermark
1737f4f4673bSOctavian Purdila		levels for the hardware fifo. This entry is optional and if it
1738f4f4673bSOctavian Purdila		is not present it means that all the values between
1739f4f4673bSOctavian Purdila		hwfifo_watermark_min and hwfifo_watermark_max are supported.
174054a19b4dSMauro Carvalho Chehab
1741f4f4673bSOctavian Purdila		If the user sets buffer/watermark to a value greater than
1742f4f4673bSOctavian Purdila		hwfifo_watermak_min but not equal to any of the values in this
1743f4f4673bSOctavian Purdila		list, the driver will chose an appropriate value for the
1744f4f4673bSOctavian Purdila		hardware fifo watermark level.
1745c8a85854SVianney le Clément de Saint-Marcq
1746c8a85854SVianney le Clément de Saint-MarcqWhat:		/sys/bus/iio/devices/iio:deviceX/in_temp_calibemissivity
1747c8a85854SVianney le Clément de Saint-MarcqWhat:		/sys/bus/iio/devices/iio:deviceX/in_tempX_calibemissivity
1748c8a85854SVianney le Clément de Saint-MarcqWhat:		/sys/bus/iio/devices/iio:deviceX/in_temp_object_calibemissivity
1749c8a85854SVianney le Clément de Saint-MarcqWhat:		/sys/bus/iio/devices/iio:deviceX/in_tempX_object_calibemissivity
1750c8a85854SVianney le Clément de Saint-MarcqKernelVersion:	4.1
1751c8a85854SVianney le Clément de Saint-MarcqContact:	linux-iio@vger.kernel.org
1752c8a85854SVianney le Clément de Saint-MarcqDescription:
1753c8a85854SVianney le Clément de Saint-Marcq		The emissivity ratio of the surface in the field of view of the
1754c8a85854SVianney le Clément de Saint-Marcq		contactless temperature sensor.  Emissivity varies from 0 to 1,
1755c8a85854SVianney le Clément de Saint-Marcq		with 1 being the emissivity of a black body.
1756faaa4495SIrina Tirdea
1757faaa4495SIrina TirdeaWhat:		/sys/bus/iio/devices/iio:deviceX/in_magn_x_oversampling_ratio
1758faaa4495SIrina TirdeaWhat:		/sys/bus/iio/devices/iio:deviceX/in_magn_y_oversampling_ratio
1759faaa4495SIrina TirdeaWhat:		/sys/bus/iio/devices/iio:deviceX/in_magn_z_oversampling_ratio
1760faaa4495SIrina TirdeaKernelVersion:	4.2
1761faaa4495SIrina TirdeaContact:	linux-iio@vger.kernel.org
1762faaa4495SIrina TirdeaDescription:
1763faaa4495SIrina Tirdea		Hardware applied number of measurements for acquiring one
1764faaa4495SIrina Tirdea		data point. The HW will do <type>[_name]_oversampling_ratio
1765faaa4495SIrina Tirdea		measurements and return the average value as output data. Each
1766faaa4495SIrina Tirdea		value resulted from <type>[_name]_oversampling_ratio measurements
1767faaa4495SIrina Tirdea		is considered as one sample for <type>[_name]_sampling_frequency.
17688ff6b3bcSMatt Ranostay
17698ff6b3bcSMatt RanostayWhat:		/sys/bus/iio/devices/iio:deviceX/in_concentration_raw
17708ff6b3bcSMatt RanostayWhat:		/sys/bus/iio/devices/iio:deviceX/in_concentrationX_raw
17718ff6b3bcSMatt RanostayWhat:		/sys/bus/iio/devices/iio:deviceX/in_concentration_co2_raw
17728ff6b3bcSMatt RanostayWhat:		/sys/bus/iio/devices/iio:deviceX/in_concentrationX_co2_raw
1773b170f7d4SAndreas BrauchliWhat:		/sys/bus/iio/devices/iio:deviceX/in_concentration_ethanol_raw
1774b170f7d4SAndreas BrauchliWhat:		/sys/bus/iio/devices/iio:deviceX/in_concentrationX_ethanol_raw
1775b170f7d4SAndreas BrauchliWhat:		/sys/bus/iio/devices/iio:deviceX/in_concentration_h2_raw
1776b170f7d4SAndreas BrauchliWhat:		/sys/bus/iio/devices/iio:deviceX/in_concentrationX_h2_raw
17774ffa22fdSMatt RanostayWhat:		/sys/bus/iio/devices/iio:deviceX/in_concentration_o2_raw
17784ffa22fdSMatt RanostayWhat:		/sys/bus/iio/devices/iio:deviceX/in_concentrationX_o2_raw
17798ff6b3bcSMatt RanostayWhat:		/sys/bus/iio/devices/iio:deviceX/in_concentration_voc_raw
17808ff6b3bcSMatt RanostayWhat:		/sys/bus/iio/devices/iio:deviceX/in_concentrationX_voc_raw
17818ff6b3bcSMatt RanostayKernelVersion:	4.3
17828ff6b3bcSMatt RanostayContact:	linux-iio@vger.kernel.org
17838ff6b3bcSMatt RanostayDescription:
1784df16c33aSTomasz Duszynski		Raw (unscaled no offset etc.) reading of a substance. Units
1785df16c33aSTomasz Duszynski		after application of scale and offset are percents.
1786d38d5469SMatt Ranostay
1787d38d5469SMatt RanostayWhat:		/sys/bus/iio/devices/iio:deviceX/in_resistance_raw
1788d38d5469SMatt RanostayWhat:		/sys/bus/iio/devices/iio:deviceX/in_resistanceX_raw
1789b15aef8dSPeter RosinWhat:		/sys/bus/iio/devices/iio:deviceX/out_resistance_raw
1790b15aef8dSPeter RosinWhat:		/sys/bus/iio/devices/iio:deviceX/out_resistanceX_raw
1791d38d5469SMatt RanostayKernelVersion:	4.3
1792d38d5469SMatt RanostayContact:	linux-iio@vger.kernel.org
1793d38d5469SMatt RanostayDescription:
1794d38d5469SMatt Ranostay		Raw (unscaled no offset etc.) resistance reading that can be processed
1795d38d5469SMatt Ranostay		into an ohm value.
17962b5c53d2SLudovic Tancerel
17972b5c53d2SLudovic TancerelWhat:		/sys/bus/iio/devices/iio:deviceX/heater_enable
17982b5c53d2SLudovic TancerelKernelVersion:	4.1.0
17992b5c53d2SLudovic TancerelContact:	linux-iio@vger.kernel.org
18002b5c53d2SLudovic TancerelDescription:
18012b5c53d2SLudovic Tancerel		'1' (enable) or '0' (disable) specifying the enable
180254a19b4dSMauro Carvalho Chehab		of heater function. Same reading values apply.
180354a19b4dSMauro Carvalho Chehab
18042b5c53d2SLudovic Tancerel		This ABI is especially applicable for humidity sensors
18052b5c53d2SLudovic Tancerel		to heatup the device and get rid of any condensation
18062b5c53d2SLudovic Tancerel		in some humidity environment
1807ecb3a7ccSMatt Ranostay
1808ecb3a7ccSMatt RanostayWhat:		/sys/bus/iio/devices/iio:deviceX/in_ph_raw
1809ecb3a7ccSMatt RanostayKernelVersion:	4.5
1810ecb3a7ccSMatt RanostayContact:	linux-iio@vger.kernel.org
1811ecb3a7ccSMatt RanostayDescription:
1812ecb3a7ccSMatt Ranostay		Raw (unscaled no offset etc.) pH reading of a substance as a negative
1813ecb3a7ccSMatt Ranostay		base-10 logarithm of hydrodium ions in a litre of water.
1814dfc57732SGregor Boirie
1815dfc57732SGregor BoirieWhat:           /sys/bus/iio/devices/iio:deviceX/mount_matrix
1816dfc57732SGregor BoirieWhat:           /sys/bus/iio/devices/iio:deviceX/in_mount_matrix
1817dfc57732SGregor BoirieWhat:           /sys/bus/iio/devices/iio:deviceX/out_mount_matrix
1818eb379846SGregor BoirieWhat:           /sys/bus/iio/devices/iio:deviceX/in_anglvel_mount_matrix
1819eb379846SGregor BoirieWhat:           /sys/bus/iio/devices/iio:deviceX/in_accel_mount_matrix
1820dfc57732SGregor BoirieKernelVersion:  4.6
1821dfc57732SGregor BoirieContact:        linux-iio@vger.kernel.org
1822dfc57732SGregor BoirieDescription:
1823dfc57732SGregor Boirie		Mounting matrix for IIO sensors. This is a rotation matrix which
1824dfc57732SGregor Boirie		informs userspace about sensor chip's placement relative to the
1825dfc57732SGregor Boirie		main hardware it is mounted on.
182634433332SMauro Carvalho Chehab
1827dfc57732SGregor Boirie		Main hardware placement is defined according to the local
1828dfc57732SGregor Boirie		reference frame related to the physical quantity the sensor
1829dfc57732SGregor Boirie		measures.
183034433332SMauro Carvalho Chehab
1831dfc57732SGregor Boirie		Given that the rotation matrix is defined in a board specific
1832dfc57732SGregor Boirie		way (platform data and / or device-tree), the main hardware
1833dfc57732SGregor Boirie		reference frame definition is left to the implementor's choice
1834dfc57732SGregor Boirie		(see below for a magnetometer example).
183534433332SMauro Carvalho Chehab
1836dfc57732SGregor Boirie		Applications should apply this rotation matrix to samples so
1837dfc57732SGregor Boirie		that when main hardware reference frame is aligned onto local
1838dfc57732SGregor Boirie		reference frame, then sensor chip reference frame is also
1839dfc57732SGregor Boirie		perfectly aligned with it.
184034433332SMauro Carvalho Chehab
1841dfc57732SGregor Boirie		Matrix is a 3x3 unitary matrix and typically looks like
1842dfc57732SGregor Boirie		[0, 1, 0; 1, 0, 0; 0, 0, -1]. Identity matrix
1843dfc57732SGregor Boirie		[1, 0, 0; 0, 1, 0; 0, 0, 1] means sensor chip and main hardware
1844dfc57732SGregor Boirie		are perfectly aligned with each other.
1845dfc57732SGregor Boirie
1846dfc57732SGregor Boirie		For example, a mounting matrix for a magnetometer sensor informs
1847dfc57732SGregor Boirie		userspace about sensor chip's ORIENTATION relative to the main
1848dfc57732SGregor Boirie		hardware.
184934433332SMauro Carvalho Chehab
1850dfc57732SGregor Boirie		More specifically, main hardware orientation is defined with
1851dfc57732SGregor Boirie		respect to the LOCAL EARTH GEOMAGNETIC REFERENCE FRAME where :
185234433332SMauro Carvalho Chehab
1853dfc57732SGregor Boirie		* Y is in the ground plane and positive towards magnetic North ;
1854dfc57732SGregor Boirie		* X is in the ground plane, perpendicular to the North axis and
1855dfc57732SGregor Boirie		  positive towards the East ;
1856dfc57732SGregor Boirie		* Z is perpendicular to the ground plane and positive upwards.
1857dfc57732SGregor Boirie
1858dfc57732SGregor Boirie		An implementor might consider that for a hand-held device, a
1859dfc57732SGregor Boirie		'natural' orientation would be 'front facing camera at the top'.
1860dfc57732SGregor Boirie		The main hardware reference frame could then be described as :
186134433332SMauro Carvalho Chehab
1862dfc57732SGregor Boirie		* Y is in the plane of the screen and is positive towards the
1863dfc57732SGregor Boirie		  top of the screen ;
1864dfc57732SGregor Boirie		* X is in the plane of the screen, perpendicular to Y axis, and
1865dfc57732SGregor Boirie		  positive towards the right hand side of the screen ;
1866dfc57732SGregor Boirie		* Z is perpendicular to the screen plane and positive out of the
1867dfc57732SGregor Boirie		  screen.
186834433332SMauro Carvalho Chehab
1869dfc57732SGregor Boirie		Another example for a quadrotor UAV might be :
187034433332SMauro Carvalho Chehab
1871dfc57732SGregor Boirie		* Y is in the plane of the propellers and positive towards the
1872dfc57732SGregor Boirie		  front-view camera;
1873dfc57732SGregor Boirie		* X is in the plane of the propellers, perpendicular to Y axis,
1874dfc57732SGregor Boirie		  and positive towards the starboard side of the UAV ;
1875dfc57732SGregor Boirie		* Z is perpendicular to propellers plane and positive upwards.
18764b9d2090SMatt Ranostay
18774b9d2090SMatt RanostayWhat:		/sys/bus/iio/devices/iio:deviceX/in_electricalconductivity_raw
18784b9d2090SMatt RanostayKernelVersion:	4.8
18794b9d2090SMatt RanostayContact:	linux-iio@vger.kernel.org
18804b9d2090SMatt RanostayDescription:
18814b9d2090SMatt Ranostay		Raw (unscaled no offset etc.) electric conductivity reading that
18824b9d2090SMatt Ranostay		can be processed to siemens per meter.
18831a8f324aSWilliam Breathitt Gray
18841a8f324aSWilliam Breathitt GrayWhat:		/sys/bus/iio/devices/iio:deviceX/in_countY_raw
18857527a6edSWilliam Breathitt GrayKernelVersion:	4.10
18861a8f324aSWilliam Breathitt GrayContact:	linux-iio@vger.kernel.org
18871a8f324aSWilliam Breathitt GrayDescription:
18884bb00e93SWilliam Breathitt Gray		This interface is deprecated; please use the Counter subsystem.
18894bb00e93SWilliam Breathitt Gray
18901a8f324aSWilliam Breathitt Gray		Raw counter device counts from channel Y. For quadrature
18911a8f324aSWilliam Breathitt Gray		counters, multiplication by an available [Y]_scale results in
18921a8f324aSWilliam Breathitt Gray		the counts of a single quadrature signal phase from channel Y.
18931a8f324aSWilliam Breathitt Gray
18941a8f324aSWilliam Breathitt GrayWhat:		/sys/bus/iio/devices/iio:deviceX/in_indexY_raw
18957527a6edSWilliam Breathitt GrayKernelVersion:	4.10
18961a8f324aSWilliam Breathitt GrayContact:	linux-iio@vger.kernel.org
18971a8f324aSWilliam Breathitt GrayDescription:
18984bb00e93SWilliam Breathitt Gray		This interface is deprecated; please use the Counter subsystem.
18994bb00e93SWilliam Breathitt Gray
19001a8f324aSWilliam Breathitt Gray		Raw counter device index value from channel Y. This attribute
19011a8f324aSWilliam Breathitt Gray		provides an absolute positional reference (e.g. a pulse once per
19021a8f324aSWilliam Breathitt Gray		revolution) which may be used to home positional systems as
19031a8f324aSWilliam Breathitt Gray		required.
1904521dbebfSBenjamin Gaignard
1905521dbebfSBenjamin GaignardWhat:		/sys/bus/iio/devices/iio:deviceX/in_count_count_direction_available
1906521dbebfSBenjamin GaignardKernelVersion:	4.12
1907521dbebfSBenjamin GaignardContact:	linux-iio@vger.kernel.org
1908521dbebfSBenjamin GaignardDescription:
19094bb00e93SWilliam Breathitt Gray		This interface is deprecated; please use the Counter subsystem.
19104bb00e93SWilliam Breathitt Gray
1911521dbebfSBenjamin Gaignard		A list of possible counting directions which are:
191234433332SMauro Carvalho Chehab
1913521dbebfSBenjamin Gaignard		- "up"	: counter device is increasing.
1914521dbebfSBenjamin Gaignard		- "down": counter device is decreasing.
1915521dbebfSBenjamin Gaignard
1916521dbebfSBenjamin GaignardWhat:		/sys/bus/iio/devices/iio:deviceX/in_countY_count_direction
1917521dbebfSBenjamin GaignardKernelVersion:	4.12
1918521dbebfSBenjamin GaignardContact:	linux-iio@vger.kernel.org
1919521dbebfSBenjamin GaignardDescription:
19204bb00e93SWilliam Breathitt Gray		This interface is deprecated; please use the Counter subsystem.
19214bb00e93SWilliam Breathitt Gray
1922521dbebfSBenjamin Gaignard		Raw counter device counters direction for channel Y.
1923c73314e6SMathieu Othacehe
19243079188fSCristian PopWhat:		/sys/bus/iio/devices/iio:deviceX/in_voltageY_label
19253079188fSCristian PopWhat:		/sys/bus/iio/devices/iio:deviceX/out_voltageY_label
19263079188fSCristian PopKernelVersion:	5.8
19273079188fSCristian PopContact:	linux-iio@vger.kernel.org
19283079188fSCristian PopDescription:
19293079188fSCristian Pop		Optional symbolic label to a device channel.
19303079188fSCristian Pop		If a label is defined for this channel add that to the channel
19313079188fSCristian Pop		specific attributes. This is useful for userspace to be able to
19323079188fSCristian Pop		better identify an individual channel.
19333079188fSCristian Pop
1934c73314e6SMathieu OthaceheWhat:		/sys/bus/iio/devices/iio:deviceX/in_phaseY_raw
1935c73314e6SMathieu OthaceheKernelVersion:	4.18
1936c73314e6SMathieu OthaceheContact:	linux-iio@vger.kernel.org
1937c73314e6SMathieu OthaceheDescription:
1938c73314e6SMathieu Othacehe		Raw (unscaled) phase difference reading from channel Y
1939c73314e6SMathieu Othacehe		that can be processed to radians.
194017abc9ecSTomasz Duszynski
194117abc9ecSTomasz DuszynskiWhat:		/sys/bus/iio/devices/iio:deviceX/in_massconcentration_pm1_input
194217abc9ecSTomasz DuszynskiWhat:		/sys/bus/iio/devices/iio:deviceX/in_massconcentrationY_pm1_input
194317abc9ecSTomasz DuszynskiWhat:		/sys/bus/iio/devices/iio:deviceX/in_massconcentration_pm2p5_input
194417abc9ecSTomasz DuszynskiWhat:		/sys/bus/iio/devices/iio:deviceX/in_massconcentrationY_pm2p5_input
194517abc9ecSTomasz DuszynskiWhat:		/sys/bus/iio/devices/iio:deviceX/in_massconcentration_pm4_input
194617abc9ecSTomasz DuszynskiWhat:		/sys/bus/iio/devices/iio:deviceX/in_massconcentrationY_pm4_input
194717abc9ecSTomasz DuszynskiWhat:		/sys/bus/iio/devices/iio:deviceX/in_massconcentration_pm10_input
194817abc9ecSTomasz DuszynskiWhat:		/sys/bus/iio/devices/iio:deviceX/in_massconcentrationY_pm10_input
194917abc9ecSTomasz DuszynskiKernelVersion:	4.22
195017abc9ecSTomasz DuszynskiContact:	linux-iio@vger.kernel.org
195117abc9ecSTomasz DuszynskiDescription:
195217abc9ecSTomasz Duszynski		Mass concentration reading of particulate matter in ug / m3.
195317abc9ecSTomasz Duszynski		pmX consists of particles with aerodynamic diameter less or
195417abc9ecSTomasz Duszynski		equal to X micrometers.
195556a8e683SRishi Gupta
195656a8e683SRishi GuptaWhat:		/sys/bus/iio/devices/iio:deviceX/events/in_illuminance_period_available
195756a8e683SRishi GuptaDate:		November 2019
195856a8e683SRishi GuptaKernelVersion:	5.4
195956a8e683SRishi GuptaContact:	linux-iio@vger.kernel.org
196056a8e683SRishi GuptaDescription:
196156a8e683SRishi Gupta		List of valid periods (in seconds) for which the light intensity
196256a8e683SRishi Gupta		must be above the threshold level before interrupt is asserted.
19633f6bba19SAndrea Merello
19643f6bba19SAndrea MerelloWhat:		/sys/bus/iio/devices/iio:deviceX/in_filter_notch_center_frequency
19653f6bba19SAndrea MerelloKernelVersion:	5.5
19663f6bba19SAndrea MerelloContact:	linux-iio@vger.kernel.org
19673f6bba19SAndrea MerelloDescription:
19683f6bba19SAndrea Merello		Center frequency in Hz for a notch filter. Used i.e. for line
19693f6bba19SAndrea Merello		noise suppression.
197083b9af6fSAndrea Merello
197183b9af6fSAndrea MerelloWhat:		/sys/bus/iio/devices/iio:deviceX/in_temp_thermocouple_type
197283b9af6fSAndrea MerelloKernelVersion:	5.5
197383b9af6fSAndrea MerelloContact:	linux-iio@vger.kernel.org
197483b9af6fSAndrea MerelloDescription:
197583b9af6fSAndrea Merello		One of the following thermocouple types: B, E, J, K, N, R, S, T.
19763c3006f5SChristian Eggers
1977dde8ceecSCrt MoriWhat:		/sys/bus/iio/devices/iio:deviceX/in_temp_object_calibambient
1978dde8ceecSCrt MoriWhat:		/sys/bus/iio/devices/iio:deviceX/in_tempX_object_calibambient
1979dde8ceecSCrt MoriKernelVersion:	5.10
1980dde8ceecSCrt MoriContact:	linux-iio@vger.kernel.org
1981dde8ceecSCrt MoriDescription:
1982dde8ceecSCrt Mori		Calibrated ambient temperature for object temperature
1983dde8ceecSCrt Mori		calculation in milli degrees Celsius.
1984dde8ceecSCrt Mori
19853c3006f5SChristian EggersWhat:		/sys/bus/iio/devices/iio:deviceX/in_intensity_x_raw
19863c3006f5SChristian EggersWhat:		/sys/bus/iio/devices/iio:deviceX/in_intensity_y_raw
19873c3006f5SChristian EggersWhat:		/sys/bus/iio/devices/iio:deviceX/in_intensity_z_raw
19883c3006f5SChristian EggersKernelVersion:	5.10
19893c3006f5SChristian EggersContact:	linux-iio@vger.kernel.org
19903c3006f5SChristian EggersDescription:
19913c3006f5SChristian Eggers		Unscaled light intensity according to CIE 1931/DIN 5033 color space.
19923c3006f5SChristian Eggers		Units after application of scale are nano nanowatts per square meter.
19933cc718bcSYe Xiang
19943cc718bcSYe XiangWhat:		/sys/bus/iio/devices/iio:deviceX/in_anglY_label
19953cc718bcSYe XiangKernelVersion:	5.12
19963cc718bcSYe XiangContact:	linux-iio@vger.kernel.org
19973cc718bcSYe XiangDescription:
19983cc718bcSYe Xiang		Optional symbolic label for channel Y.
19993cc718bcSYe Xiang		For Intel hid hinge sensor, the label values are:
20003cc718bcSYe Xiang		hinge, keyboard, screen. It means the three channels
20013cc718bcSYe Xiang		each correspond respectively to hinge angle, keyboard angle,
20023cc718bcSYe Xiang		and screen angle.
20033a826f7cSYe Xiang
20043a826f7cSYe XiangWhat:		/sys/bus/iio/devices/iio:deviceX/in_illuminance_hysteresis_relative
20053a826f7cSYe XiangWhat:		/sys/bus/iio/devices/iio:deviceX/in_intensity_hysteresis_relative
20063a826f7cSYe XiangKernelVersion:	5.12
20073a826f7cSYe XiangContact:	linux-iio@vger.kernel.org
20083a826f7cSYe XiangDescription:
20093a826f7cSYe Xiang		Specify the percent for light sensor relative to the channel
20103a826f7cSYe Xiang		absolute value that a data field should change before an event
20113a826f7cSYe Xiang		is generated. Units are a percentage of the prior reading.
2012