Searched refs:ab8500_fg_irq_bh (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/power/ |
D | ab8500_fg.c | 3033 static struct ab8500_fg_interrupts ab8500_fg_irq_bh[] = { variable 3184 irq = platform_get_irq_byname(pdev, ab8500_fg_irq_bh[0].name); in ab8500_fg_probe() 3185 ret = request_threaded_irq(irq, NULL, ab8500_fg_irq_bh[0].isr, in ab8500_fg_probe() 3187 ab8500_fg_irq_bh[0].name, di); in ab8500_fg_probe() 3191 ab8500_fg_irq_bh[0].name, irq, ret); in ab8500_fg_probe() 3195 ab8500_fg_irq_bh[0].name, irq, ret); in ab8500_fg_probe() 3238 irq = platform_get_irq_byname(pdev, ab8500_fg_irq_bh[0].name); in ab8500_fg_probe()
|