Searched refs:gpmc_irq (Results 1 – 1 of 1) sorted by relevance
245 static int gpmc_irq; variable1154 if (!gpmc_irq) in gpmc_setup_irq()1190 return request_irq(gpmc_irq, gpmc_handle_irq, 0, "gpmc", NULL); in gpmc_setup_irq()1197 if (gpmc_irq) in gpmc_free_irq()1198 free_irq(gpmc_irq, NULL); in gpmc_free_irq()2117 gpmc_irq = res->start; in gpmc_probe()2122 gpmc_irq = 0; in gpmc_probe()