rcf               125 drivers/misc/apds990x.c 	struct	reverse_factors		rcf;
rcf               294 drivers/misc/apds990x.c 		chip->rcf.afactor * chip->lux_ir)
rcf               295 drivers/misc/apds990x.c 		thres = (chip->rcf.cf1 * thres + chip->rcf.irf1 * ir) /
rcf               298 drivers/misc/apds990x.c 		thres = (chip->rcf.cf2 * thres + chip->rcf.irf2 * ir) /
rcf              1090 drivers/misc/apds990x.c 	chip->rcf.afactor =
rcf              1093 drivers/misc/apds990x.c 	chip->rcf.cf1 = APDS_PARAM_SCALE * APDS_PARAM_SCALE /
rcf              1095 drivers/misc/apds990x.c 	chip->rcf.irf1 = chip->cf.irf1 * APDS_PARAM_SCALE /
rcf              1097 drivers/misc/apds990x.c 	chip->rcf.cf2 = APDS_PARAM_SCALE * APDS_PARAM_SCALE /
rcf              1099 drivers/misc/apds990x.c 	chip->rcf.irf2 = chip->cf.irf2 * APDS_PARAM_SCALE /
rcf              1402 net/netfilter/nf_conntrack_h323_main.c 		       unsigned char **data, RegistrationConfirm *rcf)
rcf              1416 net/netfilter/nf_conntrack_h323_main.c 					rcf->callSignalAddress.item,
rcf              1417 net/netfilter/nf_conntrack_h323_main.c 					rcf->callSignalAddress.count);
rcf              1422 net/netfilter/nf_conntrack_h323_main.c 	if (rcf->options & eRegistrationConfirm_timeToLive) {
rcf              1423 net/netfilter/nf_conntrack_h323_main.c 		pr_debug("nf_ct_ras: RCF TTL = %u seconds\n", rcf->timeToLive);
rcf              1424 net/netfilter/nf_conntrack_h323_main.c 		info->timeout = rcf->timeToLive;