Home
last modified time | relevance | path

Searched refs:gpmc_irq (Results 1 – 1 of 1) sorted by relevance

/arch/arm/mach-omap2/
Dgpmc.c165 static int gpmc_irq; variable
744 if (!gpmc_irq) in gpmc_setup_irq()
780 return request_irq(gpmc_irq, gpmc_handle_irq, 0, "gpmc", NULL); in gpmc_setup_irq()
787 if (gpmc_irq) in gpmc_free_irq()
788 free_irq(gpmc_irq, NULL); in gpmc_free_irq()
1671 gpmc_irq = res->start; in gpmc_probe()
1676 gpmc_irq = 0; in gpmc_probe()