Searched refs:low_thresh (Results 1 – 11 of 11) sorted by relevance
/linux-6.6.21/drivers/thermal/mediatek/ |
D | lvts_thermal.c | 123 int low_thresh; member 134 int low_thresh; member 324 && lvts_ctrl->sensors[i].low_thresh == lvts_ctrl->low_thresh) in lvts_update_irq_mask() 342 && lvts_ctrl->sensors[i].low_thresh == lvts_ctrl->low_thresh) in lvts_should_update_thresh() 357 lvts_sensor->low_thresh = low; in lvts_set_trips() 363 lvts_ctrl->low_thresh = low; in lvts_set_trips() 593 lvts_sensor[i].low_thresh = INT_MIN; in lvts_sensor_init() 763 lvts_ctrl[i].low_thresh = INT_MIN; in lvts_ctrl_init()
|
/linux-6.6.21/drivers/iio/adc/ |
D | ti-ads1015.c | 241 int low_thresh; member 638 data->thresh_data[chan->address].low_thresh; in ads1015_read_event() 685 data->thresh_data[chan->address].low_thresh = val; in ads1015_write_event() 737 int low_thresh = data->thresh_data[chan->address].low_thresh; in ads1015_enable_event_config() local 752 low_thresh = max(-1 << (chan->scan_type.realbits - 1), in ads1015_enable_event_config() 756 low_thresh << chan->scan_type.shift); in ads1015_enable_event_config() 1017 data->thresh_data[i].low_thresh = -1 << (realbits - 1); in ads1015_probe()
|
/linux-6.6.21/drivers/iio/light/ |
D | tcs3472.c | 61 u16 low_thresh; member 237 data->high_thresh : data->low_thresh; in tcs3472_read_event() 289 data->low_thresh = val; in tcs3472_write_event() 490 data->low_thresh = ret; in tcs3472_probe()
|
/linux-6.6.21/net/ieee802154/6lowpan/ |
D | reassembly.c | 380 table[0].extra1 = &ieee802154_lowpan->fqdir->low_thresh; in lowpan_frags_ns_sysctl_register() 381 table[1].data = &ieee802154_lowpan->fqdir->low_thresh; in lowpan_frags_ns_sysctl_register() 458 ieee802154_lowpan->fqdir->low_thresh = IPV6_FRAG_LOW_THRESH; in lowpan_frags_init_net()
|
/linux-6.6.21/net/ipv6/netfilter/ |
D | nf_conntrack_reasm.c | 85 table[1].data = &nf_frag->fqdir->low_thresh; in nf_ct_frag6_sysctl_register() 88 table[2].extra1 = &nf_frag->fqdir->low_thresh; in nf_ct_frag6_sysctl_register() 504 nf_frag->fqdir->low_thresh = IPV6_FRAG_LOW_THRESH; in nf_ct_net_init()
|
/linux-6.6.21/net/ipv6/ |
D | reassembly.c | 468 table[0].extra1 = &net->ipv6.fqdir->low_thresh; in ip6_frags_ns_sysctl_register() 469 table[1].data = &net->ipv6.fqdir->low_thresh; in ip6_frags_ns_sysctl_register() 540 net->ipv6.fqdir->low_thresh = IPV6_FRAG_LOW_THRESH; in ipv6_frags_init_net()
|
/linux-6.6.21/arch/arm/mach-pxa/ |
D | sharpsl_pm.c | 198 int low_thresh, high_thresh; in get_apm_status() local 202 low_thresh = sharpsl_pm.machinfo->status_low_acin; in get_apm_status() 205 low_thresh = sharpsl_pm.machinfo->status_low_noac; in get_apm_status() 210 if (voltage >= low_thresh) in get_apm_status()
|
/linux-6.6.21/include/net/ |
D | inet_frag.h | 16 long low_thresh; member
|
/linux-6.6.21/net/ipv4/ |
D | ip_fragment.c | 612 table[0].extra1 = &net->ipv4.fqdir->low_thresh; in ip4_frags_ns_ctl_register() 613 table[1].data = &net->ipv4.fqdir->low_thresh; in ip4_frags_ns_ctl_register() 683 net->ipv4.fqdir->low_thresh = 3 * 1024 * 1024; in ipv4_frags_init_net()
|
/linux-6.6.21/drivers/net/wwan/iosm/ |
D | iosm_ipc_mux.c | 407 int low_thresh = IPC_MEM_MUX_UL_FLOWCTRL_LOW_B; in ipc_mux_check_n_restart_tx() local 409 if (ipc_mux->ul_data_pend_bytes < low_thresh) in ipc_mux_check_n_restart_tx()
|
/linux-6.6.21/drivers/thermal/qcom/ |
D | tsens.c | 48 int low_thresh; member 528 d->low_thresh = tsens_hw_to_mC(s, LOW_THRESH_0 + hw_id); in tsens_read_irq_state() 538 d->low_thresh, d->up_thresh, d->crit_thresh); in tsens_read_irq_state() 727 hw_id, __func__, d.low_thresh, d.up_thresh, cl_low, cl_high); in tsens_set_trips()
|