decode_iv          62 drivers/gpu/drm/amd/amdgpu/amdgpu_ih.h 	void (*decode_iv)(struct amdgpu_device *adev, struct amdgpu_ih_ring *ih,
decode_iv          69 drivers/gpu/drm/amd/amdgpu/amdgpu_ih.h 	(adev)->irq.ih_funcs->decode_iv((adev), (ih), (iv))
decode_iv         440 drivers/gpu/drm/amd/amdgpu/cik_ih.c 	.decode_iv = cik_ih_decode_iv,
decode_iv         421 drivers/gpu/drm/amd/amdgpu/cz_ih.c 	.decode_iv = cz_ih_decode_iv,
decode_iv         419 drivers/gpu/drm/amd/amdgpu/iceland_ih.c 	.decode_iv = iceland_ih_decode_iv,
decode_iv         470 drivers/gpu/drm/amd/amdgpu/navi10_ih.c 	.decode_iv = navi10_ih_decode_iv,
decode_iv         296 drivers/gpu/drm/amd/amdgpu/si_ih.c 	.decode_iv = si_ih_decode_iv,
decode_iv         473 drivers/gpu/drm/amd/amdgpu/tonga_ih.c 	.decode_iv = tonga_ih_decode_iv,
decode_iv         709 drivers/gpu/drm/amd/amdgpu/vega10_ih.c 	.decode_iv = vega10_ih_decode_iv,