Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Ddispc-compat.c61 struct work_struct error_work; member
326 schedule_work(&dispc_compat.error_work); in omap_dispc_irq_handler()
444 INIT_WORK(&dispc_compat.error_work, dispc_error_worker); in dss_dispc_initialize_irq()
/Linux-v4.19/include/sound/
Dcompress_driver.h67 struct delayed_work error_work; member
/Linux-v4.19/sound/core/
Dcompress_offload.c129 INIT_DELAYED_WORK(&data->stream.error_work, error_delayed_work); in snd_compr_open()
161 cancel_delayed_work_sync(&data->stream.error_work); in snd_compr_free()
724 stream = container_of(work, struct snd_compr_stream, error_work.work); in error_delayed_work()
753 queue_delayed_work(system_power_efficient_wq, &stream->error_work, 0); in snd_compr_stop_error()
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_irq.c1376 container_of(work, typeof(*dev_priv), l3_parity.error_work); in ivybridge_parity_work()
1462 queue_work(dev_priv->wq, &dev_priv->l3_parity.error_work); in ivybridge_parity_error_irq_handler()
4763 INIT_WORK(&dev_priv->l3_parity.error_work, ivybridge_parity_work); in intel_irq_init()
Di915_drv.h917 struct work_struct error_work; member