diff options
| author | Lars-Peter Clausen <lars@metafoo.de> | 2015-05-22 12:17:38 -0400 |
|---|---|---|
| committer | Jonathan Cameron <jic23@kernel.org> | 2015-05-23 05:49:55 -0400 |
| commit | 1ce87f21edf6a071a7cc6bc77d628d7c7650d0d8 (patch) | |
| tree | e21dccd1d0abee6c525407f91f60e7141fcd1c6a /include/uapi/linux | |
| parent | 2f4adaeebfb6f30fd6cd7a1a1dffe31f8e93a4c9 (diff) | |
iio: Add I/Q modifiers
I/Q modifiers can be used to denote signals which are represented by a
in-phase and a quadrature component.
The ABI documentation describes the I and Q modifiers for current and
voltage channels for now as those will be the most likely users.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/iio/types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/iio/types.h b/include/uapi/linux/iio/types.h index 5c4601935005..2f8b11722204 100644 --- a/include/uapi/linux/iio/types.h +++ b/include/uapi/linux/iio/types.h | |||
| @@ -70,6 +70,8 @@ enum iio_modifier { | |||
| 70 | IIO_MOD_WALKING, | 70 | IIO_MOD_WALKING, |
| 71 | IIO_MOD_STILL, | 71 | IIO_MOD_STILL, |
| 72 | IIO_MOD_ROOT_SUM_SQUARED_X_Y_Z, | 72 | IIO_MOD_ROOT_SUM_SQUARED_X_Y_Z, |
| 73 | IIO_MOD_I, | ||
| 74 | IIO_MOD_Q, | ||
| 73 | }; | 75 | }; |
| 74 | 76 | ||
| 75 | enum iio_event_type { | 77 | enum iio_event_type { |
