Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_hotplug.c831 unsigned int new_threshold; in i915_hpd_storm_ctl_write() local
850 new_threshold = HPD_STORM_DEFAULT_THRESHOLD; in i915_hpd_storm_ctl_write()
851 else if (kstrtouint(tmp, 10, &new_threshold) != 0) in i915_hpd_storm_ctl_write()
854 if (new_threshold > 0) in i915_hpd_storm_ctl_write()
857 new_threshold); in i915_hpd_storm_ctl_write()
862 hotplug->hpd_storm_threshold = new_threshold; in i915_hpd_storm_ctl_write()
/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dwmi.c1414 enum wmi_rssi_threshold_val new_threshold; in ath6kl_wmi_rssi_threshold_event_rx() local
1433 if (new_threshold) { in ath6kl_wmi_rssi_threshold_event_rx()
1667 enum wmi_snr_threshold_val new_threshold; in ath6kl_wmi_snr_threshold_event_rx() local
1687 if (new_threshold) { in ath6kl_wmi_snr_threshold_event_rx()
1695 new_threshold = WMI_SNR_THRESHOLD1_ABOVE; in ath6kl_wmi_snr_threshold_event_rx()
1698 new_threshold = WMI_SNR_THRESHOLD2_ABOVE; in ath6kl_wmi_snr_threshold_event_rx()
1701 new_threshold = WMI_SNR_THRESHOLD3_ABOVE; in ath6kl_wmi_snr_threshold_event_rx()
1703 new_threshold = WMI_SNR_THRESHOLD4_ABOVE; in ath6kl_wmi_snr_threshold_event_rx()
1713 new_threshold = WMI_SNR_THRESHOLD4_BELOW; in ath6kl_wmi_snr_threshold_event_rx()
1716 new_threshold = WMI_SNR_THRESHOLD3_BELOW; in ath6kl_wmi_snr_threshold_event_rx()
[all …]
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dpio.h257 void sc_set_cr_threshold(struct send_context *sc, u32 new_threshold);
H A Dpio.c584 void sc_set_cr_threshold(struct send_context *sc, u32 new_threshold) in sc_set_cr_threshold() argument
596 if (new_threshold != old_threshold) { in sc_set_cr_threshold()
600 | ((new_threshold in sc_set_cr_threshold()
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_cold_reset.robot212 ${new_threshold}= Evaluate ${old_threshold} + 100
214 RETURN ${new_threshold}