Lines Matching full:storm
46 * intel_hotplug.c does hotplug irq storm detection and mitigation, and passes
62 * The hotplug interrupt storm detection and mitigation code keeps track of the
69 * Current implementation expects that hotplug interrupt storm will not be
112 * intel_hpd_irq_storm_detect - gather stats and detect HPD IRQ storm on a pin
125 * IRQ storm and the IRQ state is set to @HPD_MARK_DISABLED.
138 * Return true if an IRQ storm was detected on @pin.
148 bool storm = false; in intel_hpd_irq_storm_detect() local
163 "HPD interrupt storm detected on PIN %d\n", pin); in intel_hpd_irq_storm_detect()
164 storm = true; in intel_hpd_irq_storm_detect()
172 return storm; in intel_hpd_irq_storm_detect()
198 "HPD interrupt storm detected on connector %s: " in intel_hpd_irq_storm_switch_to_polling()
460 * Here, we do hotplug irq storm detection and mitigation, and pass further