Searched refs:ab8500_fg_irq_bh (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | ab8500_fg.c | 3019 static struct ab8500_fg_interrupts ab8500_fg_irq_bh[] = { variable 3182 irq = platform_get_irq_byname(pdev, ab8500_fg_irq_bh[0].name); in ab8500_fg_probe() 3188 ret = request_threaded_irq(irq, NULL, ab8500_fg_irq_bh[0].isr, in ab8500_fg_probe() 3190 ab8500_fg_irq_bh[0].name, di); in ab8500_fg_probe() 3194 ab8500_fg_irq_bh[0].name, irq, ret); in ab8500_fg_probe() 3198 ab8500_fg_irq_bh[0].name, irq, ret); in ab8500_fg_probe() 3235 irq = platform_get_irq_byname(pdev, ab8500_fg_irq_bh[0].name); in ab8500_fg_probe()
|