Searched refs:hnd_list_l (Results 1 – 1 of 1) sorted by relevance
420 struct list_head *hnd_list_l; in amdgpu_dm_irq_suspend() local434 hnd_list_l = &adev->dm.irq_handler_list_low_tab[src]; in amdgpu_dm_irq_suspend()436 if (!list_empty(hnd_list_l) || !list_empty(hnd_list_h)) in amdgpu_dm_irq_suspend()441 if (!list_empty(hnd_list_l)) { in amdgpu_dm_irq_suspend()442 list_for_each_safe (entry, tmp, hnd_list_l) { in amdgpu_dm_irq_suspend()460 struct list_head *hnd_list_h, *hnd_list_l; in amdgpu_dm_irq_resume_early() local469 hnd_list_l = &adev->dm.irq_handler_list_low_tab[src]; in amdgpu_dm_irq_resume_early()471 if (!list_empty(hnd_list_l) || !list_empty(hnd_list_h)) in amdgpu_dm_irq_resume_early()483 struct list_head *hnd_list_h, *hnd_list_l; in amdgpu_dm_irq_resume_late() local495 hnd_list_l = &adev->dm.irq_handler_list_low_tab[src]; in amdgpu_dm_irq_resume_late()[all …]