Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/raw/
H A Dtxx9ndfmc.c63 const char *mtdname; member
343 txx9_priv->mtdname = kasprintf(GFP_KERNEL, "%s.%u", in txx9ndfmc_probe()
347 txx9_priv->mtdname = kstrdup(dev_name(&dev->dev), in txx9ndfmc_probe()
350 if (!txx9_priv->mtdname) { in txx9ndfmc_probe()
359 kfree(txx9_priv->mtdname); in txx9ndfmc_probe()
363 mtd->name = txx9_priv->mtdname; in txx9ndfmc_probe()
390 kfree(txx9_priv->mtdname); in txx9ndfmc_remove()