Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/misc/
Dbh1770glc.c101 #define BH1770_PROX_RANGE 255 macro
248 if (adjusted > BH1770_PROX_RANGE) in bh1770_psraw_to_adjusted()
249 adjusted = BH1770_PROX_RANGE; in bh1770_psraw_to_adjusted()
769 return sprintf(buf, "%d\n", BH1770_PROX_RANGE); in bh1770_prox_range_show()
862 if (value > BH1770_PROX_RANGE) in bh1770_set_prox_thres()
921 if (value > BH1770_PROX_RANGE) in bh1770_prox_abs_thres_store()