Home
last modified time | relevance | path

Searched refs:hotplug_work (Results 1 – 20 of 20) sorted by relevance

/netbsd/sys/external/bsd/drm2/dist/drm/vboxvideo/
H A Dvbox_irq.c36 schedule_work(&vbox->hotplug_work); in vbox_report_hotplug()
170 hotplug_work); in vbox_hotplug_worker()
178 INIT_WORK(&vbox->hotplug_work, vbox_hotplug_worker); in vbox_irq_init()
187 flush_work(&vbox->hotplug_work); in vbox_irq_fini()
H A Dvbox_drv.h70 struct work_struct hotplug_work; member
/netbsd/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_hotplug.c356 queue_delayed_work(system_wq, &dev_priv->hotplug.hotplug_work, 0); in i915_digport_work_func()
367 hotplug.hotplug_work.work); in i915_hotplug_work_func()
432 mod_delayed_work(system_wq, &dev_priv->hotplug.hotplug_work, in i915_hotplug_work_func()
562 queue_delayed_work(system_wq, &dev_priv->hotplug.hotplug_work, 0); in intel_hpd_irq_handler()
682 INIT_DELAYED_WORK(&dev_priv->hotplug.hotplug_work, in intel_hpd_init_work()
702 cancel_delayed_work_sync(&dev_priv->hotplug.hotplug_work); in intel_hpd_cancel_work()
/netbsd/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_irq_kms.c89 hotplug_work.work); in radeon_hotplug_work_func()
318 INIT_DELAYED_WORK(&rdev->hotplug_work, radeon_hotplug_work_func); in radeon_irq_kms_init()
330 flush_delayed_work(&rdev->hotplug_work); in radeon_irq_kms_init()
352 flush_delayed_work(&rdev->hotplug_work); in radeon_irq_kms_fini()
H A Dradeon_rs600.c862 schedule_delayed_work(&rdev->hotplug_work, 0); in rs600_irq_process()
H A Dradeon_connectors.c1281 schedule_delayed_work(&rdev->hotplug_work, in radeon_dvi_detect()
H A Dradeon.h2474 struct delayed_work hotplug_work; member
H A Dradeon_r100.c836 schedule_delayed_work(&rdev->hotplug_work, 0); in r100_irq_process()
H A Dradeon_r600.c4375 schedule_delayed_work(&rdev->hotplug_work, 0); in r600_irq_process()
H A Dradeon_evergreen.c4930 schedule_delayed_work(&rdev->hotplug_work, 0); in evergreen_irq_process()
H A Dradeon_si.c6456 schedule_delayed_work(&rdev->hotplug_work, 0); in si_irq_process()
H A Dradeon_cik.c8162 schedule_delayed_work(&rdev->hotplug_work, 0); in cik_irq_process()
/netbsd/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_irq.c92 hotplug_work); in amdgpu_hotplug_work_func()
292 INIT_WORK(&adev->hotplug_work, in amdgpu_irq_init()
309 flush_work(&adev->hotplug_work); in amdgpu_irq_init()
339 flush_work(&adev->hotplug_work); in amdgpu_irq_fini()
H A Damdgpu.h861 struct work_struct hotplug_work; member
H A Damdgpu_dce_v8_0.c3176 schedule_work(&adev->hotplug_work); in dce_v8_0_hpd_irq()
H A Damdgpu_dce_v6_0.c3086 schedule_work(&adev->hotplug_work); in dce_v6_0_hpd_irq()
H A Damdgpu_dce_v10_0.c3288 schedule_work(&adev->hotplug_work); in dce_v10_0_hpd_irq()
H A Damdgpu_dce_v11_0.c3415 schedule_work(&adev->hotplug_work); in dce_v11_0_hpd_irq()
/netbsd/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_drv.h157 struct delayed_work hotplug_work; member
H A Di915_debugfs.c3965 flush_delayed_work(&dev_priv->hotplug.hotplug_work); in i915_hpd_storm_ctl_show()