Lines Matching refs:hotplug
1670 struct i915_hotplug *hotplug = &dev_priv->hotplug; in i915_hpd_storm_ctl_show() local
1676 flush_work(&dev_priv->hotplug.dig_port_work); in i915_hpd_storm_ctl_show()
1677 flush_delayed_work(&dev_priv->hotplug.hotplug_work); in i915_hpd_storm_ctl_show()
1679 seq_printf(m, "Threshold: %d\n", hotplug->hpd_storm_threshold); in i915_hpd_storm_ctl_show()
1681 yesno(delayed_work_pending(&hotplug->reenable_work))); in i915_hpd_storm_ctl_show()
1692 struct i915_hotplug *hotplug = &dev_priv->hotplug; in i915_hpd_storm_ctl_write() local
1724 hotplug->hpd_storm_threshold = new_threshold; in i915_hpd_storm_ctl_write()
1727 hotplug->stats[i].count = 0; in i915_hpd_storm_ctl_write()
1731 flush_delayed_work(&dev_priv->hotplug.reenable_work); in i915_hpd_storm_ctl_write()
1755 yesno(dev_priv->hotplug.hpd_short_storm_enabled)); in i915_hpd_short_storm_ctl_show()
1773 struct i915_hotplug *hotplug = &dev_priv->hotplug; in i915_hpd_short_storm_ctl_write() local
1802 hotplug->hpd_short_storm_enabled = new_state; in i915_hpd_short_storm_ctl_write()
1805 hotplug->stats[i].count = 0; in i915_hpd_short_storm_ctl_write()
1809 flush_delayed_work(&dev_priv->hotplug.reenable_work); in i915_hpd_short_storm_ctl_write()