Searched refs:irq_dbf (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/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 | 44 int irq_dbf; member 217 if (irq == axp20x_pek->irq_dbf) in axp20x_pek_irq() 243 axp20x_pek->irq_dbf = platform_get_irq_byname(pdev, "PEK_DBF"); in axp20x_pek_probe_input_device() 244 if (axp20x_pek->irq_dbf < 0) { in axp20x_pek_probe_input_device() 246 axp20x_pek->irq_dbf); in axp20x_pek_probe_input_device() 247 return axp20x_pek->irq_dbf; in axp20x_pek_probe_input_device() 249 axp20x_pek->irq_dbf = regmap_irq_get_virq(axp20x->regmap_irqc, in axp20x_pek_probe_input_device() 250 axp20x_pek->irq_dbf); in axp20x_pek_probe_input_device() 275 error = devm_request_any_context_irq(&pdev->dev, axp20x_pek->irq_dbf, in axp20x_pek_probe_input_device() 280 axp20x_pek->irq_dbf, error); in axp20x_pek_probe_input_device()
|