Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_irq_kms.c77 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()
Drs600.c816 schedule_work(&rdev->hotplug_work); in rs600_irq_process()
Dradeon.h2417 struct work_struct hotplug_work; member
Dr100.c809 schedule_work(&rdev->hotplug_work); in r100_irq_process()
Dr600.c4232 schedule_work(&rdev->hotplug_work); in r600_irq_process()
Devergreen.c5454 schedule_work(&rdev->hotplug_work); in evergreen_irq_process()
Dsi.c6851 schedule_work(&rdev->hotplug_work); in si_irq_process()
Dcik.c8450 schedule_work(&rdev->hotplug_work); in cik_irq_process()
/linux-4.1.27/drivers/s390/kvm/
Dkvm_virtio.c38 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/
Dmic_device.h83 struct work_struct hotplug_work; member
Dmic_virtio.c576 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/
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.h562 struct work_struct hotplug_work; member
/linux-4.1.27/drivers/gpu/drm/msm/hdmi/
Dhdmi_connector.c231 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/
Dexynos_dp_core.c861 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()
Dexynos_dp_core.h163 struct work_struct hotplug_work; member
Dexynos_hdmi.c196 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/
Dasus-wmi.c211 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/
Di915_irq.c870 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()
Di915_drv.c542 cancel_work_sync(&dev_priv->hotplug_work); in intel_hpd_cancel_work()
Di915_drv.h1627 struct work_struct hotplug_work; member
/linux-4.1.27/drivers/scsi/megaraid/
Dmegaraid_sas_base.c2630 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()
Dmegaraid_sas.h1643 struct delayed_work hotplug_work; member