threshtype 136 drivers/staging/iio/cdc/ad7150.c u8 threshtype; threshtype 144 drivers/staging/iio/cdc/ad7150.c threshtype = FIELD_GET(AD7150_THRESHTYPE_MSK, ret); threshtype 152 drivers/staging/iio/cdc/ad7150.c return !thrfixed && (threshtype == 0x1); threshtype 153 drivers/staging/iio/cdc/ad7150.c return !thrfixed && (threshtype == 0x0); threshtype 156 drivers/staging/iio/cdc/ad7150.c return !thrfixed && (threshtype == 0x3); threshtype 157 drivers/staging/iio/cdc/ad7150.c return !thrfixed && (threshtype == 0x2); threshtype 160 drivers/staging/iio/cdc/ad7150.c return thrfixed && (threshtype == 0x1); threshtype 161 drivers/staging/iio/cdc/ad7150.c return thrfixed && (threshtype == 0x0);