Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/power/supply/
Dab8500_fg.c3015 static struct ab8500_fg_interrupts ab8500_fg_irq_bh[] = { variable
3166 irq = platform_get_irq_byname(pdev, ab8500_fg_irq_bh[0].name); in ab8500_fg_probe()
3167 ret = request_threaded_irq(irq, NULL, ab8500_fg_irq_bh[0].isr, in ab8500_fg_probe()
3169 ab8500_fg_irq_bh[0].name, di); in ab8500_fg_probe()
3173 ab8500_fg_irq_bh[0].name, irq, ret); in ab8500_fg_probe()
3177 ab8500_fg_irq_bh[0].name, irq, ret); in ab8500_fg_probe()
3220 irq = platform_get_irq_byname(pdev, ab8500_fg_irq_bh[0].name); in ab8500_fg_probe()