Searched refs:gpiomtd (Results 1 – 1 of 1) sorted by relevance
30 struct gpiomtd { struct57 static void gpio_nand_dosync(struct gpiomtd *gpiomtd) in gpio_nand_dosync() argument270 struct gpiomtd *gpiomtd = platform_get_drvdata(pdev); in gpio_nand_remove() local279 if (gpiomtd->nwp && !IS_ERR(gpiomtd->nwp)) in gpio_nand_remove()281 if (gpiomtd->nce && !IS_ERR(gpiomtd->nce)) in gpio_nand_remove()287 struct gpiomtd *gpiomtd; in gpio_nand_probe() local298 if (!gpiomtd) in gpio_nand_probe()361 if (gpiomtd->nwp && !IS_ERR(gpiomtd->nwp)) in gpio_nand_probe()376 gpiomtd->plat.adjust_parts(&gpiomtd->plat, mtd->size); in gpio_nand_probe()384 if (gpiomtd->nwp && !IS_ERR(gpiomtd->nwp)) in gpio_nand_probe()[all …]