Home
last modified time | relevance | path

Searched refs:irq_dbf (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/input/misc/
H A Dab8500-ponkey.c30 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 return irq_dbf; in ab8500_ponkey_probe()
76 ponkey->irq_dbf = irq_dbf; in ab8500_ponkey_probe()
84 error = devm_request_any_context_irq(&pdev->dev, ponkey->irq_dbf, in ab8500_ponkey_probe()
89 ponkey->irq_dbf, error); in ab8500_ponkey_probe()
H A Daxp20x-pek.c45 int irq_dbf; member
207 if (irq == axp20x_pek->irq_dbf) in axp20x_pek_irq()
230 axp20x_pek->irq_dbf = platform_get_irq_byname(pdev, "PEK_DBF"); in axp20x_pek_probe_input_device()
231 if (axp20x_pek->irq_dbf < 0) in axp20x_pek_probe_input_device()
232 return axp20x_pek->irq_dbf; in axp20x_pek_probe_input_device()
233 axp20x_pek->irq_dbf = regmap_irq_get_virq(axp20x->regmap_irqc, in axp20x_pek_probe_input_device()
234 axp20x_pek->irq_dbf); in axp20x_pek_probe_input_device()
259 error = devm_request_any_context_irq(&pdev->dev, axp20x_pek->irq_dbf, in axp20x_pek_probe_input_device()
264 axp20x_pek->irq_dbf, error); in axp20x_pek_probe_input_device()
339 enable_irq_wake(axp20x_pek->irq_dbf); in axp20x_pek_suspend()
[all …]