Home
last modified time | relevance | path

Searched refs:new_threshold (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/net/wireless/ath/ath6kl/
Dwmi.c1420 enum wmi_rssi_threshold_val new_threshold; in ath6kl_wmi_rssi_threshold_event_rx() local
1429 new_threshold = (enum wmi_rssi_threshold_val) reply->range; in ath6kl_wmi_rssi_threshold_event_rx()
1439 if (new_threshold) { in ath6kl_wmi_rssi_threshold_event_rx()
1447 new_threshold = WMI_RSSI_THRESHOLD1_ABOVE; in ath6kl_wmi_rssi_threshold_event_rx()
1450 new_threshold = WMI_RSSI_THRESHOLD2_ABOVE; in ath6kl_wmi_rssi_threshold_event_rx()
1453 new_threshold = WMI_RSSI_THRESHOLD3_ABOVE; in ath6kl_wmi_rssi_threshold_event_rx()
1456 new_threshold = WMI_RSSI_THRESHOLD4_ABOVE; in ath6kl_wmi_rssi_threshold_event_rx()
1459 new_threshold = WMI_RSSI_THRESHOLD5_ABOVE; in ath6kl_wmi_rssi_threshold_event_rx()
1461 new_threshold = WMI_RSSI_THRESHOLD6_ABOVE; in ath6kl_wmi_rssi_threshold_event_rx()
1471 new_threshold = WMI_RSSI_THRESHOLD6_BELOW; in ath6kl_wmi_rssi_threshold_event_rx()
[all …]
/Linux-v5.4/drivers/infiniband/hw/hfi1/
Dpio.h301 void sc_set_cr_threshold(struct send_context *sc, u32 new_threshold);
Dpio.c626 void sc_set_cr_threshold(struct send_context *sc, u32 new_threshold) in sc_set_cr_threshold() argument
638 if (new_threshold != old_threshold) { in sc_set_cr_threshold()
642 | ((new_threshold in sc_set_cr_threshold()
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_debugfs.c4033 unsigned int new_threshold; in i915_hpd_storm_ctl_write() local
4052 new_threshold = HPD_STORM_DEFAULT_THRESHOLD; in i915_hpd_storm_ctl_write()
4053 else if (kstrtouint(tmp, 10, &new_threshold) != 0) in i915_hpd_storm_ctl_write()
4056 if (new_threshold > 0) in i915_hpd_storm_ctl_write()
4058 new_threshold); in i915_hpd_storm_ctl_write()
4063 hotplug->hpd_storm_threshold = new_threshold; in i915_hpd_storm_ctl_write()