thresh_type       220 drivers/staging/iio/cdc/ad7150.c 	u8 thresh_type, cfg, adaptive;
thresh_type       244 drivers/staging/iio/cdc/ad7150.c 			thresh_type = 0x1;
thresh_type       246 drivers/staging/iio/cdc/ad7150.c 			thresh_type = 0x0;
thresh_type       251 drivers/staging/iio/cdc/ad7150.c 			thresh_type = 0x3;
thresh_type       253 drivers/staging/iio/cdc/ad7150.c 			thresh_type = 0x2;
thresh_type       258 drivers/staging/iio/cdc/ad7150.c 			thresh_type = 0x1;
thresh_type       260 drivers/staging/iio/cdc/ad7150.c 			thresh_type = 0x0;
thresh_type       267 drivers/staging/iio/cdc/ad7150.c 	cfg |= (!adaptive << 7) | (thresh_type << 5);