/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_irq_kms.c | 77 hotplug_work); in radeon_hotplug_work_func() 294 INIT_WORK(&rdev->hotplug_work, radeon_hotplug_work_func); in radeon_irq_kms_init() 302 flush_work(&rdev->hotplug_work); in radeon_irq_kms_init() 325 flush_work(&rdev->hotplug_work); in radeon_irq_kms_fini()
|
D | rs600.c | 816 schedule_work(&rdev->hotplug_work); in rs600_irq_process()
|
D | radeon.h | 2417 struct work_struct hotplug_work; member
|
D | r100.c | 809 schedule_work(&rdev->hotplug_work); in r100_irq_process()
|
D | r600.c | 4232 schedule_work(&rdev->hotplug_work); in r600_irq_process()
|
D | evergreen.c | 5454 schedule_work(&rdev->hotplug_work); in evergreen_irq_process()
|
D | si.c | 6851 schedule_work(&rdev->hotplug_work); in si_irq_process()
|
D | cik.c | 8450 schedule_work(&rdev->hotplug_work); in cik_irq_process()
|
/linux-4.1.27/drivers/s390/kvm/ |
D | kvm_virtio.c | 38 static struct work_struct hotplug_work; variable 417 schedule_work(&hotplug_work); in kvm_extint_handler() 475 INIT_WORK(&hotplug_work, hotplug_devices); in kvm_devices_init()
|
/linux-4.1.27/drivers/misc/mic/card/ |
D | mic_device.h | 83 struct work_struct hotplug_work; member
|
D | mic_virtio.c | 576 struct mic_driver, hotplug_work); in mic_hotplug_devices() 592 schedule_work(&mdrv->hotplug_work); in mic_extint_handler() 605 INIT_WORK(&mdrv->hotplug_work, mic_hotplug_devices); in mic_devices_init() 632 flush_work(&mdrv->hotplug_work); in mic_devices_uninit()
|
/linux-4.1.27/drivers/gpu/drm/gma500/ |
D | cdv_device.c | 433 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()
|
D | psb_drv.h | 562 struct work_struct hotplug_work; member
|
/linux-4.1.27/drivers/gpu/drm/msm/hdmi/ |
D | hdmi_connector.c | 231 hotplug_work(struct work_struct *work) in hotplug_work() function 418 INIT_WORK(&hdmi_connector->hpd_work, hotplug_work); in hdmi_connector_init()
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
D | exynos_dp_core.c | 861 schedule_work(&dp->hotplug_work); in exynos_dp_irq_handler() 888 dp = container_of(work, struct exynos_dp_device, hotplug_work); in exynos_dp_hotplug() 1105 flush_work(&dp->hotplug_work); in exynos_dp_poweroff() 1295 INIT_WORK(&dp->hotplug_work, exynos_dp_hotplug); in exynos_dp_bind()
|
D | exynos_dp_core.h | 163 struct work_struct hotplug_work; member
|
D | exynos_hdmi.c | 196 struct delayed_work hotplug_work; member 2079 cancel_delayed_work(&hdata->hotplug_work); in hdmi_poweroff() 2149 hdata = container_of(work, struct hdmi_context, hotplug_work.work); in hdmi_hotplug_work_func() 2163 mod_delayed_work(system_wq, &hdata->hotplug_work, in hdmi_irq_thread() 2458 INIT_DELAYED_WORK(&hdata->hotplug_work, hdmi_hotplug_work_func); in hdmi_probe() 2504 cancel_delayed_work_sync(&hdata->hotplug_work); in hdmi_remove()
|
/linux-4.1.27/drivers/platform/x86/ |
D | asus-wmi.c | 211 struct work_struct hotplug_work; member 674 queue_work(asus->hotplug_workqueue, &asus->hotplug_work); in asus_rfkill_notify() 742 asus = container_of(work, struct asus_wmi, hotplug_work); in asus_hotplug_work() 761 INIT_WORK(&asus->hotplug_work, asus_hotplug_work); in asus_setup_pci_hotplug()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_irq.c | 870 schedule_work(&dev_priv->hotplug_work); in i915_digport_work_func() 882 container_of(work, struct drm_i915_private, hotplug_work); in i915_hotplug_work_func() 1524 schedule_work(&dev_priv->hotplug_work); in intel_hpd_irq_handler() 4226 INIT_WORK(&dev_priv->hotplug_work, i915_hotplug_work_func); in intel_irq_init()
|
D | i915_drv.c | 542 cancel_work_sync(&dev_priv->hotplug_work); in intel_hpd_cancel_work()
|
D | i915_drv.h | 1627 struct work_struct hotplug_work; member
|
/linux-4.1.27/drivers/scsi/megaraid/ |
D | megaraid_sas_base.c | 2630 INIT_DELAYED_WORK(&ev->hotplug_work, in megasas_service_aen() 2632 schedule_delayed_work(&ev->hotplug_work, 0); in megasas_service_aen() 5577 cancel_delayed_work_sync(&ev->hotplug_work); in megasas_suspend() 5808 cancel_delayed_work_sync(&ev->hotplug_work); in megasas_detach_one() 6546 container_of(work, struct megasas_aen_event, hotplug_work.work); in megasas_aen_polling()
|
D | megaraid_sas.h | 1643 struct delayed_work hotplug_work; member
|