Searched refs:hnd_list_l (Results 1 – 1 of 1) sorted by relevance
482 struct list_head *hnd_list_l; in amdgpu_dm_irq_suspend() local496 hnd_list_l = &adev->dm.irq_handler_list_low_tab[src]; in amdgpu_dm_irq_suspend()498 if (!list_empty(hnd_list_l) || !list_empty(hnd_list_h)) in amdgpu_dm_irq_suspend()503 if (!list_empty(hnd_list_l)) { in amdgpu_dm_irq_suspend()504 list_for_each_safe(entry, tmp, hnd_list_l) { in amdgpu_dm_irq_suspend()524 struct list_head *hnd_list_h, *hnd_list_l; in amdgpu_dm_irq_resume_early() local533 hnd_list_l = &adev->dm.irq_handler_list_low_tab[src]; in amdgpu_dm_irq_resume_early()535 if (!list_empty(hnd_list_l) || !list_empty(hnd_list_h)) in amdgpu_dm_irq_resume_early()546 struct list_head *hnd_list_h, *hnd_list_l; in amdgpu_dm_irq_resume_late() local558 hnd_list_l = &adev->dm.irq_handler_list_low_tab[src]; in amdgpu_dm_irq_resume_late()[all …]