irf1              107 drivers/misc/apds990x.c 	int irf1;
irf1              295 drivers/misc/apds990x.c 		thres = (chip->rcf.cf1 * thres + chip->rcf.irf1 * ir) /
irf1              440 drivers/misc/apds990x.c 	iac1 = (chip->cf.cf1 * clear - chip->cf.irf1 * ir) / APDS_PARAM_SCALE;
irf1             1081 drivers/misc/apds990x.c 		chip->cf.irf1 = 9134; /* 2.23 * APDS_PARAM_SCALE */
irf1             1091 drivers/misc/apds990x.c 		(chip->cf.irf1 - chip->cf.irf2) * APDS_PARAM_SCALE /
irf1             1095 drivers/misc/apds990x.c 	chip->rcf.irf1 = chip->cf.irf1 * APDS_PARAM_SCALE /
irf1               38 include/linux/platform_data/apds990x.h 	int irf1;