Searched refs:ab8500_fg_irq_th (Results 1 – 1 of 1) sorted by relevance
3008 static struct ab8500_fg_interrupts ab8500_fg_irq_th[] = { variable3150 for (i = 0; i < ARRAY_SIZE(ab8500_fg_irq_th); i++) { in ab8500_fg_probe()3151 irq = platform_get_irq_byname(pdev, ab8500_fg_irq_th[i].name); in ab8500_fg_probe()3152 ret = request_irq(irq, ab8500_fg_irq_th[i].isr, in ab8500_fg_probe()3154 ab8500_fg_irq_th[i].name, di); in ab8500_fg_probe()3158 ab8500_fg_irq_th[i].name, irq, ret); in ab8500_fg_probe()3162 ab8500_fg_irq_th[i].name, irq, ret); in ab8500_fg_probe()3216 for (i = 0; i < ARRAY_SIZE(ab8500_fg_irq_th); i++) { in ab8500_fg_probe()3217 irq = platform_get_irq_byname(pdev, ab8500_fg_irq_th[i].name); in ab8500_fg_probe()