thrfixed          137 drivers/staging/iio/cdc/ad7150.c 	bool thrfixed;
thrfixed          147 drivers/staging/iio/cdc/ad7150.c 	thrfixed = FIELD_GET(AD7150_CFG_FIX, ret);
thrfixed          152 drivers/staging/iio/cdc/ad7150.c 			return !thrfixed && (threshtype == 0x1);
thrfixed          153 drivers/staging/iio/cdc/ad7150.c 		return !thrfixed && (threshtype == 0x0);
thrfixed          156 drivers/staging/iio/cdc/ad7150.c 			return !thrfixed && (threshtype == 0x3);
thrfixed          157 drivers/staging/iio/cdc/ad7150.c 		return !thrfixed && (threshtype == 0x2);
thrfixed          160 drivers/staging/iio/cdc/ad7150.c 			return thrfixed && (threshtype == 0x1);
thrfixed          161 drivers/staging/iio/cdc/ad7150.c 		return thrfixed && (threshtype == 0x0);