Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/platform_data/
Dapds990x.h53 int cf2; member
/linux-4.19.296/drivers/misc/
Dapds990x.c122 int cf2; member
313 thres = (chip->rcf.cf2 * thres + chip->rcf.irf2 * ir) / in apds990x_lux_to_threshold()
456 iac2 = (chip->cf.cf2 * clear - chip->cf.irf2 * ir) / APDS_PARAM_SCALE; in apds990x_get_lux()
1097 chip->cf.cf2 = 2867; /* 0.70 * APDS_PARAM_SCALE */ in apds990x_probe()
1107 (chip->cf.cf1 - chip->cf.cf2); in apds990x_probe()
1112 chip->rcf.cf2 = APDS_PARAM_SCALE * APDS_PARAM_SCALE / in apds990x_probe()
1113 chip->cf.cf2; in apds990x_probe()
1115 chip->cf.cf2; in apds990x_probe()