Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Dtxx9ndfmc.c79 return txx9_priv->dev; in mtd_to_platdev()
324 if (!txx9_priv) in txx9ndfmc_probe()
326 chip = &txx9_priv->chip; in txx9ndfmc_probe()
339 txx9_priv->dev = dev; in txx9ndfmc_probe()
342 txx9_priv->cs = i; in txx9ndfmc_probe()
346 txx9_priv->cs = -1; in txx9ndfmc_probe()
350 if (!txx9_priv->mtdname) { in txx9ndfmc_probe()
351 kfree(txx9_priv); in txx9ndfmc_probe()
360 kfree(txx9_priv); in txx9ndfmc_probe()
392 kfree(txx9_priv->mtdname); in txx9ndfmc_remove()
[all …]