aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/Documentation/sysfs-bus-iio
blob: 4915aee14d881769f2fb3d5ce6bfadb218e2f52f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
What:		/sys/bus/iio/devices/deviceX
KernelVersion:	2.6.35
Contact:	linux-iio@vger.kernel.org
Description:
		Hardware chip or device accessed by on communication port.
		Corresponds to a grouping of sensor channels. X is the IIO
		index of the device.

What:		/sys/bus/iio/devices/triggerX
KernelVersion:	2.6.35
Contact:	linux-iio@vger.kernel.org
Description:
		An event driven driver of data capture to an in kernel buffer.
		May be provided by a device driver that also has an IIO device
		based on hardware generated events (e.g. data ready) or
		provided by a separate driver for other hardware (e.g.
		periodic timer, GPIO or high resolution timer).
		Contains trigger type specific elements. These do not
		generalize well and hence are not documented in this file.
		X is the IIO index of the trigger.

What:		/sys/bus/iio/devices/deviceX:buffer
KernelVersion:	2.6.35
Contact:	linux-iio@vger.kernel.org
Description:
		Link to /sys/class/iio/deviceX/deviceX:buffer. X indicates
		the device with which this buffer buffer is associated.

What:		/sys/bus/iio/devices/deviceX/name
KernelVersion:	2.6.35
Contact:	linux-iio@vger.kernel.org
Description:
		Description of the physical chip / device for device X.
		Typically a part number.

What:		/sys/bus/iio/devices/deviceX/sampling_frequency
KernelVersion:	2.6.35
Contact:	linux-iio@vger.kernel.org
Description:
		Some devices have internal clocks.  This parameter sets the
		resulting sampling frequency.  In many devices this
		parameter has an effect on input filters etc rather than
		simply controlling when the input is sampled.  As this
		effects datardy triggers, hardware buffers and the sysfs
		direct access interfaces, it may be found in any of the
		relevant directories.  If it effects all of the above
		then it is to be found in the base device directory as here.

What:		/sys/bus/iio/devices/deviceX/sampling_frequency_available
KernelVersion:	2.6.35
Contact:	linux-iio@vger.kernel.org
Description:
		When the internal sampling clock can only take a small
		discrete set of values, this file lists those available.

What:		/sys/bus/iio/devices/deviceX/range
KernelVersion:	2.6.38
Contact:	linux-iio@vger.kernel.org
Description:
		Hardware dependent ADC Full Scale Range in mVolt.

What:		/sys/bus/iio/devices/deviceX/range_available
KernelVersion:	2.6.38
Contact:	linux-iio@vger.kernel.org
Description:
		Hardware dependent supported vales for ADC Full Scale Range.

What:		/sys/bus/iio/devices/deviceX/oversampling_ratio
KernelVersion:	2.6.38
Contact:	linux-iio@vger.kernel.org
Description:
		Hardware dependent ADC oversampling. Controls the sampling ratio
		of the digital filter if available.

What:		/sys/bus/iio/devices/deviceX/oversampling_ratio_available
KernelVersion:	2.6.38
Contact:	linux-iio@vger.kernel.org
Description:
		Hardware dependent values supported by the oversampling filter.

What:		/sys/bus/iio/devices/deviceX/inY_raw
What:		/sys/bus/iio/devices/deviceX/inY_supply_raw
KernelVersion:	2.6.35
Contact:	linux-iio@vger.kernel.org
Description:
		Raw (unscaled no bias removal etc) voltage measurement from
		channel Y. In special cases where the channel does not
		correspond to externally available input one of the named
		versions may be used. The number must always be specified and
		unique to allow association with event codes.

What:		/sys/bus/iio/devices/deviceX/inY-inZ_raw
KernelVersion:	2.6.35
Contact:	linux-iio@vger.kernel.org
Description:
		Raw (unscaled) differential voltage measurement equivalent to
		channel Y - channel Z where these channel numbers apply to the
		physically equivalent inputs when non differential readings are
		separately available. In differential only parts, then all that
		is required is a consistent labeling.

What:		/sys/bus/iio/devices/deviceX/temp_raw
What:		/sys/bus/iio/devices/deviceX/temp_x_raw
What:		/sys/bus/iio/devices/deviceX/temp_y_raw
What:		/sys/bus/iio/devices/deviceX/temp_z_raw
KernelVersion:	2.6.35
Contact:	linux-iio@vger.kernel.org
Description:
		Raw (unscaled no bias removal etc) temperature measurement.
		It an axis is specified it generally means that the temperature
		sensor is associated with one part of a compound device (e.g.
		a gyroscope axis).

What:		/sys/bus/iio/devices/deviceX/tempX_input
KernelVersion:	2.6.38
Contact:	linux-iio@vger.kernel.org
Description:
		Scaled temperature measurement in milli degrees Celsius.

What:		/sys/bus/iio/devices/deviceX/accel_x_raw
What:		/sys/bus/iio/devices/deviceX/accel_y_raw
What:		/sys/bus/iio/devices/deviceX/accel_z_raw
KernelVersion:	2.6.35
Contact:	linux-iio@vger.kernel.org
Description:
		Acceleration in direction x, y or z (may be arbitrarily assigned
		but should match other such assignments on device)
		channel m (not present if only one accelerometer channel at
		this orientation). Has all of the equivalent parameters as per
		inY. Units after application of scale and offset are m/s^2.

What:		/sys/bus/iio/devices/deviceX/gyro_x_raw
What:		/sys/bus/iio/devices/deviceX/gyro_y_raw
What:		/sys/bus/iio/devices/deviceX/gyro_z_raw
KernelVersion:	2.6.35
Contact:	linux-iio@vger.kernel.org
Description:
		Angular velocity about axis x, y or z (may be arbitrarily
		assigned) Data converted by application of offset then scale to
		radians per second. Has all the equivalent parameters as
		per inY.

What:		/sys/bus/iio/devices/deviceX/incli_x_raw
What:		/sys/bus/iio/devices/deviceX/incli_y_raw
What:		/sys/bus/iio/devices/deviceX/incli_z_raw
KernelVersion:	2.6.35
Contact:	linux-iio@vger.kernel.org
Description:
		Inclination raw reading about axis x, y or z (may be
		arbitrarily assigned). Data converted by application of offset
		and scale to Degrees.

What:		/sys/bus/iio/devices/deviceX/magn_x_raw
What:		/sys/bus/iio/devices/deviceX/magn_y_raw
What:		/sys/bus/iio/devices/deviceX/magn_z_raw
KernelVersion:	2.6.35
Contact:	linux-iio@vger.kernel.org
Description:
		Magnetic field along axis x, y or z (may be arbitrarily
		assigned) channel m (not present if only one magnetometer
		at this orientation).  Data converted by application of
		offset then scale to Gauss. Has all the equivalent modifiers
		as per inY.

What:		/sys/bus/iio/devices/deviceX/accel_x_peak_raw
What:		/sys/bus/iio/devices/deviceX/accel_y_peak_raw
What:		/sys/bus/iio/devices/deviceX/accel_z_peak_raw
KernelVersion:	2.6.36
Contact:	linux-iio@vger.kernel.org
Description:
		Some devices provide a store of the highest value seen since
		some reset condition.  These attributes allow access to this
		and are otherwise the direct equivalent of the
		<type>Y[_name]_raw attributes.

What:		/sys/bus/iio/devices/deviceX/accel_xyz_squared_peak_raw
KernelVersion:	2.6.36
Contact:	linux-iio@vger.kernel.org
Description:
		A computed peak value based on the sum squared magnitude of
		the underlying value in the specified directions.

What:		/sys/bus/iio/devices/deviceX/accel_offset
What:		/sys/bus/iio/devices/deviceX/temp_offset
KernelVersion:	2.6.35
Contact:	linux-iio@vger.kernel.org
Description:
		If known for a device, offset to be added to <type>[Y]_raw prior
		to scaling by <type>[Y]_scale in order to obtain value in the
		<type> units as specified in <type>[y]_raw documentation.
		Not present if the offset is always 0 or unknown. If Y is not
		present, then the offset applies to all in channels of <type>.
		May be writable if a variable offset can be applied on the
		device. Note that this is different to calibbias which
		is for devices (or drivers) that apply offsets to compensate
		for variation between different instances of the part, typically
		adjusted by using some hardware supported calibration procedure.

What:		/sys/bus/iio/devices/deviceX/inY_scale
What:		/sys/bus/iio/devices/deviceX/inY_supply_scale
What:		/sys/bus/iio/devices/deviceX/in_scale
What:		/sys/bus/iio/devices/deviceX/outY_scale
What:		/sys/bus/iio/devices/deviceX/accel_scale
What:		/sys/bus/iio/devices/deviceX/accel_peak_scale
What:		/sys/bus/iio/devices/deviceX/gyro_scale
What:		/sys/bus/iio/devices/deviceX/magn_scale
What:		/sys/bus/iio/devices/deviceX/magn_x_scale
What:		/sys/bus/iio/devices/deviceX/magn_y_scale
What:		/sys/bus/iio/devices/deviceX/magn_z_scale
KernelVersion:	2.6.35
Contact:	linux-iio@vger.kernel.org
Description:
		If known for a device, scale to be applied to <type>Y[_name]_raw
		post addition of <type>[Y][_name]_offset in order to obtain the
		measured value in <type> units as specified in
		<type>[Y][_name]_raw documentation..  If shared across all in
		channels then Y is not present and the value is called
		<type>[Y][_name]_scale. The peak modifier means this value
		is applied to <type>Y[_name]_peak_raw values.

What:		/sys/bus/iio/devices/deviceX/accel_x_calibbias
What:		/sys/bus/iio/devices/deviceX/accel_y_calibbias
What:		/sys/bus/iio/devices/deviceX/accel_z_calibbias
What:		/sys/bus/iio/devices/deviceX/gyro_x_calibbias
What:		/sys/bus/iio/devices/deviceX/gyro_y_calibbias
What:		/sys/bus/iio/devices/deviceX/gyro_z_calibbias
KernelVersion:	2.6.35
Contact:	linux-iio@vger.kernel.org
Description:
		Hardware applied calibration offset. (assumed to fix production
		inaccuracies). If shared across all channels, <type>_calibbias
		is used.

What		/sys/bus/iio/devices/deviceX/inY_calibscale
What		/sys/bus/iio/devices/deviceX/inY_supply_calibscale
What		/sys/bus/iio/devices/deviceX/in_calibscale
What		/sys/bus/iio/devices/deviceX/accel_x_calibscale
What		/sys/bus/iio/devices/deviceX/accel_y_calibscale
What		/sys/bus/iio/devices/deviceX/accel_z_calibscale
What		/sys/bus/iio/devices/deviceX/gyro_x_calibscale
What		/sys/bus/iio/devices/deviceX/gyro_y_calibscale
What		/sys/bus/iio/devices/deviceX/gyro_z_calibscale
KernelVersion:	2.6.35
Contact:	linux-iio@vger.kernel.org
Description:
		Hardware applied calibration scale factor. (assumed to fix
		production inaccuracies).  If shared across all channels,
		<type>_calibscale is used.

What:		/sys/bus/iio/devices/deviceX/accel_scale_available
KernelVersion:	2.635
Contact:	linux-iio@vger.kernel.org
Description:
		If a discrete set of scale values are available, they
		are listed in this attribute.

What:		/sys/bus/iio/devices/deviceX/outY_raw
KernelVersion:	2.6.37
Contact:	linux-iio@vger.kernel.org
Description:
		Raw (unscaled, no bias etc.) output voltage for
		channel Y.  The number must always be specified and
		unique if the output corresponds to a single channel.

What:		/sys/bus/iio/devices/deviceX/outY&Z_raw
KernelVersion:	2.6.37
Contact:	linux-iio@vger.kernel.org
Description:
		Raw (unscaled, no bias etc.) output voltage for an aggregate of
		channel Y, channel Z, etc.  This interface is available in cases
		where a single output sets the value for multiple channels
		simultaneously.

What:		/sys/bus/iio/devices/deviceX/outY_powerdown_mode
What:		/sys/bus/iio/devices/deviceX/out_powerdown_mode
KernelVersion:	2.6.38
Contact:	linux-iio@vger.kernel.org
Description:
		Specifies the output powerdown mode.
		DAC output stage is disconnected from the amplifier and
		1kohm_to_gnd: connected to ground via an 1kOhm resistor
		100kohm_to_gnd: connected to ground via an 100kOhm resistor
		three_state: left floating
		For a list of available output power down options read
		outX_powerdown_mode_available. If Y is not present the
		mode is shared across all outputs.

What:		/sys/bus/iio/devices/deviceX/outY_powerdown_mode_available
What:		/sys/bus/iio/devices/deviceX/out_powerdown_mode_available
KernelVersion:	2.6.38
Contact:	linux-iio@vger.kernel.org
Description:
		Lists all available output power down modes.
		If Y is not present the mode is shared across all outputs.

What:		/sys/bus/iio/devices/deviceX/outY_powerdown
What:		/sys/bus/iio/devices/deviceX/out_powerdown
KernelVersion:	2.6.38
Contact:	linux-iio@vger.kernel.org
Description:
		Writing 1 causes output Y to enter the power down mode specified
		by the corresponding outY_powerdown_mode. Clearing returns to
		normal operation. Y may be suppressed if all outputs are
		controlled together.

What:		/sys/bus/iio/devices/deviceX/deviceX:eventY
KernelVersion:	2.6.35
Contact:	linux-iio@vger.kernel.org
Description:
		Configuration of which hardware generated events are passed up
		to user-space.

What:		/sys/bus/iio/devices/deviceX:event/dev
What:		/sys/bus/iio/devices/deviceX:eventY/dev
KernelVersion:	2.6.35
Contact:	linux-iio@vger.kernel.org
Description:
		major:minor character device numbers for the event line Y of
		device X.

What:		/sys/.../deviceX:eventY/accel_x_thresh_rising_en
What:		/sys/.../deviceX:eventY/accel_x_thresh_falling_en
What:		/sys/.../deviceX:eventY/accel_y_thresh_rising_en
What:		/sys/.../deviceX:eventY/accel_y_thresh_falling_en
What:		/sys/.../deviceX:eventY/accel_z_thresh_rising_en
What:		/sys/.../deviceX:eventY/accel_z_thresh_falling_en
What:		/sys/.../deviceX:eventY/gyro_x_thresh_rising_en
What:		/sys/.../deviceX:eventY/gyro_x_thresh_falling_en
What:		/sys/.../deviceX:eventY/gyro_y_thresh_rising_en
What:		/sys/.../deviceX:eventY/gyro_y_thresh_falling_en
What:		/sys/.../deviceX:eventY/gyro_z_thresh_rising_en
What:		/sys/.../deviceX:eventY/gyro_z_thresh_falling_en
What:		/sys/.../deviceX:eventY/magn_x_thresh_rising_en
What:		/sys/.../deviceX:eventY/magn_x_thresh_falling_en
What:		/sys/.../deviceX:eventY/magn_y_thresh_rising_en
What:		/sys/.../deviceX:eventY/magn_y_thresh_falling_en
What:		/sys/.../deviceX:eventY/magn_z_thresh_rising_en
What:		/sys/.../deviceX:eventY/magn_z_thresh_falling_en
What:		/sys/.../deviceX:eventY/inZ_supply_thresh_rising_en
What:		/sys/.../deviceX:eventY/inZ_supply_thresh_falling_en
What:		/sys/.../deviceX:eventY/inZ_thresh_rising_en
What:		/sys/.../deviceX:eventY/inZ_thresh_falling_en
What:		/sys/.../deviceX:eventY/temp_thresh_rising_en
What:		/sys/.../deviceX:eventY/temp_thresh_falling_en
KernelVersion:	2.6.37
Contact:	linux-iio@vger.kernel.org
Description:
		Event generated when channel passes a threshold in the specified
		(_rising|_falling) direction. If the direction is not specified,
		then either the device will report an event which ever direction
		a single threshold value is called in (e.g.
		<type>[Z][_name]_<raw|input>_thresh_value) or
		<type>[Z][_name]_<raw|input>_thresh_rising_value and
		<type>[Z][_name]_<raw|input>_thresh_falling_value may take
		different values, but the device can only enable both thresholds
		or neither.
		Note the driver will assume the last p events requested are
		to be enabled where p is however many it supports (which may
		vary depending on the exact set requested. So if you want to be
		sure you have set what you think you have, check the contents of
		these attributes after everything is configured. Drivers may
		have to buffer any parameters so that they are consistent when
		a given event type is enabled a future point (and not those for
		whatever event was previously enabled).

What:		/sys/.../deviceX:eventY/accel_x_roc_rising_en
What:		/sys/.../deviceX:eventY/accel_x_roc_falling_en
What:		/sys/.../deviceX:eventY/accel_y_roc_rising_en
What:		/sys/.../deviceX:eventY/accel_y_roc_falling_en
What:		/sys/.../deviceX:eventY/accel_z_roc_rising_en
What:		/sys/.../deviceX:eventY/accel_z_roc_falling_en
What:		/sys/.../deviceX:eventY/gyro_x_roc_rising_en
What:		/sys/.../deviceX:eventY/gyro_x_roc_falling_en
What:		/sys/.../deviceX:eventY/gyro_y_roc_rising_en
What:		/sys/.../deviceX:eventY/gyro_y_roc_falling_en
What:		/sys/.../deviceX:eventY/gyro_z_roc_rising_en
What:		/sys/.../deviceX:eventY/gyro_z_roc_falling_en
What:		/sys/.../deviceX:eventY/magn_x_roc_rising_en
What:		/sys/.../deviceX:eventY/magn_x_roc_falling_en
What:		/sys/.../deviceX:eventY/magn_y_roc_rising_en
What:		/sys/.../deviceX:eventY/magn_y_roc_falling_en
What:		/sys/.../deviceX:eventY/magn_z_roc_rising_en
What:		/sys/.../deviceX:eventY/magn_z_roc_falling_en
What:		/sys/.../deviceX:eventY/inZ_supply_roc_rising_en
What:		/sys/.../deviceX:eventY/inZ_supply_roc_falling_en
What:		/sys/.../deviceX:eventY/inZ_roc_rising_en
What:		/sys/.../deviceX:eventY/inZ_roc_falling_en
What:		/sys/.../deviceX:eventY/temp_roc_rising_en
What:		/sys/.../deviceX:eventY/temp_roc_falling_en
KernelVersion:	2.6.37
Contact:	linux-iio@vger.kernel.org
Description:
		Event generated when channel passes a threshold on the rate of
		change (1st differential) in the specified (_rising|_falling)
		direction. If the direction is not specified, then either the
		device will report an event which ever direction a single
		threshold value is called in (e.g.
		<type>[Z][_name]_<raw|input>_roc_value) or
		<type>[Z][_name]_<raw|input>_roc_rising_value and
		<type>[Z][_name]_<raw|input>_roc_falling_value may take
		different values, but the device can only enable both rate of
		change thresholds or neither.
		Note the driver will assume the last p events requested are
		to be enabled where p is however many it supports (which may
		vary depending on the exact set requested. So if you want to be
		sure you have set what you think you have, check the contents of
		these attributes after everything is configured. Drivers may
		have to buffer any parameters so that they are consistent when
		a given event type is enabled a future point (and not those for
		whatever event was previously enabled).

What:		/sys/.../deviceX:eventY/accel_x_raw_thresh_rising_value
What:		/sys/.../deviceX:eventY/accel_x_raw_thresh_falling_value
What:		/sys/.../deviceX:eventY/accel_y_raw_thresh_rising_value
What:		/sys/.../deviceX:eventY/accel_y_raw_thresh_falling_value
What:		/sys/.../deviceX:eventY/accel_z_raw_thresh_rising_value
What:		/sys/.../deviceX:eventY/accel_z_raw_thresh_falling_value
What:		/sys/.../deviceX:eventY/gyro_x_raw_thresh_rising_value
What:		/sys/.../deviceX:eventY/gyro_x_raw_thresh_falling_value
What:		/sys/.../deviceX:eventY/gyro_y_raw_thresh_rising_value
What:		/sys/.../deviceX:eventY/gyro_y_raw_thresh_falling_value
What:		/sys/.../deviceX:eventY/gyro_z_raw_thresh_rising_value
What:		/sys/.../deviceX:eventY/gyro_z_raw_thresh_falling_value
What:		/sys/.../deviceX:eventY/magn_x_raw_thresh_rising_value
What:		/sys/.../deviceX:eventY/magn_x_raw_thresh_falling_value
What:		/sys/.../deviceX:eventY/magn_y_raw_thresh_rising_value
What:		/sys/.../deviceX:eventY/magn_y_raw_thresh_falling_value
What:		/sys/.../deviceX:eventY/magn_z_raw_thresh_rising_value
What:		/sys/.../deviceX:eventY/magn_z_raw_thresh_falling_value
What:		/sys/.../deviceX:eventY/inZ_supply_raw_thresh_rising_value
What:		/sys/.../deviceX:eventY/inZ_supply_raw_thresh_falling_value
What:		/sys/.../deviceX:eventY/inZ_raw_thresh_falling_value
What:		/sys/.../deviceX:eventY/inZ_raw_thresh_falling_value
What:		/sys/.../deviceX:eventY/temp_raw_thresh_falling_value
What:		/sys/.../deviceX:eventY/temp_raw_thresh_falling_value
KernelVersion:	2.6.37
Contact:	linux-iio@vger.kernel.org
Description:
		Specifies the value of threshold that the device is comparing
		against for the events enabled by
		<type>Z[_name]_thresh[_rising|falling]_en.
		If separate attributes  exist for the two directions, but
		direction is not specified for this attribute, then a single
		threshold value applies to both directions.
		The raw or input element of the name indicates whether the
		value is in raw device units or in processed units (as _raw
		and _input do on sysfs direct channel read attributes).

What:		/sys/.../deviceX:eventY/accel_x_raw_roc_rising_value
What:		/sys/.../deviceX:eventY/accel_x_raw_roc_falling_value
What:		/sys/.../deviceX:eventY/accel_y_raw_roc_rising_value
What:		/sys/.../deviceX:eventY/accel_y_raw_roc_falling_value
What:		/sys/.../deviceX:eventY/accel_z_raw_roc_rising_value
What:		/sys/.../deviceX:eventY/accel_z_raw_roc_falling_value
What:		/sys/.../deviceX:eventY/gyro_x_raw_roc_rising_value
What:		/sys/.../deviceX:eventY/gyro_x_raw_roc_falling_value
What:		/sys/.../deviceX:eventY/gyro_y_raw_roc_rising_value
What:		/sys/.../deviceX:eventY/gyro_y_raw_roc_falling_value
What:		/sys/.../deviceX:eventY/gyro_z_raw_roc_rising_value
What:		/sys/.../deviceX:eventY/gyro_z_raw_roc_falling_value
What:		/sys/.../deviceX:eventY/magn_x_raw_roc_rising_value
What:		/sys/.../deviceX:eventY/magn_x_raw_roc_falling_value
What:		/sys/.../deviceX:eventY/magn_y_raw_roc_rising_value
What:		/sys/.../deviceX:eventY/magn_y_raw_roc_falling_value
What:		/sys/.../deviceX:eventY/magn_z_raw_roc_rising_value
What:		/sys/.../deviceX:eventY/magn_z_raw_roc_falling_value
What:		/sys/.../deviceX:eventY/inZ_supply_raw_roc_rising_value
What:		/sys/.../deviceX:eventY/inZ_supply_raw_roc_falling_value
What:		/sys/.../deviceX:eventY/inZ_raw_roc_falling_value
What:		/sys/.../deviceX:eventY/inZ_raw_roc_falling_value
What:		/sys/.../deviceX:eventY/temp_raw_roc_falling_value
What:		/sys/.../deviceX:eventY/temp_raw_roc_falling_value
KernelVersion:	2.6.37
Contact:	linux-iio@vger.kernel.org
Description:
		Specifies the value of rate of change threshold that the
		device is comparing against for the events enabled by
		<type>[Z][_name]_roc[_rising|falling]_en.
		If separate attributes exist for the two directions,
		but direction is not specified for this attribute,
		then a single threshold value applies to both directions.
		The raw or input element of the name indicates whether the
		value is in raw device units or in processed units (as _raw
		and _input do on sysfs direct channel read attributes).

What:		/sys/.../deviceX:eventY/accel_x_thresh_rising_period
What:		/sys/.../deviceX:eventY/accel_x_thresh_falling_period
hat:		/sys/.../deviceX:eventY/accel_x_roc_rising_period
What:		/sys/.../deviceX:eventY/accel_x_roc_falling_period
What:		/sys/.../deviceX:eventY/accel_y_thresh_rising_period
What:		/sys/.../deviceX:eventY/accel_y_thresh_falling_period
What:		/sys/.../deviceX:eventY/accel_y_roc_rising_period
What:		/sys/.../deviceX:eventY/accel_y_roc_falling_period
What:		/sys/.../deviceX:eventY/accel_z_thresh_rising_period
What:		/sys/.../deviceX:eventY/accel_z_thresh_falling_period
What:		/sys/.../deviceX:eventY/accel_z_roc_rising_period
What:		/sys/.../deviceX:eventY/accel_z_roc_falling_period
What:		/sys/.../deviceX:eventY/gyro_x_thresh_rising_period
What:		/sys/.../deviceX:eventY/gyro_x_thresh_falling_period
What:		/sys/.../deviceX:eventY/gyro_x_roc_rising_period
What:		/sys/.../deviceX:eventY/gyro_x_roc_falling_period
What:		/sys/.../deviceX:eventY/gyro_y_thresh_rising_period
What:		/sys/.../deviceX:eventY/gyro_y_thresh_falling_period
What:		/sys/.../deviceX:eventY/gyro_y_roc_rising_period
What:		/sys/.../deviceX:eventY/gyro_y_roc_falling_period
What:		/sys/.../deviceX:eventY/gyro_z_thresh_rising_period
What:		/sys/.../deviceX:eventY/gyro_z_thresh_falling_period
What:		/sys/.../deviceX:eventY/gyro_z_roc_rising_period
What:		/sys/.../deviceX:eventY/gyro_z_roc_falling_period
What:		/sys/.../deviceX:eventY/magn_x_thresh_rising_period
What:		/sys/.../deviceX:eventY/magn_x_thresh_falling_period
What:		/sys/.../deviceX:eventY/magn_x_roc_rising_period
What:		/sys/.../deviceX:eventY/magn_x_roc_falling_period
What:		/sys/.../deviceX:eventY/magn_y_thresh_rising_period
What:		/sys/.../deviceX:eventY/magn_y_thresh_falling_period
What:		/sys/.../deviceX:eventY/magn_y_roc_rising_period
What:		/sys/.../deviceX:eventY/magn_y_roc_falling_period
What:		/sys/.../deviceX:eventY/magn_z_thresh_rising_period
What:		/sys/.../deviceX:eventY/magn_z_thresh_falling_period
What:		/sys/.../deviceX:eventY/magn_z_roc_rising_period
What:		/sys/.../deviceX:eventY/magn_z_roc_falling_period
What:		/sys/.../deviceX:eventY/inZ_supply_thresh_rising_period
What:		/sys/.../deviceX:eventY/inZ_supply_thresh_falling_period
What:		/sys/.../deviceX:eventY/inz_supply_roc_rising_period
What:		/sys/.../deviceX:eventY/inZ_supply_roc_falling_period
What:		/sys/.../deviceX:eventY/inZ_thresh_rising_period
What:		/sys/.../deviceX:eventY/inZ_thresh_falling_period
What:		/sys/.../deviceX:eventY/inZ_roc_rising_period
What:		/sys/.../deviceX:eventY/inZ_roc_falling_period
What:		/sys/.../deviceX:eventY/temp_thresh_rising_period
What:		/sys/.../deviceX:eventY/temp_thresh_falling_period
What:		/sys/.../deviceX:eventY/temp_roc_rising_period
What:		/sys/.../deviceX:eventY/temp_roc_falling_period
What:		/sys/.../deviceX:eventY/accel_x&y&z_mag_falling_period
KernelVersion:	2.6.37
Contact:	linux-iio@vger.kernel.org
Description:
		Period of time (in seconds) for which the condition must be
		met before an event is generated. If direction is not
		specified then this period applies to both directions.

What:		/sys/.../deviceX:eventY/accel_mag_en
What:		/sys/.../deviceX:eventY/accel_mag_rising_en
What:		/sys/.../deviceX:eventY/accel_mag_falling_en
What:		/sys/.../deviceX:eventY/accel_x_mag_en
What:		/sys/.../deviceX:eventY/accel_x_mag_rising_en
What:		/sys/.../deviceX:eventY/accel_x_mag_falling_en
What:		/sys/.../deviceX:eventY/accel_y_mag_en
What:		/sys/.../deviceX:eventY/accel_y_mag_rising_en
What:		/sys/.../deviceX:eventY/accel_y_mag_falling_en
What:		/sys/.../deviceX:eventY/accel_z_mag_en
What:		/sys/.../deviceX:eventY/accel_z_mag_rising_en
What:		/sys/.../deviceX:eventY/accel_z_mag_falling_en
What:		/sys/.../deviceX:eventY/accel_x&y&z_mag_rising_en
What:		/sys/.../deviceX:eventY/accel_x&y&z_mag_falling_en
KernelVersion:	2.6.37
Contact:	linux-iio@vger.kernel.org
Description:
		Similar to accel_x_thresh[_rising|_falling]_en, but here the
		magnitude of the channel is compared to the threshold, not its
		signed value.

What:		/sys/.../accel_raw_mag_value
What:		/sys/.../accel_x_raw_mag_rising_value
What:		/sys/.../accel_y_raw_mag_rising_value
What:		/sys/.../accel_z_raw_mag_rising_value
KernelVersion:	2.6.37
Contact:	linux-iio@vger.kernel.org
Description:
		The value to which the magnitude of the channel is compared. If
		number or direction is not specified, applies to all channels of
		this type.

What:		/sys/bus/iio/devices/deviceX:buffer:event/dev
KernelVersion:	2.6.35
Contact:	linux-iio@vger.kernel.org
Description:
		Buffer for device X event character device major:minor numbers.

What:		/sys/bus/iio/devices/deviceX:buffer:access/dev
KernelVersion:	2.6.35
Contact:	linux-iio@vger.kernel.org
Description:
		Buffer for device X access character device major:minor numbers.

What:		/sys/bus/iio/devices/deviceX:buffer/trigger
KernelVersion:	2.6.35
Contact:	linux-iio@vger.kernel.org
Description:
		The name of the trigger source being used, as per string given
		in /sys/class/iio/triggerY/name.

What:		/sys/bus/iio/devices/deviceX:buffer/length
KernelVersion:	2.6.35
Contact:	linux-iio@vger.kernel.org
Description:
		Number of scans contained by the buffer.

What:		/sys/bus/iio/devices/deviceX:buffer/bytes_per_datum
KernelVersion:	2.6.37
Contact:	linux-iio@vger.kernel.org
Description:
		Bytes per scan.  Due to alignment fun, the scan may be larger
		than implied directly by the scan_element parameters.

What:		/sys/bus/iio/devices/deviceX:buffer/enable
KernelVersion:	2.6.35
Contact:	linux-iio@vger.kernel.org
Description:
		Actually start the buffer capture up.  Will start trigger
		if first device and appropriate.

What:		/sys/bus/iio/devices/deviceX:buffer/scan_elements
KernelVersion:	2.6.37
Contact:	linux-iio@vger.kernel.org
Description:
		Directory containing interfaces for elements that will be
		captured for a single triggered sample set in the buffer.

What:		/sys/bus/iio/devices/deviceX:buffer/scan_elements/accel_x_en
What:		/sys/bus/iio/devices/deviceX:buffer/scan_elements/accel_y_en
What:		/sys/bus/iio/devices/deviceX:buffer/scan_elements/accel_z_en
What:		/sys/bus/iio/devices/deviceX:buffer/scan_elements/gyro_x_en
What:		/sys/bus/iio/devices/deviceX:buffer/scan_elements/gyro_y_en
What:		/sys/bus/iio/devices/deviceX:buffer/scan_elements/gyro_z_en
What:		/sys/bus/iio/devices/deviceX:buffer/scan_elements/magn_x_en
What:		/sys/bus/iio/devices/deviceX:buffer/scan_elements/magn_y_en
What:		/sys/bus/iio/devices/deviceX:buffer/scan_elements/magn_z_en
What:		/sys/bus/iio/devices/deviceX:buffer/scan_elements/timestamp_en
What:		/sys/bus/iio/devices/deviceX:buffer/scan_elements/inY_supply_en
What:		/sys/bus/iio/devices/deviceX:buffer/scan_elements/inY_en
What:		/sys/bus/iio/devices/deviceX:buffer/scan_elements/inY-inZ_en
What:		/sys/bus/iio/devices/deviceX:buffer/scan_elements/incli_x_en
What:		/sys/bus/iio/devices/deviceX:buffer/scan_elements/incli_y_en
KernelVersion:	2.6.37
Contact:	linux-iio@vger.kernel.org
Description:
		Scan element control for triggered data capture.

What:		/sys/bus/iio/devices/deviceX:buffer/scan_elements/accel_type
What:		/sys/bus/iio/devices/deviceX:buffer/scan_elements/gyro_type
What:		/sys/bus/iio/devices/deviceX:buffer/scan_elements/magn_type
What:		/sys/bus/iio/devices/deviceX:buffer/scan_elements/incli_type
What:		/sys/bus/iio/devices/deviceX:buffer/scan_elements/inY_type
What:		/sys/bus/iio/devices/deviceX:buffer/scan_elements/in-in_type
What:		/sys/.../deviceX:buffer/scan_elements/inY_supply_type
What:		/sys/.../deviceX:buffer/scan_elements/timestamp_type
KernelVersion:	2.6.37
Contact:	linux-iio@vger.kernel.org
Description:
		Description of the scan element data storage within the buffer
		and hence the form in which it is read from user-space.
		Form is [s|u]bits/storagebits[>>shift].  s or u specifies if
		signed (2's complement) or unsigned. bits is the number of bits
		of data and storagebits is the space (after padding) that it
		occupies in the buffer. shift if specified, is the shift that
		needs to be applied prior to masking out unused bits. Some
		devices put their data in the middle of the transferred elements
		with additional information on both sides.  Note that some
		devices will have additional information in the unused bits
		so to get a clean value, the bits value must be used to mask
		the buffer output value appropriately.  The storagebits value
		also specifies the data alignment.  So s48/64>>2 will be a
		signed 48 bit integer stored in a 64 bit location aligned to
		a a64 bit boundary. To obtain the clean value, shift right 2
		and apply a mask to zero the top 16 bits of the result.
		For other storage combinations this attribute will be extended
		appropriately.

What:		/sys/.../deviceX:buffer/scan_elements/accel_type_available
KernelVersion:	2.6.37
Contact:	linux-iio@vger.kernel.org
Description:
		If the type parameter can take one of a small set of values,
		this attribute lists them.

What:		/sys/bus/iio/devices/deviceX:buffer/scan_elements/inY_index
What:		/sys/.../deviceX:buffer/scan_elements/inY_supply_index
What:		/sys/bus/iio/devices/deviceX:buffer/scan_elements/accel_x_index
What:		/sys/bus/iio/devices/deviceX:buffer/scan_elements/accel_y_index
What:		/sys/bus/iio/devices/deviceX:buffer/scan_elements/accel_z_index
What:		/sys/bus/iio/devices/deviceX:buffer/scan_elements/gyro_x_index
What:		/sys/bus/iio/devices/deviceX:buffer/scan_elements/gyro_y_index
What:		/sys/bus/iio/devices/deviceX:buffer/scan_elements/gyro_z_index
What:		/sys/bus/iio/devices/deviceX:buffer/scan_elements/magn_x_index
What:		/sys/bus/iio/devices/deviceX:buffer/scan_elements/magn_y_index
What:		/sys/bus/iio/devices/deviceX:buffer/scan_elements/magn_z_index
What:		/sys/bus/iio/devices/deviceX:buffer/scan_elements/incli_x_index
What:		/sys/bus/iio/devices/deviceX:buffer/scan_elements/incli_y_index
What:		/sys/.../deviceX:buffer/scan_elements/timestamp_index
KernelVersion:	2.6.37
Contact:	linux-iio@vger.kernel.org
Description:
		A single positive integer specifying the position of this
		scan element in the buffer. Note these are not dependent on
		what is enabled and may not be contiguous. Thus for user-space
		to establish the full layout these must be used in conjunction
		with all _en attributes to establish which channels are present,
		and the relevant _type attributes to establish the data storage
		format.