Searched refs:ab8500_fg_irq_th (Results 1 – 1 of 1) sorted by relevance
3026 static struct ab8500_fg_interrupts ab8500_fg_irq_th[] = { variable3168 for (i = 0; i < ARRAY_SIZE(ab8500_fg_irq_th); i++) { in ab8500_fg_probe()3169 irq = platform_get_irq_byname(pdev, ab8500_fg_irq_th[i].name); in ab8500_fg_probe()3170 ret = request_irq(irq, ab8500_fg_irq_th[i].isr, in ab8500_fg_probe()3172 ab8500_fg_irq_th[i].name, di); in ab8500_fg_probe()3176 ab8500_fg_irq_th[i].name, irq, ret); in ab8500_fg_probe()3180 ab8500_fg_irq_th[i].name, irq, ret); in ab8500_fg_probe()3234 for (i = 0; i < ARRAY_SIZE(ab8500_fg_irq_th); i++) { in ab8500_fg_probe()3235 irq = platform_get_irq_byname(pdev, ab8500_fg_irq_th[i].name); in ab8500_fg_probe()