Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/power/supply/
Dab8500_fg.c3017 static struct ab8500_fg_interrupts ab8500_fg_irq_bh[] = { variable
3180 irq = platform_get_irq_byname(pdev, ab8500_fg_irq_bh[0].name); in ab8500_fg_probe()
3186 ret = request_threaded_irq(irq, NULL, ab8500_fg_irq_bh[0].isr, in ab8500_fg_probe()
3188 ab8500_fg_irq_bh[0].name, di); in ab8500_fg_probe()
3192 ab8500_fg_irq_bh[0].name, irq, ret); in ab8500_fg_probe()
3196 ab8500_fg_irq_bh[0].name, irq, ret); in ab8500_fg_probe()
3233 irq = platform_get_irq_byname(pdev, ab8500_fg_irq_bh[0].name); in ab8500_fg_probe()