Searched refs:hnd_list_l (Results 1 – 1 of 1) sorted by relevance
475 struct list_head *hnd_list_l; in amdgpu_dm_irq_suspend() local489 hnd_list_l = &adev->dm.irq_handler_list_low_tab[src]; in amdgpu_dm_irq_suspend()491 if (!list_empty(hnd_list_l) || !list_empty(hnd_list_h)) in amdgpu_dm_irq_suspend()496 if (!list_empty(hnd_list_l)) { in amdgpu_dm_irq_suspend()497 list_for_each_safe (entry, tmp, hnd_list_l) { in amdgpu_dm_irq_suspend()515 struct list_head *hnd_list_h, *hnd_list_l; in amdgpu_dm_irq_resume_early() local524 hnd_list_l = &adev->dm.irq_handler_list_low_tab[src]; in amdgpu_dm_irq_resume_early()526 if (!list_empty(hnd_list_l) || !list_empty(hnd_list_h)) in amdgpu_dm_irq_resume_early()538 struct list_head *hnd_list_h, *hnd_list_l; in amdgpu_dm_irq_resume_late() local550 hnd_list_l = &adev->dm.irq_handler_list_low_tab[src]; in amdgpu_dm_irq_resume_late()[all …]