Searched refs:lux_thres_lo (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/ |
H A D | apds990x.c | 143 u32 lux_thres_lo; member 352 apds990x_lux_to_threshold(chip, chip->lux_thres_lo)); in apds990x_refresh_athres() 886 return sprintf(buf, "%d\n", chip->lux_thres_lo); in apds990x_lux_thresh_below_show() 932 int ret = apds990x_set_lux_thresh(chip, &chip->lux_thres_lo, buf); in apds990x_lux_thresh_below_store() 1104 chip->lux_thres_lo = APDS_LUX_DEF_THRES_LO; in apds990x_probe()
|
/kernel/linux/linux-6.6/drivers/misc/ |
H A D | apds990x.c | 143 u32 lux_thres_lo; member 352 apds990x_lux_to_threshold(chip, chip->lux_thres_lo)); in apds990x_refresh_athres() 886 return sprintf(buf, "%d\n", chip->lux_thres_lo); in apds990x_lux_thresh_below_show() 932 int ret = apds990x_set_lux_thresh(chip, &chip->lux_thres_lo, buf); in apds990x_lux_thresh_below_store() 1103 chip->lux_thres_lo = APDS_LUX_DEF_THRES_LO; in apds990x_probe()
|
Completed in 6 milliseconds