low_thresh_mantissa   86 drivers/iio/light/opt3001.c 	u16			low_thresh_mantissa;
low_thresh_mantissa  327 drivers/iio/light/opt3001.c 		value = (opt->low_thresh_exp << 12) | opt->low_thresh_mantissa;
low_thresh_mantissa  459 drivers/iio/light/opt3001.c 				opt->low_thresh_mantissa, val, val2);
low_thresh_mantissa  506 drivers/iio/light/opt3001.c 		opt->low_thresh_mantissa = mantissa;
low_thresh_mantissa  668 drivers/iio/light/opt3001.c 	opt->low_thresh_mantissa = OPT3001_REG_MANTISSA(ret);