Home
last modified time | relevance | path

Searched refs:reenable_work (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_hotplug.c226 mod_delayed_work(system_wq, &dev_priv->hotplug.reenable_work, in intel_hpd_irq_storm_switch_to_polling()
235 hotplug.reenable_work.work); in intel_hpd_irq_storm_reenable_work()
680 INIT_DELAYED_WORK(&dev_priv->hotplug.reenable_work, in intel_hpd_init_work()
698 cancel_delayed_work_sync(&dev_priv->hotplug.reenable_work); in intel_hpd_cancel_work()
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_debugfs.c4021 yesno(delayed_work_pending(&hotplug->reenable_work))); in i915_hpd_storm_ctl_show()
4070 flush_delayed_work(&dev_priv->hotplug.reenable_work); in i915_hpd_storm_ctl_write()
4148 flush_delayed_work(&dev_priv->hotplug.reenable_work); in i915_hpd_short_storm_ctl_write()
Di915_drv.h152 struct delayed_work reenable_work; member