Lines Matching full:storm
45 * intel_hotplug.c does hotplug irq storm detection and mitigation, and passes
61 * The hotplug interrupt storm detection and mitigation code keeps track of the
68 * Current implementation expects that hotplug interrupt storm will not be
111 * intel_hpd_irq_storm_detect - gather stats and detect HPD IRQ storm on a pin
124 * IRQ storm and the IRQ state is set to @HPD_MARK_DISABLED.
137 * Return true if an IRQ storm was detected on @pin.
147 bool storm = false; in intel_hpd_irq_storm_detect() local
162 "HPD interrupt storm detected on PIN %d\n", pin); in intel_hpd_irq_storm_detect()
163 storm = true; in intel_hpd_irq_storm_detect()
171 return storm; in intel_hpd_irq_storm_detect()
197 "HPD interrupt storm detected on connector %s: " in intel_hpd_irq_storm_switch_to_polling()
465 * Here, we do hotplug irq storm detection and mitigation, and pass further