Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_hotplug.c231 mod_delayed_work(system_wq, &dev_priv->hotplug.reenable_work, in intel_hpd_irq_storm_switch_to_polling()
240 hotplug.reenable_work.work); in intel_hpd_irq_storm_reenable_work()
686 INIT_DELAYED_WORK(&dev_priv->hotplug.reenable_work, in intel_hpd_init_work()
704 cancel_delayed_work_sync(&dev_priv->hotplug.reenable_work); in intel_hpd_cancel_work()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_debugfs.c3969 yesno(delayed_work_pending(&hotplug->reenable_work))); in i915_hpd_storm_ctl_show()
4018 flush_delayed_work(&dev_priv->hotplug.reenable_work); in i915_hpd_storm_ctl_write()
4096 flush_delayed_work(&dev_priv->hotplug.reenable_work); in i915_hpd_short_storm_ctl_write()
H A Di915_drv.h162 struct delayed_work reenable_work; member