Home
last modified time | relevance | path

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

12

/drivers/staging/vboxvideo/
Dvbox_irq.c47 schedule_work(&vbox->hotplug_work); in vbox_report_hotplug()
179 hotplug_work); in vbox_hotplug_worker()
187 INIT_WORK(&vbox->hotplug_work, vbox_hotplug_worker); in vbox_irq_init()
196 flush_work(&vbox->hotplug_work); in vbox_irq_fini()
Dvbox_drv.h110 struct work_struct hotplug_work; member
/drivers/gpu/drm/i915/
Dintel_hotplug.c332 schedule_work(&dev_priv->hotplug.hotplug_work); in i915_digport_work_func()
342 container_of(work, struct drm_i915_private, hotplug.hotplug_work); in i915_hotplug_work_func()
482 schedule_work(&dev_priv->hotplug.hotplug_work); in intel_hpd_irq_handler()
602 INIT_WORK(&dev_priv->hotplug.hotplug_work, i915_hotplug_work_func); in intel_hpd_init_work()
620 cancel_work_sync(&dev_priv->hotplug.hotplug_work); in intel_hpd_cancel_work()
Di915_drv.h433 struct work_struct hotplug_work; member
/drivers/gpu/drm/radeon/
Dradeon_irq_kms.c77 hotplug_work.work); in radeon_hotplug_work_func()
306 INIT_DELAYED_WORK(&rdev->hotplug_work, radeon_hotplug_work_func); in radeon_irq_kms_init()
314 flush_delayed_work(&rdev->hotplug_work); in radeon_irq_kms_init()
336 flush_delayed_work(&rdev->hotplug_work); in radeon_irq_kms_fini()
Drs600.c820 schedule_delayed_work(&rdev->hotplug_work, 0); in rs600_irq_process()
Dradeon_connectors.c1291 schedule_delayed_work(&rdev->hotplug_work, in radeon_dvi_detect()
Dradeon.h2415 struct delayed_work hotplug_work; member
/drivers/gpu/drm/amd/amdgpu/
Damdgpu_irq.c59 hotplug_work); in amdgpu_hotplug_work_func()
244 INIT_WORK(&adev->hotplug_work, amdgpu_hotplug_work_func); in amdgpu_irq_init()
251 flush_work(&adev->hotplug_work); in amdgpu_irq_init()
276 flush_work(&adev->hotplug_work); in amdgpu_irq_fini()
Damdgpu.h1505 struct work_struct hotplug_work; member
Ddce_v8_0.c3191 schedule_work(&adev->hotplug_work); in dce_v8_0_hpd_irq()
Ddce_v6_0.c3094 schedule_work(&adev->hotplug_work); in dce_v6_0_hpd_irq()
Ddce_v11_0.c3420 schedule_work(&adev->hotplug_work); in dce_v11_0_hpd_irq()
Ddce_v10_0.c3301 schedule_work(&adev->hotplug_work); in dce_v10_0_hpd_irq()
/drivers/s390/virtio/
Dkvm_virtio.c38 static struct work_struct hotplug_work; variable
420 schedule_work(&hotplug_work); in kvm_extint_handler()
480 INIT_WORK(&hotplug_work, hotplug_devices); in kvm_devices_init()
/drivers/misc/mic/vop/
Dvop_main.h67 struct work_struct hotplug_work; member
Dvop_main.c655 hotplug_work); in vop_hotplug_devices()
673 schedule_work(&vi->hotplug_work); in vop_extint_handler()
691 INIT_WORK(&vi->hotplug_work, vop_hotplug_devices); in vop_driver_probe()
733 flush_work(&vi->hotplug_work); in vop_driver_remove()
Dvop_debugfs.c100 schedule_work(&vi->hotplug_work); in vop_dp_show()
/drivers/misc/mic/card/
Dmic_device.h88 struct work_struct hotplug_work; member
/drivers/gpu/drm/gma500/
Dcdv_device.c433 hotplug_work); in cdv_hotplug_work_func()
446 schedule_work(&dev_priv->hotplug_work); in cdv_hotplug_event()
580 INIT_WORK(&dev_priv->hotplug_work, cdv_hotplug_work_func); in cdv_chip_setup()
Dpsb_drv.h565 struct work_struct hotplug_work; member
/drivers/gpu/drm/exynos/
Dexynos_hdmi.c121 struct delayed_work hotplug_work; member
1509 cancel_delayed_work(&hdata->hotplug_work); in hdmi_disable()
1528 hdata = container_of(work, struct hdmi_context, hotplug_work.work); in hdmi_hotplug_work_func()
1538 mod_delayed_work(system_wq, &hdata->hotplug_work, in hdmi_irq_thread()
1851 INIT_DELAYED_WORK(&hdata->hotplug_work, hdmi_hotplug_work_func); in hdmi_probe()
1913 cancel_delayed_work_sync(&hdata->hotplug_work); in hdmi_remove()
/drivers/platform/x86/
Dasus-wmi.c255 struct work_struct hotplug_work; member
740 queue_work(asus->hotplug_workqueue, &asus->hotplug_work); in asus_rfkill_notify()
808 asus = container_of(work, struct asus_wmi, hotplug_work); in asus_hotplug_work()
827 INIT_WORK(&asus->hotplug_work, asus_hotplug_work); in asus_setup_pci_hotplug()
/drivers/scsi/megaraid/
Dmegaraid_sas_base.c2943 INIT_DELAYED_WORK(&ev->hotplug_work, in megasas_service_aen()
2945 schedule_delayed_work(&ev->hotplug_work, 0); in megasas_service_aen()
6508 cancel_delayed_work_sync(&ev->hotplug_work); in megasas_suspend()
6735 cancel_delayed_work_sync(&ev->hotplug_work); in megasas_detach_one()
7502 container_of(work, struct megasas_aen_event, hotplug_work.work); in megasas_aen_polling()
Dmegaraid_sas.h2063 struct delayed_work hotplug_work; member

12