Home
last modified time | relevance | path

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

/linux/drivers/net/usb/
A Dcx82310_eth.c44 struct work_struct reenable_work; member
133 reenable_work); in cx82310_reenable_work()
182 INIT_WORK(&priv->reenable_work, cx82310_reenable_work); in cx82310_bind()
231 cancel_work_sync(&priv->reenable_work); in cx82310_unbind()
284 schedule_work(&priv->reenable_work); in cx82310_rx_fixup()
/linux/drivers/gpu/drm/i915/display/
A Dintel_hotplug.c211 mod_delayed_work(system_wq, &dev_priv->hotplug.reenable_work, in intel_hpd_irq_storm_switch_to_polling()
226 hotplug.reenable_work.work); in intel_hpd_irq_storm_reenable_work()
724 INIT_DELAYED_WORK(&dev_priv->hotplug.reenable_work, in intel_hpd_init_work()
745 cancel_delayed_work_sync(&dev_priv->hotplug.reenable_work); in intel_hpd_cancel_work()
A Dintel_display_debugfs.c1839 yesno(delayed_work_pending(&hotplug->reenable_work))); in i915_hpd_storm_ctl_show()
1889 flush_delayed_work(&dev_priv->hotplug.reenable_work); in i915_hpd_storm_ctl_write()
1967 flush_delayed_work(&dev_priv->hotplug.reenable_work); in i915_hpd_short_storm_ctl_write()
/linux/drivers/gpu/drm/i915/
A Di915_drv.h163 struct delayed_work reenable_work; member

Completed in 36 milliseconds