Searched refs:irq_dbf (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/input/misc/ |
D | ab8500-ponkey.c | 30 int irq_dbf; member 39 if (irq == ponkey->irq_dbf) in ab8500_ponkey_handler() 54 int irq_dbf, irq_dbr; in ab8500_ponkey_probe() local 57 irq_dbf = platform_get_irq_byname(pdev, "ONKEY_DBF"); in ab8500_ponkey_probe() 58 if (irq_dbf < 0) { in ab8500_ponkey_probe() 59 dev_err(&pdev->dev, "No IRQ for ONKEY_DBF, error=%d\n", irq_dbf); in ab8500_ponkey_probe() 60 return irq_dbf; in ab8500_ponkey_probe() 80 ponkey->irq_dbf = irq_dbf; in ab8500_ponkey_probe() 88 error = devm_request_any_context_irq(&pdev->dev, ponkey->irq_dbf, in ab8500_ponkey_probe() 93 ponkey->irq_dbf, error); in ab8500_ponkey_probe()
|
D | axp20x-pek.c | 35 int irq_dbf; member 172 else if (irq == axp20x_pek->irq_dbf) in axp20x_pek_irq() 211 axp20x_pek->irq_dbf = platform_get_irq_byname(pdev, "PEK_DBF"); in axp20x_pek_probe() 212 if (axp20x_pek->irq_dbf < 0) { in axp20x_pek_probe() 214 axp20x_pek->irq_dbf); in axp20x_pek_probe() 215 return axp20x_pek->irq_dbf; in axp20x_pek_probe() 217 axp20x_pek->irq_dbf = regmap_irq_get_virq(axp20x->regmap_irqc, in axp20x_pek_probe() 218 axp20x_pek->irq_dbf); in axp20x_pek_probe() 243 error = devm_request_any_context_irq(&pdev->dev, axp20x_pek->irq_dbf, in axp20x_pek_probe() 248 axp20x_pek->irq_dbf, error); in axp20x_pek_probe()
|