Searched refs:reenable_work (Results 1 – 4 of 4) sorted by relevance
44 struct work_struct reenable_work; member133 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()
263 &display->hotplug.reenable_work, in intel_hpd_irq_storm_switch_to_polling()271 container_of(work, typeof(*display), hotplug.reenable_work.work); in intel_hpd_irq_storm_reenable_work()940 INIT_DELAYED_WORK(&display->hotplug.reenable_work, in intel_hpd_init_early()961 if (cancel_delayed_work_sync(&display->hotplug.reenable_work)) in cancel_all_detection_work()1192 str_yes_no(delayed_work_pending(&hotplug->reenable_work))); in i915_hpd_storm_ctl_show()1242 flush_delayed_work(&display->hotplug.reenable_work); in i915_hpd_storm_ctl_write()1320 flush_delayed_work(&display->hotplug.reenable_work); in i915_hpd_short_storm_ctl_write()
171 struct delayed_work reenable_work; member
159 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()
Completed in 14 milliseconds