Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/i2c/
Dapds990x.h54 int irf2; member
/linux-4.4.14/drivers/misc/
Dapds990x.c123 int irf2; 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()
1087 chip->cf.irf2 = 5816; /* 1.42 * APDS_PARAM_SCALE */ in apds990x_probe()
1095 (chip->cf.irf1 - chip->cf.irf2) * APDS_PARAM_SCALE / in apds990x_probe()
1103 chip->rcf.irf2 = chip->cf.irf2 * APDS_PARAM_SCALE / in apds990x_probe()