Home
last modified time | relevance | path

Searched refs:rcf (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/misc/
H A Dapds990x.c125 struct reverse_factors rcf; member
294 chip->rcf.afactor * chip->lux_ir) in apds990x_lux_to_threshold()
295 thres = (chip->rcf.cf1 * thres + chip->rcf.irf1 * ir) / in apds990x_lux_to_threshold()
298 thres = (chip->rcf.cf2 * thres + chip->rcf.irf2 * ir) / in apds990x_lux_to_threshold()
1090 chip->rcf.afactor = in apds990x_probe()
1093 chip->rcf.cf1 = APDS_PARAM_SCALE * APDS_PARAM_SCALE / in apds990x_probe()
1095 chip->rcf.irf1 = chip->cf.irf1 * APDS_PARAM_SCALE / in apds990x_probe()
1097 chip->rcf in apds990x_probe()
[all...]
/kernel/linux/linux-6.6/drivers/misc/
H A Dapds990x.c125 struct reverse_factors rcf; member
294 chip->rcf.afactor * chip->lux_ir) in apds990x_lux_to_threshold()
295 thres = (chip->rcf.cf1 * thres + chip->rcf.irf1 * ir) / in apds990x_lux_to_threshold()
298 thres = (chip->rcf.cf2 * thres + chip->rcf.irf2 * ir) / in apds990x_lux_to_threshold()
1089 chip->rcf.afactor = in apds990x_probe()
1092 chip->rcf.cf1 = APDS_PARAM_SCALE * APDS_PARAM_SCALE / in apds990x_probe()
1094 chip->rcf.irf1 = chip->cf.irf1 * APDS_PARAM_SCALE / in apds990x_probe()
1096 chip->rcf in apds990x_probe()
[all...]
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_conntrack_h323_main.c1402 unsigned char **data, RegistrationConfirm *rcf) in process_rcf()
1416 rcf->callSignalAddress.item, in process_rcf()
1417 rcf->callSignalAddress.count); in process_rcf()
1422 if (rcf->options & eRegistrationConfirm_timeToLive) { in process_rcf()
1423 pr_debug("nf_ct_ras: RCF TTL = %u seconds\n", rcf->timeToLive); in process_rcf()
1424 info->timeout = rcf->timeToLive; in process_rcf()
1399 process_rcf(struct sk_buff *skb, struct nf_conn *ct, enum ip_conntrack_info ctinfo, unsigned int protoff, unsigned char **data, RegistrationConfirm *rcf) process_rcf() argument
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_conntrack_h323_main.c1360 unsigned char **data, RegistrationConfirm *rcf) in process_rcf()
1374 rcf->callSignalAddress.item, in process_rcf()
1375 rcf->callSignalAddress.count); in process_rcf()
1380 if (rcf->options & eRegistrationConfirm_timeToLive) { in process_rcf()
1381 pr_debug("nf_ct_ras: RCF TTL = %u seconds\n", rcf->timeToLive); in process_rcf()
1382 info->timeout = rcf->timeToLive; in process_rcf()
1357 process_rcf(struct sk_buff *skb, struct nf_conn *ct, enum ip_conntrack_info ctinfo, unsigned int protoff, unsigned char **data, RegistrationConfirm *rcf) process_rcf() argument

Completed in 9 milliseconds