Searched refs:prcm_irq_chips (Results 1 - 1 of 1) sorted by last modified time

/linux-master/arch/arm/mach-omap2/
H A Dprm_common.c50 * prcm_irq_chips: an array of all of the "generic IRQ chips" in use
55 static struct irq_chip_generic **prcm_irq_chips; variable in typeref:struct:irq_chip_generic
206 if (prcm_irq_chips) {
208 if (prcm_irq_chips[i])
209 irq_remove_generic_chip(prcm_irq_chips[i],
211 prcm_irq_chips[i] = NULL;
213 kfree(prcm_irq_chips);
214 prcm_irq_chips = NULL;
290 prcm_irq_chips = kcalloc(nr_regs, sizeof(void *), GFP_KERNEL);
296 if (!prcm_irq_chips || !prcm_irq_setu
[all...]

Completed in 122 milliseconds