Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Dgpio.c30 struct gpiomtd { struct
57 static void gpio_nand_dosync(struct gpiomtd *gpiomtd) in gpio_nand_dosync() argument
270 struct gpiomtd *gpiomtd = platform_get_drvdata(pdev); in gpio_nand_remove() local
279 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() local
298 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 …]