Searched refs:ih_soft_work (Results 1 – 2 of 2) sorted by relevance
219 irq.ih_soft_work); in amdgpu_irq_handle_ih_soft()300 INIT_WORK(&adev->irq.ih_soft_work, amdgpu_irq_handle_ih_soft); in amdgpu_irq_init()497 schedule_work(&adev->irq.ih_soft_work); in amdgpu_irq_delegate()
94 struct work_struct ih1_work, ih2_work, ih_soft_work; member