Searched refs:hotplug_work (Results 1 – 16 of 16) sorted by relevance
| /linux/drivers/gpu/drm/vboxvideo/ |
| H A D | vbox_drv.h | 67 struct work_struct hotplug_work; member
|
| /linux/drivers/gpu/drm/exynos/ |
| H A D | exynos_hdmi.c | 123 struct delayed_work hotplug_work; member 1569 cancel_delayed_work(&hdata->hotplug_work); in hdmi_disable() 1685 hdata = container_of(work, struct hdmi_context, hotplug_work.work); in hdmi_hotplug_work_func() 1695 mod_delayed_work(system_percpu_wq, &hdata->hotplug_work, in hdmi_irq_thread() 2002 INIT_DELAYED_WORK(&hdata->hotplug_work, hdmi_hotplug_work_func); in hdmi_probe() 2081 cancel_delayed_work_sync(&hdata->hotplug_work); in hdmi_remove()
|
| /linux/drivers/gpu/drm/gma500/ |
| H A D | psb_drv.h | 493 struct work_struct hotplug_work; member
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | dce_v8_0.c | 2765 INIT_DELAYED_WORK(&adev->hotplug_work, in dce_v8_0_sw_init() 2828 flush_delayed_work(&adev->hotplug_work); in dce_v8_0_hw_fini() 3214 schedule_delayed_work(&adev->hotplug_work, 0); in dce_v8_0_hpd_irq()
|
| H A D | dce_v6_0.c | 2796 INIT_DELAYED_WORK(&adev->hotplug_work, in dce_v6_0_sw_init() 2857 flush_delayed_work(&adev->hotplug_work); in dce_v6_0_hw_fini() 3198 schedule_delayed_work(&adev->hotplug_work, 0); in dce_v6_0_hpd_irq()
|
| H A D | dce_v10_0.c | 2846 INIT_DELAYED_WORK(&adev->hotplug_work, in dce_v10_0_sw_init() 2911 flush_delayed_work(&adev->hotplug_work); in dce_v10_0_hw_fini() 3306 schedule_delayed_work(&adev->hotplug_work, 0); in dce_v10_0_hpd_irq()
|
| H A D | amdgpu.h | 985 struct delayed_work hotplug_work; member
|
| H A D | amdgpu_display.c | 70 hotplug_work.work); in amdgpu_display_hotplug_work_func()
|
| H A D | amdgpu_connectors.c | 1049 schedule_delayed_work(&adev->hotplug_work, in amdgpu_connector_dvi_detect()
|
| /linux/drivers/platform/x86/ |
| H A D | asus-wmi.c | 333 struct work_struct hotplug_work; member 2232 queue_work(asus->hotplug_workqueue, &asus->hotplug_work); in asus_rfkill_notify() 2290 asus = container_of(work, struct asus_wmi, hotplug_work); in asus_hotplug_work() 2309 INIT_WORK(&asus->hotplug_work, asus_hotplug_work); in asus_setup_pci_hotplug()
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | rs600.c | 831 schedule_delayed_work(&rdev->hotplug_work, 0); in rs600_irq_process()
|
| H A D | radeon_connectors.c | 1247 schedule_delayed_work(&rdev->hotplug_work, in radeon_dvi_detect()
|
| H A D | r100.c | 828 schedule_delayed_work(&rdev->hotplug_work, 0); in r100_irq_process()
|
| H A D | r600.c | 4325 schedule_delayed_work(&rdev->hotplug_work, 0); in r600_irq_process()
|
| /linux/drivers/scsi/megaraid/ |
| H A D | megaraid_sas_base.c | 3263 INIT_DELAYED_WORK(&ev->hotplug_work, in megasas_service_aen() 3265 schedule_delayed_work(&ev->hotplug_work, 0); in megasas_service_aen() 7766 cancel_delayed_work_sync(&ev->hotplug_work); in megasas_suspend() 8003 cancel_delayed_work_sync(&ev->hotplug_work); in megasas_detach_one() 8879 container_of(work, struct megasas_aen_event, hotplug_work.work); in megasas_aen_polling()
|
| H A D | megaraid_sas.h | 2209 struct delayed_work hotplug_work; member
|