Searched refs:new_threshold (Results 1 – 1 of 1) sorted by relevance
3981 unsigned int new_threshold; in i915_hpd_storm_ctl_write() local4000 new_threshold = HPD_STORM_DEFAULT_THRESHOLD; in i915_hpd_storm_ctl_write()4001 else if (kstrtouint(tmp, 10, &new_threshold) != 0) in i915_hpd_storm_ctl_write()4004 if (new_threshold > 0) in i915_hpd_storm_ctl_write()4006 new_threshold); in i915_hpd_storm_ctl_write()4011 hotplug->hpd_storm_threshold = new_threshold; in i915_hpd_storm_ctl_write()