Home
last modified time | relevance | path

Searched refs:low_thresh (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.10/drivers/iio/adc/
Dti-ads1015.c232 int low_thresh; member
560 data->thresh_data[chan->address].low_thresh; in ads1015_read_event()
606 data->thresh_data[chan->address].low_thresh = val; in ads1015_write_event()
658 int low_thresh = data->thresh_data[chan->address].low_thresh; in ads1015_enable_event_config() local
673 low_thresh = max(-1 << (chan->scan_type.realbits - 1), in ads1015_enable_event_config()
677 low_thresh << chan->scan_type.shift); in ads1015_enable_event_config()
982 data->thresh_data[i].low_thresh = -1 << (realbits - 1); in ads1015_probe()
/Linux-v5.10/drivers/iio/light/
Dtcs3472.c61 u16 low_thresh; member
233 data->high_thresh : data->low_thresh; in tcs3472_read_event()
285 data->low_thresh = val; in tcs3472_write_event()
487 data->low_thresh = ret; in tcs3472_probe()
/Linux-v5.10/net/ieee802154/6lowpan/
Dreassembly.c376 table[0].extra1 = &ieee802154_lowpan->fqdir->low_thresh; in lowpan_frags_ns_sysctl_register()
377 table[1].data = &ieee802154_lowpan->fqdir->low_thresh; in lowpan_frags_ns_sysctl_register()
453 ieee802154_lowpan->fqdir->low_thresh = IPV6_FRAG_LOW_THRESH; in lowpan_frags_init_net()
/Linux-v5.10/net/ipv6/netfilter/
Dnf_conntrack_reasm.c90 table[1].data = &net->nf_frag.fqdir->low_thresh; in nf_ct_frag6_sysctl_register()
93 table[2].extra1 = &net->nf_frag.fqdir->low_thresh; in nf_ct_frag6_sysctl_register()
505 net->nf_frag.fqdir->low_thresh = IPV6_FRAG_LOW_THRESH; in nf_ct_net_init()
/Linux-v5.10/net/ipv6/
Dreassembly.c460 table[0].extra1 = &net->ipv6.fqdir->low_thresh; in ip6_frags_ns_sysctl_register()
461 table[1].data = &net->ipv6.fqdir->low_thresh; in ip6_frags_ns_sysctl_register()
531 net->ipv6.fqdir->low_thresh = IPV6_FRAG_LOW_THRESH; in ipv6_frags_init_net()
/Linux-v5.10/arch/arm/mach-pxa/
Dsharpsl_pm.c202 int low_thresh, high_thresh; in get_apm_status() local
206 low_thresh = sharpsl_pm.machinfo->status_low_acin; in get_apm_status()
209 low_thresh = sharpsl_pm.machinfo->status_low_noac; in get_apm_status()
214 if (voltage >= low_thresh) in get_apm_status()
/Linux-v5.10/drivers/thermal/qcom/
Dtsens.c46 int low_thresh; member
346 d->low_thresh = tsens_hw_to_mC(s, LOW_THRESH_0 + hw_id); in tsens_read_irq_state()
356 d->low_thresh, d->up_thresh, d->crit_thresh); in tsens_read_irq_state()
497 if (d.low_thresh < temp) { in tsens_irq_thread()
555 hw_id, __func__, d.low_thresh, d.up_thresh, cl_low, cl_high); in tsens_set_trips()
/Linux-v5.10/include/net/
Dinet_frag.h12 long low_thresh; member
/Linux-v5.10/net/ipv4/
Dip_fragment.c603 table[0].extra1 = &net->ipv4.fqdir->low_thresh; in ip4_frags_ns_ctl_register()
604 table[1].data = &net->ipv4.fqdir->low_thresh; in ip4_frags_ns_ctl_register()
673 net->ipv4.fqdir->low_thresh = 3 * 1024 * 1024; in ipv4_frags_init_net()