Home
last modified time | relevance | path

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

/linux/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()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_hotplug.c260 &dev_priv->display.hotplug.reenable_work, in intel_hpd_irq_storm_switch_to_polling()
269 display.hotplug.reenable_work.work); in intel_hpd_irq_storm_reenable_work()
874 INIT_DELAYED_WORK(&i915->display.hotplug.reenable_work, in intel_hpd_init_early()
895 if (cancel_delayed_work_sync(&i915->display.hotplug.reenable_work)) in cancel_all_detection_work()
1022 str_yes_no(delayed_work_pending(&hotplug->reenable_work))); in i915_hpd_storm_ctl_show()
1072 flush_delayed_work(&dev_priv->display.hotplug.reenable_work); in i915_hpd_storm_ctl_write()
1150 flush_delayed_work(&dev_priv->display.hotplug.reenable_work); in i915_hpd_short_storm_ctl_write()
H A Dintel_display_core.h170 struct delayed_work reenable_work; member
/linux/drivers/iio/
H A Dindustrialio-trigger.c159 reenable_work); in iio_reenable_work_fn()
186 schedule_work(&trig->reenable_work); in iio_trigger_notify_done_atomic()
568 INIT_WORK(&trig->reenable_work, iio_reenable_work_fn); in viio_trigger_alloc()
/linux/include/linux/iio/
H A Dtrigger.h78 struct work_struct reenable_work; member