Home
last modified time | relevance | path

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

/linux/drivers/thermal/mediatek/
H A Dlvts_thermal.c171 int low_thresh; member
182 int low_thresh; member
405 && lvts_ctrl->sensors[i].low_thresh == lvts_ctrl->low_thresh) { in lvts_update_irq_mask()
412 if (lvts_ctrl->low_thresh == -INT_MAX) { in lvts_update_irq_mask()
435 && lvts_ctrl->sensors[i].low_thresh == lvts_ctrl->low_thresh) in lvts_should_update_thresh()
453 lvts_sensor->low_thresh = low; in lvts_set_trips()
459 lvts_ctrl->low_thresh = low; in lvts_set_trips()
709 lvts_sensor[i].low_thresh = INT_MIN; in lvts_sensor_init()
987 lvts_ctrl[i].low_thresh = INT_MIN; in lvts_ctrl_init()
/linux/net/ieee802154/6lowpan/
H A Dreassembly.c383 table[0].extra1 = &ieee802154_lowpan->fqdir->low_thresh; in lowpan_frags_ns_sysctl_register()
384 table[1].data = &ieee802154_lowpan->fqdir->low_thresh; in lowpan_frags_ns_sysctl_register()
461 ieee802154_lowpan->fqdir->low_thresh = IPV6_FRAG_LOW_THRESH; in lowpan_frags_init_net()
/linux/net/ipv6/netfilter/
H A Dnf_conntrack_reasm.c84 table[1].data = &nf_frag->fqdir->low_thresh; in nf_ct_frag6_sysctl_register()
87 table[2].extra1 = &nf_frag->fqdir->low_thresh; in nf_ct_frag6_sysctl_register()
515 nf_frag->fqdir->low_thresh = IPV6_FRAG_LOW_THRESH; in nf_ct_net_init()
/linux/drivers/thermal/qcom/
H A Dtsens.c49 int low_thresh; member
586 ret = regmap_field_read(priv->rf[LOW_THRESH_0 + hw_id], &d->low_thresh); in tsens_read_irq_state()
590 d->low_thresh = tsens_hw_to_mC(s, d->low_thresh); in tsens_read_irq_state()
600 d->low_thresh, d->up_thresh, d->crit_thresh); in tsens_read_irq_state()
789 hw_id, __func__, d.low_thresh, d.up_thresh, cl_low, cl_high); in tsens_set_trips()
/linux/include/net/
H A Dinet_frag.h16 long low_thresh; member
/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_mux.c407 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()