Searched refs:new_threshold (Results 1 – 4 of 4) sorted by relevance
1419 enum wmi_rssi_threshold_val new_threshold; in ath6kl_wmi_rssi_threshold_event_rx() local1428 new_threshold = (enum wmi_rssi_threshold_val) reply->range; in ath6kl_wmi_rssi_threshold_event_rx()1438 if (new_threshold) { in ath6kl_wmi_rssi_threshold_event_rx()1446 new_threshold = WMI_RSSI_THRESHOLD1_ABOVE; in ath6kl_wmi_rssi_threshold_event_rx()1449 new_threshold = WMI_RSSI_THRESHOLD2_ABOVE; in ath6kl_wmi_rssi_threshold_event_rx()1452 new_threshold = WMI_RSSI_THRESHOLD3_ABOVE; in ath6kl_wmi_rssi_threshold_event_rx()1455 new_threshold = WMI_RSSI_THRESHOLD4_ABOVE; in ath6kl_wmi_rssi_threshold_event_rx()1458 new_threshold = WMI_RSSI_THRESHOLD5_ABOVE; in ath6kl_wmi_rssi_threshold_event_rx()1460 new_threshold = WMI_RSSI_THRESHOLD6_ABOVE; in ath6kl_wmi_rssi_threshold_event_rx()1470 new_threshold = WMI_RSSI_THRESHOLD6_BELOW; in ath6kl_wmi_rssi_threshold_event_rx()[all …]
299 void sc_set_cr_threshold(struct send_context *sc, u32 new_threshold);
634 void sc_set_cr_threshold(struct send_context *sc, u32 new_threshold) in sc_set_cr_threshold() argument646 if (new_threshold != old_threshold) { in sc_set_cr_threshold()650 | ((new_threshold in sc_set_cr_threshold()
4537 unsigned int new_threshold; in i915_hpd_storm_ctl_write() local4556 new_threshold = HPD_STORM_DEFAULT_THRESHOLD; in i915_hpd_storm_ctl_write()4557 else if (kstrtouint(tmp, 10, &new_threshold) != 0) in i915_hpd_storm_ctl_write()4560 if (new_threshold > 0) in i915_hpd_storm_ctl_write()4562 new_threshold); in i915_hpd_storm_ctl_write()4567 hotplug->hpd_storm_threshold = new_threshold; in i915_hpd_storm_ctl_write()