Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/i915/display/
A Dintel_hotplug.c805 unsigned int new_threshold; in i915_hpd_storm_ctl_write() local
824 new_threshold = HPD_STORM_DEFAULT_THRESHOLD; in i915_hpd_storm_ctl_write()
825 else if (kstrtouint(tmp, 10, &new_threshold) != 0) in i915_hpd_storm_ctl_write()
828 if (new_threshold > 0) in i915_hpd_storm_ctl_write()
831 new_threshold); in i915_hpd_storm_ctl_write()
836 hotplug->hpd_storm_threshold = new_threshold; in i915_hpd_storm_ctl_write()
/linux-6.3-rc2/drivers/net/wireless/ath/ath6kl/
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 …]
/linux-6.3-rc2/drivers/infiniband/hw/hfi1/
A Dpio.h257 void sc_set_cr_threshold(struct send_context *sc, u32 new_threshold);
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()

Completed in 17 milliseconds