summaryrefslogtreecommitdiffstats
path: root/include/linux/iio
diff options
context:
space:
mode:
authorJonathan Cameron2012-05-05 11:56:41 +0200
committerJonathan Cameron2012-06-30 11:15:28 +0200
commitcf82cb8128496955a38fa62e1819ceb1d596e2eb (patch)
tree330d177db4e6737e1a2b23a5708259c193c19d8f /include/linux/iio
parentstaging:iio:accel:adis16204 support the rss channel via chan spec. (diff)
downloadkernel-qcow2-linux-cf82cb8128496955a38fa62e1819ceb1d596e2eb.tar.gz
kernel-qcow2-linux-cf82cb8128496955a38fa62e1819ceb1d596e2eb.tar.xz
kernel-qcow2-linux-cf82cb8128496955a38fa62e1819ceb1d596e2eb.zip
IIO: Add a modifier for x^2+y^2+z^2
There will probably be a number of such modifiers eventually but this one is used in the adis16240 accelerometer driver. Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'include/linux/iio')
-rw-r--r--include/linux/iio/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/iio/types.h b/include/linux/iio/types.h
index 210559ddf8a3..e25040173346 100644
--- a/include/linux/iio/types.h
+++ b/include/linux/iio/types.h
@@ -45,6 +45,7 @@ enum iio_modifier {
IIO_MOD_LIGHT_BOTH,
IIO_MOD_LIGHT_IR,
IIO_MOD_ROOT_SUM_SQUARED_X_Y,
+ IIO_MOD_SUM_SQUARED_X_Y_Z,
};
#define IIO_VAL_INT 1