Searched refs:new_threshold (Results 1 – 1 of 1) sorted by relevance
1031 unsigned int new_threshold; in i915_hpd_storm_ctl_write() local1050 new_threshold = HPD_STORM_DEFAULT_THRESHOLD; in i915_hpd_storm_ctl_write()1051 else if (kstrtouint(tmp, 10, &new_threshold) != 0) in i915_hpd_storm_ctl_write()1054 if (new_threshold > 0) in i915_hpd_storm_ctl_write()1057 new_threshold); in i915_hpd_storm_ctl_write()1062 hotplug->hpd_storm_threshold = new_threshold; in i915_hpd_storm_ctl_write()