Home
last modified time | relevance | path

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

/linux/drivers/misc/
H A Dbh1770glc.c301 u16 threshold_hi, u16 threshold_lo) in bh1770_lux_update_thresholds() argument
318 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()
/linux/include/uapi/linux/media/raspberrypi/
H A Dpisp_be_config.h249 __u16 threshold_lo; member