Searched refs:threshold_lo (Results 1 – 2 of 2) sorted by relevance
301 u16 threshold_hi, u16 threshold_lo) in bh1770_lux_update_thresholds() argument318 if (threshold_lo != BH1770_LUX_RANGE && threshold_lo != 0) in bh1770_lux_update_thresholds()319 threshold_lo = bh1770_lux_adjusted_to_raw(chip, threshold_lo); in bh1770_lux_update_thresholds()322 chip->lux_thres_lo_onchip == threshold_lo) in bh1770_lux_update_thresholds()326 chip->lux_thres_lo_onchip = threshold_lo; in bh1770_lux_update_thresholds()330 data[2] = threshold_lo; in bh1770_lux_update_thresholds()331 data[3] = threshold_lo >> 8; in bh1770_lux_update_thresholds()
249 __u16 threshold_lo; member