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()289 struct gpiomtd *gpiomtd; in gpio_nand_probe() local300 if (!gpiomtd) in gpio_nand_probe()363 if (gpiomtd->nwp && !IS_ERR(gpiomtd->nwp)) in gpio_nand_probe()378 gpiomtd->plat.adjust_parts(&gpiomtd->plat, mtd->size); in gpio_nand_probe()386 if (gpiomtd->nwp && !IS_ERR(gpiomtd->nwp)) in gpio_nand_probe()[all …]
Completed in 22 milliseconds