Searched refs:hnd_list_l (Results 1 – 1 of 1) sorted by relevance
480 struct list_head *hnd_list_l; in amdgpu_dm_irq_suspend() local494 hnd_list_l = &adev->dm.irq_handler_list_low_tab[src]; in amdgpu_dm_irq_suspend()496 if (!list_empty(hnd_list_l) || !list_empty(hnd_list_h)) in amdgpu_dm_irq_suspend()501 if (!list_empty(hnd_list_l)) { in amdgpu_dm_irq_suspend()502 list_for_each_safe(entry, tmp, hnd_list_l) { in amdgpu_dm_irq_suspend()520 struct list_head *hnd_list_h, *hnd_list_l; in amdgpu_dm_irq_resume_early() local529 hnd_list_l = &adev->dm.irq_handler_list_low_tab[src]; in amdgpu_dm_irq_resume_early()531 if (!list_empty(hnd_list_l) || !list_empty(hnd_list_h)) in amdgpu_dm_irq_resume_early()543 struct list_head *hnd_list_h, *hnd_list_l; in amdgpu_dm_irq_resume_late() local555 hnd_list_l = &adev->dm.irq_handler_list_low_tab[src]; in amdgpu_dm_irq_resume_late()[all …]