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

/linux-master/drivers/misc/
H A Dbh1770glc.c100 #define BH1770_LUX_RANGE 65535 macro
290 return min(lux, (u32)BH1770_LUX_RANGE);
315 if (threshold_hi != BH1770_LUX_RANGE && threshold_hi != 0)
318 if (threshold_lo != BH1770_LUX_RANGE && threshold_lo != 0)
407 chip->lux_thres_hi_onchip = BH1770_LUX_RANGE;
704 return sprintf(buf, "%d\n", BH1770_LUX_RANGE);
1056 if (thresh > BH1770_LUX_RANGE)

Completed in 408 milliseconds