Searched refs:db_irq (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/edac/
H A Dhighbank_l2_edac.c22 int db_irq; member in struct:hb_l2_drvdata
34 if (irq == drvdata->db_irq) {
97 drvdata->db_irq = platform_get_irq(pdev, 0);
98 res = devm_request_irq(&pdev->dev, drvdata->db_irq,
H A Daltera_edac.h186 int db_irq; member in struct:altr_sdram_mc_data
377 int db_irq; member in struct:altr_edac_device_dev
391 int db_irq; member in struct:altr_arria10_edac
H A Daltera_edac.c560 } else if (irq == drvdata->db_irq) {
778 drvdata->db_irq = platform_get_irq(pdev, 1);
779 res = devm_request_irq(&pdev->dev, drvdata->db_irq,
862 } else if (irq == dci->db_irq) {
1293 } else if (irq == dci->db_irq) {
1569 rc = of_property_read_u32_index(np, "interrupts", 1, &altdev->db_irq);
1576 altdev->db_irq = irq_of_parse_and_map(np, 3);
1577 if (!altdev->db_irq) {
1582 rc = devm_request_irq(&altdev->ddev, altdev->db_irq,
1655 } else if (irq == ad->db_irq) {
[all...]
/linux-master/drivers/macintosh/
H A Dsmu.c81 unsigned int db_irq; member in struct:smu_device
282 if (!smu_irq_inited || !smu->db_irq)
330 smu_db_intr(smu->db_irq, smu);
504 smu->db_irq = 0;
588 smu->db_irq = irq_of_parse_and_map(smu->db_node, 0);
589 if (!smu->db_irq)
604 if (smu->db_irq) {
605 if (request_irq(smu->db_irq, smu_db_intr,
609 smu->db_irq);
610 smu->db_irq
[all...]

Completed in 121 milliseconds