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