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

/drivers/edac/
H A Dhighbank_l2_edac.c33 int db_irq; member in struct:hb_l2_drvdata
45 if (irq == drvdata->db_irq) {
108 drvdata->db_irq = platform_get_irq(pdev, 0);
109 res = devm_request_irq(&pdev->dev, drvdata->db_irq,
/drivers/macintosh/
H A Dsmu.c80 unsigned int db_irq; member in struct:smu_device
280 if (!smu_irq_inited || smu->db_irq == NO_IRQ)
328 smu_db_intr(smu->db_irq, smu);
494 smu->db_irq = NO_IRQ;
583 smu->db_irq = irq_of_parse_and_map(smu->db_node, 0);
584 if (smu->db_irq == NO_IRQ)
599 if (smu->db_irq != NO_IRQ) {
600 if (request_irq(smu->db_irq, smu_db_intr,
604 smu->db_irq);
605 smu->db_irq
[all...]

Completed in 87 milliseconds