Home
last modified time | relevance | path

Searched refs:db_irq (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/edac/
H A Dhighbank_l2_edac.c22 int db_irq; member
34 if (irq == drvdata->db_irq) { in highbank_l2_err_handler()
97 drvdata->db_irq = platform_get_irq(pdev, 0); in highbank_l2_err_probe()
98 res = devm_request_irq(&pdev->dev, drvdata->db_irq, in highbank_l2_err_probe()
H A Daltera_edac.c559 } else if (irq == drvdata->db_irq) { in altr_edac_device_handler()
776 drvdata->db_irq = platform_get_irq(pdev, 1); in altr_edac_device_probe()
777 res = devm_request_irq(&pdev->dev, drvdata->db_irq, in altr_edac_device_probe()
860 } else if (irq == dci->db_irq) { in altr_edac_a10_ecc_irq()
1288 } else if (irq == dci->db_irq) { in altr_edac_a10_l2_irq()
1564 rc = of_property_read_u32_index(np, "interrupts", 1, &altdev->db_irq); in altr_portb_setup()
1571 altdev->db_irq = irq_of_parse_and_map(np, 3); in altr_portb_setup()
1572 if (!altdev->db_irq) { in altr_portb_setup()
1577 rc = devm_request_irq(&altdev->ddev, altdev->db_irq, in altr_portb_setup()
1650 } else if (irq == ad->db_irq) { in altr_edac_a10_ecc_irq_portb()
[all …]
H A Daltera_edac.h186 int db_irq; member
379 int db_irq; member
393 int db_irq; member