Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mtd/nand/
Dtxx9ndfmc.c68 const char *mtdname; member
351 txx9_priv->mtdname = kasprintf(GFP_KERNEL, "%s.%u", in txx9ndfmc_probe()
355 txx9_priv->mtdname = kstrdup(dev_name(&dev->dev), in txx9ndfmc_probe()
358 if (!txx9_priv->mtdname) { in txx9ndfmc_probe()
367 kfree(txx9_priv->mtdname); in txx9ndfmc_probe()
371 mtd->name = txx9_priv->mtdname; in txx9ndfmc_probe()
398 kfree(txx9_priv->mtdname); in txx9ndfmc_remove()