Home
last modified time | relevance | path

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

/drivers/misc/
Dbh1770glc.c318 u16 threshold_hi, u16 threshold_lo) in bh1770_lux_update_thresholds() argument
335 if (threshold_lo != BH1770_LUX_RANGE && threshold_lo != 0) in bh1770_lux_update_thresholds()
336 threshold_lo = bh1770_lux_adjusted_to_raw(chip, threshold_lo); in bh1770_lux_update_thresholds()
339 chip->lux_thres_lo_onchip == threshold_lo) in bh1770_lux_update_thresholds()
343 chip->lux_thres_lo_onchip = threshold_lo; in bh1770_lux_update_thresholds()
347 data[2] = threshold_lo; in bh1770_lux_update_thresholds()
348 data[3] = threshold_lo >> 8; in bh1770_lux_update_thresholds()