Searched refs:BH1770_LUX_RANGE (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/misc/
H A Dbh1770glc.c114 #define BH1770_LUX_RANGE 65535 macro
307 return min(lux, (u32)BH1770_LUX_RANGE); bh1770_lux_raw_to_adjusted()
332 if (threshold_hi != BH1770_LUX_RANGE && threshold_hi != 0) bh1770_lux_update_thresholds()
335 if (threshold_lo != BH1770_LUX_RANGE && threshold_lo != 0) bh1770_lux_update_thresholds()
424 chip->lux_thres_hi_onchip = BH1770_LUX_RANGE; bh1770_chip_on()
721 return sprintf(buf, "%d\n", BH1770_LUX_RANGE); bh1770_lux_range_show()
1073 if (thresh > BH1770_LUX_RANGE) bh1770_set_lux_thresh()

Completed in 163 milliseconds