iio: core: Introduce IIO_CHAN_INFO_DEBOUNCE_COUNT and _TIME
[deliverable/linux.git] / drivers / iio / industrialio-core.c
index 4ee6fdfa92fe75f4e9c179cc6b0ca2801010d7a5..aaba9d3d980ee623ad6b78111a9c9708198b23e0 100644 (file)
@@ -126,6 +126,8 @@ static const char * const iio_chan_info_postfix[] = {
        [IIO_CHAN_INFO_ENABLE] = "en",
        [IIO_CHAN_INFO_CALIBHEIGHT] = "calibheight",
        [IIO_CHAN_INFO_CALIBWEIGHT] = "calibweight",
+       [IIO_CHAN_INFO_DEBOUNCE_COUNT] = "debounce_count",
+       [IIO_CHAN_INFO_DEBOUNCE_TIME] = "debounce_time",
 };
 
 /**
This page took 0.027824 seconds and 5 git commands to generate.