Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/input/misc/
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()
A Daxp20x-pek.c45 int irq_dbf; member
216 if (irq == axp20x_pek->irq_dbf) in axp20x_pek_irq()
240 if (axp20x_pek->irq_dbf < 0) in axp20x_pek_probe_input_device()
241 return axp20x_pek->irq_dbf; in axp20x_pek_probe_input_device()
242 axp20x_pek->irq_dbf = regmap_irq_get_virq(axp20x->regmap_irqc, in axp20x_pek_probe_input_device()
243 axp20x_pek->irq_dbf); in axp20x_pek_probe_input_device()
273 axp20x_pek->irq_dbf, error); in axp20x_pek_probe_input_device()
348 enable_irq_wake(axp20x_pek->irq_dbf); in axp20x_pek_suspend()
351 disable_irq(axp20x_pek->irq_dbf); in axp20x_pek_suspend()
363 disable_irq_wake(axp20x_pek->irq_dbf); in axp20x_pek_resume()
[all …]

Completed in 4 milliseconds