irf2              109 drivers/misc/apds990x.c 	int irf2;
irf2              298 drivers/misc/apds990x.c 		thres = (chip->rcf.cf2 * thres + chip->rcf.irf2 * ir) /
irf2              441 drivers/misc/apds990x.c 	iac2 = (chip->cf.cf2 * clear - chip->cf.irf2 * ir) / APDS_PARAM_SCALE;
irf2             1083 drivers/misc/apds990x.c 		chip->cf.irf2 = 5816; /* 1.42 * APDS_PARAM_SCALE */
irf2             1091 drivers/misc/apds990x.c 		(chip->cf.irf1 - chip->cf.irf2) * APDS_PARAM_SCALE /
irf2             1099 drivers/misc/apds990x.c 	chip->rcf.irf2 = chip->cf.irf2 * APDS_PARAM_SCALE /
irf2               40 include/linux/platform_data/apds990x.h 	int irf2;