Home
last modified time | relevance | path

Searched refs:low_thresh_mantissa (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/iio/light/
H A Dopt3001.c87 u16 low_thresh_mantissa; member
328 value = (opt->low_thresh_exp << 12) | opt->low_thresh_mantissa; in opt3001_get_lux()
460 opt->low_thresh_mantissa, val, val2); in opt3001_read_event_value()
507 opt->low_thresh_mantissa = mantissa; in opt3001_write_event_value()
669 opt->low_thresh_mantissa = OPT3001_REG_MANTISSA(ret); in opt3001_configure()