Home
last modified time | relevance | path

Searched refs:irq_dbf (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/misc/
H A Dab8500-ponkey.c24 * @irq_dbf: irq number for falling transition
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 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()
[all...]
H A Daxp20x-pek.c44 int irq_dbf; member
218 if (irq == axp20x_pek->irq_dbf) in axp20x_pek_irq()
318 axp20x_pek->irq_dbf = platform_get_irq_byname(pdev, "PEK_DBF"); in axp20x_pek_probe()
319 if (axp20x_pek->irq_dbf < 0) in axp20x_pek_probe()
320 return axp20x_pek->irq_dbf; in axp20x_pek_probe()
321 axp20x_pek->irq_dbf = regmap_irq_get_virq( in axp20x_pek_probe()
322 axp20x_pek->axp20x->regmap_irqc, axp20x_pek->irq_dbf); in axp20x_pek_probe()
341 error = devm_request_any_context_irq(&pdev->dev, axp20x_pek->irq_dbf, in axp20x_pek_probe()
346 axp20x_pek->irq_dbf, error); in axp20x_pek_probe()
366 enable_irq_wake(axp20x_pek->irq_dbf); in axp20x_pek_suspend()
[all...]
/kernel/linux/linux-6.6/drivers/input/misc/
H A Dab8500-ponkey.c24 * @irq_dbf: irq number for falling transition
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 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()
[all...]
H A Daxp20x-pek.c45 int irq_dbf; member
216 if (irq == axp20x_pek->irq_dbf) in axp20x_pek_irq()
239 axp20x_pek->irq_dbf = platform_get_irq_byname(pdev, "PEK_DBF"); in axp20x_pek_probe_input_device()
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()
268 error = devm_request_any_context_irq(&pdev->dev, 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()
[all...]

Completed in 3 milliseconds