Home
last modified time | relevance | path

Searched refs:reenable_work (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/usb/
H A Dcx82310_eth.c44 struct work_struct reenable_work; member
133 reenable_work); in cx82310_reenable_work()
181 INIT_WORK(&priv->reenable_work, cx82310_reenable_work); in cx82310_bind()
230 cancel_work_sync(&priv->reenable_work); in cx82310_unbind()
283 schedule_work(&priv->reenable_work); in cx82310_rx_fixup()
/kernel/linux/linux-6.6/drivers/net/usb/
H 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()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_hotplug.c216 &dev_priv->display.hotplug.reenable_work, in intel_hpd_irq_storm_switch_to_polling()
225 display.hotplug.reenable_work.work); in intel_hpd_irq_storm_reenable_work()
745 INIT_DELAYED_WORK(&i915->display.hotplug.reenable_work, in intel_hpd_init_early()
775 cancel_delayed_work_sync(&dev_priv->display.hotplug.reenable_work); in intel_hpd_cancel_work()
819 str_yes_no(delayed_work_pending(&hotplug->reenable_work))); in i915_hpd_storm_ctl_show()
869 flush_delayed_work(&dev_priv->display.hotplug.reenable_work); in i915_hpd_storm_ctl_write()
947 flush_delayed_work(&dev_priv->display.hotplug.reenable_work); in i915_hpd_short_storm_ctl_write()
H A Dintel_display_core.h165 struct delayed_work reenable_work; member
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_hotplug.c211 mod_delayed_work(system_wq, &dev_priv->hotplug.reenable_work, in intel_hpd_irq_storm_switch_to_polling()
220 hotplug.reenable_work.work); in intel_hpd_irq_storm_reenable_work()
691 INIT_DELAYED_WORK(&dev_priv->hotplug.reenable_work, in intel_hpd_init_work()
709 cancel_delayed_work_sync(&dev_priv->hotplug.reenable_work); in intel_hpd_cancel_work()
H A Dintel_display_debugfs.c1681 yesno(delayed_work_pending(&hotplug->reenable_work))); in i915_hpd_storm_ctl_show()
1731 flush_delayed_work(&dev_priv->hotplug.reenable_work); in i915_hpd_storm_ctl_write()
1809 flush_delayed_work(&dev_priv->hotplug.reenable_work); in i915_hpd_short_storm_ctl_write()
/kernel/linux/linux-6.6/include/linux/iio/
H A Dtrigger.h58 * @reenable_work: [INTERN] work item used to ensure reenable can sleep.
78 struct work_struct reenable_work; member
/kernel/linux/linux-6.6/drivers/iio/
H A Dindustrialio-trigger.c165 reenable_work); in iio_reenable_work_fn()
192 schedule_work(&trig->reenable_work); in iio_trigger_notify_done_atomic()
578 INIT_WORK(&trig->reenable_work, iio_reenable_work_fn); in viio_trigger_alloc()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_drv.h161 struct delayed_work reenable_work; member

Completed in 14 milliseconds