ecc_irq 340 drivers/edac/qcom_edac.c int ecc_irq; ecc_irq 370 drivers/edac/qcom_edac.c ecc_irq = llcc_driv_data->ecc_irq; ecc_irq 371 drivers/edac/qcom_edac.c if (ecc_irq < 0) { ecc_irq 375 drivers/edac/qcom_edac.c rc = devm_request_irq(dev, ecc_irq, llcc_ecc_irq_handler, ecc_irq 181 drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h struct amdgpu_irq_src ecc_irq; ecc_irq 57 drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.h struct amdgpu_irq_src ecc_irq; ecc_irq 428 drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c adev->gmc.ecc_irq.num_types = 1; ecc_irq 429 drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c adev->gmc.ecc_irq.funcs = &gmc_v9_0_ecc_funcs; ecc_irq 913 drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c r = amdgpu_irq_get(adev, &adev->gmc.ecc_irq, 0); ecc_irq 1258 drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c &adev->gmc.ecc_irq); ecc_irq 1535 drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c amdgpu_irq_put(adev, &adev->gmc.ecc_irq, 0); ecc_irq 1772 drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c r = amdgpu_irq_get(adev, &adev->sdma.ecc_irq, ecc_irq 1811 drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c &adev->sdma.ecc_irq); ecc_irq 1915 drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c amdgpu_irq_put(adev, &adev->sdma.ecc_irq, ecc_irq 2431 drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c adev->sdma.ecc_irq.num_types = AMDGPU_SDMA_IRQ_INSTANCE1; ecc_irq 2435 drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c adev->sdma.ecc_irq.num_types = AMDGPU_SDMA_IRQ_LAST; ecc_irq 2440 drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c adev->sdma.ecc_irq.num_types = AMDGPU_SDMA_IRQ_INSTANCE2; ecc_irq 2445 drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c adev->sdma.ecc_irq.funcs = &sdma_v4_0_ecc_irq_funcs; ecc_irq 584 drivers/net/ethernet/amd/xgbe/xgbe-drv.c if (pdata->vdata->ecc_support && (pdata->dev_irq == pdata->ecc_irq)) ecc_irq 1080 drivers/net/ethernet/amd/xgbe/xgbe-drv.c if (pdata->vdata->ecc_support && (pdata->dev_irq != pdata->ecc_irq)) { ecc_irq 1081 drivers/net/ethernet/amd/xgbe/xgbe-drv.c ret = devm_request_irq(pdata->dev, pdata->ecc_irq, xgbe_ecc_isr, ecc_irq 1085 drivers/net/ethernet/amd/xgbe/xgbe-drv.c pdata->ecc_irq); ecc_irq 1124 drivers/net/ethernet/amd/xgbe/xgbe-drv.c if (pdata->vdata->ecc_support && (pdata->dev_irq != pdata->ecc_irq)) ecc_irq 1125 drivers/net/ethernet/amd/xgbe/xgbe-drv.c devm_free_irq(pdata->dev, pdata->ecc_irq, pdata); ecc_irq 1140 drivers/net/ethernet/amd/xgbe/xgbe-drv.c if (pdata->vdata->ecc_support && (pdata->dev_irq != pdata->ecc_irq)) ecc_irq 1141 drivers/net/ethernet/amd/xgbe/xgbe-drv.c devm_free_irq(pdata->dev, pdata->ecc_irq, pdata); ecc_irq 146 drivers/net/ethernet/amd/xgbe/xgbe-pci.c pdata->ecc_irq = pci_irq_vector(pdata->pcidev, 1); ecc_irq 184 drivers/net/ethernet/amd/xgbe/xgbe-pci.c pdata->ecc_irq = pci_irq_vector(pdata->pcidev, 0); ecc_irq 197 drivers/net/ethernet/amd/xgbe/xgbe-pci.c dev_dbg(pdata->dev, " ecc irq=%d\n", pdata->ecc_irq); ecc_irq 1088 drivers/net/ethernet/amd/xgbe/xgbe.h int ecc_irq; ecc_irq 397 drivers/soc/qcom/llcc-slice.c drv_data->ecc_irq = platform_get_irq(pdev, 0); ecc_irq 398 drivers/soc/qcom/llcc-slice.c if (drv_data->ecc_irq >= 0) { ecc_irq 93 include/linux/soc/qcom/llcc-qcom.h int ecc_irq;