Searched refs:ab8500_fg_irq_bh (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/power/supply/ |
D | ab8500_fg.c | 3017 static struct ab8500_fg_interrupts ab8500_fg_irq_bh[] = { variable 3168 irq = platform_get_irq_byname(pdev, ab8500_fg_irq_bh[0].name); in ab8500_fg_probe() 3169 ret = request_threaded_irq(irq, NULL, ab8500_fg_irq_bh[0].isr, in ab8500_fg_probe() 3171 ab8500_fg_irq_bh[0].name, di); in ab8500_fg_probe() 3175 ab8500_fg_irq_bh[0].name, irq, ret); in ab8500_fg_probe() 3179 ab8500_fg_irq_bh[0].name, irq, ret); in ab8500_fg_probe() 3222 irq = platform_get_irq_byname(pdev, ab8500_fg_irq_bh[0].name); in ab8500_fg_probe()
|