Searched refs:db_irq (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/edac/ |
| H A D | highbank_l2_edac.c | 22 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 D | altera_edac.c | 559 } 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() 1300 } else if (irq == dci->db_irq) { in altr_edac_a10_l2_irq() 1575 rc = of_property_read_u32_index(np, "interrupts", 1, &altdev->db_irq); in altr_portb_setup() 1581 altdev->db_irq = irq_of_parse_and_map(np, 3); in altr_portb_setup() 1582 if (!altdev->db_irq) { in altr_portb_setup() 1587 rc = devm_request_irq(&altdev->ddev, altdev->db_irq, in altr_portb_setup() 1659 } else if (irq == ad->db_irq) { in altr_edac_a10_ecc_irq_portb() [all …]
|
| H A D | altera_edac.h | 185 int db_irq; member 378 int db_irq; member 392 int db_irq; member
|
| /linux/drivers/macintosh/ |
| H A D | smu.c | 81 unsigned int db_irq; member 282 if (!smu_irq_inited || !smu->db_irq) in smu_queue_cmd() 330 smu_db_intr(smu->db_irq, smu); in smu_poll() 500 smu->db_irq = 0; in smu_init() 584 smu->db_irq = irq_of_parse_and_map(smu->db_node, 0); in smu_late_init() 585 if (!smu->db_irq) in smu_late_init() 600 if (smu->db_irq) { in smu_late_init() 601 if (request_irq(smu->db_irq, smu_db_intr, in smu_late_init() 605 smu->db_irq); in smu_late_init() 606 smu->db_irq = 0; in smu_late_init() [all …]
|
| /linux/drivers/dma/dw-edma/ |
| H A D | dw-edma-core.c | 745 chip->db_irq = 0; in dw_edma_emul_irq_alloc() 771 chip->db_irq = virq; in dw_edma_emul_irq_alloc() 783 if (chip->db_irq <= 0) in dw_edma_emul_irq_free() 786 irq_free_descs(chip->db_irq, 1); in dw_edma_emul_irq_free() 787 chip->db_irq = 0; in dw_edma_emul_irq_free() 795 int db_irq = dw->chip->db_irq; in dw_edma_interrupt_emulated() local 797 if (db_irq > 0) { in dw_edma_interrupt_emulated() 804 generic_handle_irq(db_irq); in dw_edma_interrupt_emulated()
|
| /linux/include/linux/dma/ |
| H A D | edma.h | 142 int db_irq; member
|