@@ -279,6 +279,35 @@ Description:
279279 but should match other such assignments on device).
280280 Units after application of scale and offset are m/s^2.
281281
282+ What: /sys/bus/iio/devices/iio:deviceX/in_deltaangl_x_raw
283+ What: /sys/bus/iio/devices/iio:deviceX/in_deltaangl_y_raw
284+ What: /sys/bus/iio/devices/iio:deviceX/in_deltaangl_z_raw
285+ KernelVersion: 6.5
286+ Contact: linux-iio@vger.kernel.org
287+ Description:
288+ Angular displacement between two consecutive samples on x, y or
289+ z (may be arbitrarily assigned but should match other such
290+ assignments on device).
291+ In order to compute the total angular displacement during a
292+ desired period of time, the application should sum-up the delta
293+ angle samples acquired during that time.
294+ Units after application of scale and offset are radians.
295+
296+ What: /sys/bus/iio/devices/iio:deviceX/in_deltavelocity_x_raw
297+ What: /sys/bus/iio/devices/iio:deviceX/in_deltavelocity_y_raw
298+ What: /sys/bus/iio/devices/iio:deviceX/in_deltavelocity_z_raw
299+ KernelVersion: 6.5
300+ Contact: linux-iio@vger.kernel.org
301+ Description:
302+ The linear velocity change between two consecutive samples on x,
303+ y or z (may be arbitrarily assigned but should match other such
304+ assignments on device).
305+ In order to compute the total linear velocity change during a
306+ desired period of time, the application should sum-up the delta
307+ velocity samples acquired during that time.
308+ Units after application of scale and offset are meters per
309+ second.
310+
282311What: /sys/bus/iio/devices/iio:deviceX/in_angl_raw
283312What: /sys/bus/iio/devices/iio:deviceX/in_anglY_raw
284313KernelVersion: 4.17
@@ -461,6 +490,8 @@ What: /sys/bus/iio/devices/iio:deviceX/in_humidityrelative_scale
461490What: /sys/bus/iio/devices/iio:deviceX/in_velocity_sqrt(x^2+y^2+z^2)_scale
462491What: /sys/bus/iio/devices/iio:deviceX/in_illuminance_scale
463492What: /sys/bus/iio/devices/iio:deviceX/in_countY_scale
493+ What: /sys/bus/iio/devices/iio:deviceX/in_deltaangl_scale
494+ What: /sys/bus/iio/devices/iio:deviceX/in_deltavelocity_scale
464495What: /sys/bus/iio/devices/iio:deviceX/in_angl_scale
465496What: /sys/bus/iio/devices/iio:deviceX/in_intensity_x_scale
466497What: /sys/bus/iio/devices/iio:deviceX/in_intensity_y_scale
@@ -1332,6 +1363,12 @@ Description:
13321363What: /sys/.../iio:deviceX/bufferY/in_accel_x_en
13331364What: /sys/.../iio:deviceX/bufferY/in_accel_y_en
13341365What: /sys/.../iio:deviceX/bufferY/in_accel_z_en
1366+ What: /sys/.../iio:deviceX/bufferY/in_deltaangl_x_en
1367+ What: /sys/.../iio:deviceX/bufferY/in_deltaangl_y_en
1368+ What: /sys/.../iio:deviceX/bufferY/in_deltaangl_z_en
1369+ What: /sys/.../iio:deviceX/bufferY/in_deltavelocity_x_en
1370+ What: /sys/.../iio:deviceX/bufferY/in_deltavelocity_y_en
1371+ What: /sys/.../iio:deviceX/bufferY/in_deltavelocity_z_en
13351372What: /sys/.../iio:deviceX/bufferY/in_anglvel_x_en
13361373What: /sys/.../iio:deviceX/bufferY/in_anglvel_y_en
13371374What: /sys/.../iio:deviceX/bufferY/in_anglvel_z_en
@@ -1362,6 +1399,8 @@ Description:
13621399 Scan element control for triggered data capture.
13631400
13641401What: /sys/.../iio:deviceX/bufferY/in_accel_type
1402+ What: /sys/.../iio:deviceX/bufferY/in_deltaangl_type
1403+ What: /sys/.../iio:deviceX/bufferY/in_deltavelocity_type
13651404What: /sys/.../iio:deviceX/bufferY/in_anglvel_type
13661405What: /sys/.../iio:deviceX/bufferY/in_magn_type
13671406What: /sys/.../iio:deviceX/bufferY/in_incli_type
@@ -1416,6 +1455,12 @@ What: /sys/.../iio:deviceX/bufferY/in_voltage_q_index
14161455What: /sys/.../iio:deviceX/bufferY/in_accel_x_index
14171456What: /sys/.../iio:deviceX/bufferY/in_accel_y_index
14181457What: /sys/.../iio:deviceX/bufferY/in_accel_z_index
1458+ What: /sys/.../iio:deviceX/bufferY/in_deltaangl_x_index
1459+ What: /sys/.../iio:deviceX/bufferY/in_deltaangl_y_index
1460+ What: /sys/.../iio:deviceX/bufferY/in_deltaangl_z_index
1461+ What: /sys/.../iio:deviceX/bufferY/in_deltavelocity_x_index
1462+ What: /sys/.../iio:deviceX/bufferY/in_deltavelocity_y_index
1463+ What: /sys/.../iio:deviceX/bufferY/in_deltavelocity_z_index
14191464What: /sys/.../iio:deviceX/bufferY/in_anglvel_x_index
14201465What: /sys/.../iio:deviceX/bufferY/in_anglvel_y_index
14211466What: /sys/.../iio:deviceX/bufferY/in_anglvel_z_index
@@ -2179,3 +2224,33 @@ Contact: linux-iio@vger.kernel.org
21792224Description:
21802225 Number of conditions that must occur, during a running
21812226 period, before an event is generated.
2227+
2228+ What: /sys/bus/iio/devices/iio:deviceX/in_colortemp_raw
2229+ KernelVersion: 6.7
2230+ Contact: linux-iio@vger.kernel.org
2231+ Description:
2232+ Represents light color temperature, which measures light color
2233+ temperature in Kelvin.
2234+
2235+ What: /sys/bus/iio/devices/iio:deviceX/in_chromaticity_x_raw
2236+ What: /sys/bus/iio/devices/iio:deviceX/in_chromaticity_y_raw
2237+ KernelVersion: 6.7
2238+ Contact: linux-iio@vger.kernel.org
2239+ Description:
2240+ The x and y light color coordinate on the CIE 1931 chromaticity
2241+ diagram.
2242+
2243+ What: /sys/bus/iio/devices/iio:deviceX/events/in_altvoltageY_mag_either_label
2244+ What: /sys/bus/iio/devices/iio:deviceX/events/in_altvoltageY_mag_rising_label
2245+ What: /sys/bus/iio/devices/iio:deviceX/events/in_altvoltageY_thresh_falling_label
2246+ What: /sys/bus/iio/devices/iio:deviceX/events/in_altvoltageY_thresh_rising_label
2247+ What: /sys/bus/iio/devices/iio:deviceX/events/in_anglvelY_mag_rising_label
2248+ What: /sys/bus/iio/devices/iio:deviceX/events/in_anglY_thresh_rising_label
2249+ What: /sys/bus/iio/devices/iio:deviceX/events/in_phaseY_mag_rising_label
2250+ KernelVersion: 6.7
2251+ Contact: linux-iio@vger.kernel.org
2252+ Description:
2253+ Optional symbolic label to a device channel event.
2254+ If a label is defined for this event add that to the event
2255+ specific attributes. This is useful for userspace to be able to
2256+ better identify an individual event.
0 commit comments