Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/drivers/gpu/drm/vboxvideo/
Dvbox_irq.c31 schedule_work(&vbox->hotplug_work); in vbox_report_hotplug()
165 hotplug_work); in vbox_hotplug_worker()
173 INIT_WORK(&vbox->hotplug_work, vbox_hotplug_worker); in vbox_irq_init()
182 flush_work(&vbox->hotplug_work); in vbox_irq_fini()
Dvbox_drv.h68 struct work_struct hotplug_work; member
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
Dintel_hotplug.c340 queue_delayed_work(system_wq, &dev_priv->hotplug.hotplug_work, 0); in i915_digport_work_func()
369 hotplug.hotplug_work.work); in i915_hotplug_work_func()
441 mod_delayed_work(system_wq, &dev_priv->hotplug.hotplug_work, in i915_hotplug_work_func()
572 queue_delayed_work(system_wq, &dev_priv->hotplug.hotplug_work, 0); in intel_hpd_irq_handler()
687 INIT_DELAYED_WORK(&dev_priv->hotplug.hotplug_work, in intel_hpd_init_work()
707 cancel_delayed_work_sync(&dev_priv->hotplug.hotplug_work); in intel_hpd_cancel_work()
Dintel_display_debugfs.c1677 flush_delayed_work(&dev_priv->hotplug.hotplug_work); in i915_hpd_storm_ctl_show()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
Dradeon_irq_kms.c84 hotplug_work.work); in radeon_hotplug_work_func()
313 INIT_DELAYED_WORK(&rdev->hotplug_work, radeon_hotplug_work_func); in radeon_irq_kms_init()
321 flush_delayed_work(&rdev->hotplug_work); in radeon_irq_kms_init()
343 flush_delayed_work(&rdev->hotplug_work); in radeon_irq_kms_fini()
Drs600.c825 schedule_delayed_work(&rdev->hotplug_work, 0); in rs600_irq_process()
Dradeon_connectors.c1287 schedule_delayed_work(&rdev->hotplug_work, in radeon_dvi_detect()
Dradeon.h2417 struct delayed_work hotplug_work; member
Dr100.c817 schedule_delayed_work(&rdev->hotplug_work, 0); in r100_irq_process()
Dr600.c4328 schedule_delayed_work(&rdev->hotplug_work, 0); in r600_irq_process()
Devergreen.c4916 schedule_delayed_work(&rdev->hotplug_work, 0); in evergreen_irq_process()
Dsi.c6442 schedule_delayed_work(&rdev->hotplug_work, 0); in si_irq_process()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_irq.c87 hotplug_work); in amdgpu_hotplug_work_func()
277 INIT_WORK(&adev->hotplug_work, in amdgpu_irq_init()
290 flush_work(&adev->hotplug_work); in amdgpu_irq_init()
318 flush_work(&adev->hotplug_work); in amdgpu_irq_fini()
Damdgpu.h851 struct work_struct hotplug_work; member
Ddce_v6_0.c3086 schedule_work(&adev->hotplug_work); in dce_v6_0_hpd_irq()
Ddce_v8_0.c3176 schedule_work(&adev->hotplug_work); in dce_v8_0_hpd_irq()
Ddce_v10_0.c3288 schedule_work(&adev->hotplug_work); in dce_v10_0_hpd_irq()
Ddce_v11_0.c3415 schedule_work(&adev->hotplug_work); in dce_v11_0_hpd_irq()
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
Dcdv_device.c424 hotplug_work); in cdv_hotplug_work_func()
437 schedule_work(&dev_priv->hotplug_work); in cdv_hotplug_event()
571 INIT_WORK(&dev_priv->hotplug_work, cdv_hotplug_work_func); in cdv_chip_setup()
Dpsb_drv.h554 struct work_struct hotplug_work; member
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
Dexynos_hdmi.c123 struct delayed_work hotplug_work; member
1549 cancel_delayed_work(&hdata->hotplug_work); in hdmi_disable()
1663 hdata = container_of(work, struct hdmi_context, hotplug_work.work); in hdmi_hotplug_work_func()
1673 mod_delayed_work(system_wq, &hdata->hotplug_work, in hdmi_irq_thread()
1985 INIT_DELAYED_WORK(&hdata->hotplug_work, hdmi_hotplug_work_func); in hdmi_probe()
2064 cancel_delayed_work_sync(&hdata->hotplug_work); in hdmi_remove()
/kernel/linux/linux-5.10/drivers/platform/x86/
Dasus-wmi.c219 struct work_struct hotplug_work; member
870 queue_work(asus->hotplug_workqueue, &asus->hotplug_work); in asus_rfkill_notify()
928 asus = container_of(work, struct asus_wmi, hotplug_work); in asus_hotplug_work()
947 INIT_WORK(&asus->hotplug_work, asus_hotplug_work); in asus_setup_pci_hotplug()
/kernel/linux/linux-5.10/drivers/scsi/megaraid/
Dmegaraid_sas_base.c3227 INIT_DELAYED_WORK(&ev->hotplug_work, in megasas_service_aen()
3229 schedule_delayed_work(&ev->hotplug_work, 0); in megasas_service_aen()
7704 cancel_delayed_work_sync(&ev->hotplug_work); in megasas_suspend()
7966 cancel_delayed_work_sync(&ev->hotplug_work); in megasas_detach_one()
8875 container_of(work, struct megasas_aen_event, hotplug_work.work); in megasas_aen_polling()
Dmegaraid_sas.h2203 struct delayed_work hotplug_work; member
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
Di915_drv.h146 struct delayed_work hotplug_work; member

12