txx9_priv 79 drivers/mtd/nand/raw/txx9ndfmc.c struct txx9ndfmc_priv *txx9_priv = nand_get_controller_data(chip); txx9_priv 80 drivers/mtd/nand/raw/txx9ndfmc.c return txx9_priv->dev; txx9_priv 134 drivers/mtd/nand/raw/txx9ndfmc.c struct txx9ndfmc_priv *txx9_priv = nand_get_controller_data(chip); txx9_priv 135 drivers/mtd/nand/raw/txx9ndfmc.c struct platform_device *dev = txx9_priv->dev; txx9_priv 146 drivers/mtd/nand/raw/txx9ndfmc.c if (txx9_priv->cs >= 0 && (ctrl & NAND_NCE)) { txx9_priv 148 drivers/mtd/nand/raw/txx9ndfmc.c mcr |= TXX9_NDFMCR_CS(txx9_priv->cs); txx9_priv 310 drivers/mtd/nand/raw/txx9ndfmc.c struct txx9ndfmc_priv *txx9_priv; txx9_priv 316 drivers/mtd/nand/raw/txx9ndfmc.c txx9_priv = kzalloc(sizeof(struct txx9ndfmc_priv), txx9_priv 318 drivers/mtd/nand/raw/txx9ndfmc.c if (!txx9_priv) txx9_priv 320 drivers/mtd/nand/raw/txx9ndfmc.c chip = &txx9_priv->chip; txx9_priv 337 drivers/mtd/nand/raw/txx9ndfmc.c nand_set_controller_data(chip, txx9_priv); txx9_priv 338 drivers/mtd/nand/raw/txx9ndfmc.c txx9_priv->dev = dev; txx9_priv 341 drivers/mtd/nand/raw/txx9ndfmc.c txx9_priv->cs = i; txx9_priv 342 drivers/mtd/nand/raw/txx9ndfmc.c txx9_priv->mtdname = kasprintf(GFP_KERNEL, "%s.%u", txx9_priv 345 drivers/mtd/nand/raw/txx9ndfmc.c txx9_priv->cs = -1; txx9_priv 346 drivers/mtd/nand/raw/txx9ndfmc.c txx9_priv->mtdname = kstrdup(dev_name(&dev->dev), txx9_priv 349 drivers/mtd/nand/raw/txx9ndfmc.c if (!txx9_priv->mtdname) { txx9_priv 350 drivers/mtd/nand/raw/txx9ndfmc.c kfree(txx9_priv); txx9_priv 358 drivers/mtd/nand/raw/txx9ndfmc.c kfree(txx9_priv->mtdname); txx9_priv 359 drivers/mtd/nand/raw/txx9ndfmc.c kfree(txx9_priv); txx9_priv 362 drivers/mtd/nand/raw/txx9ndfmc.c mtd->name = txx9_priv->mtdname; txx9_priv 381 drivers/mtd/nand/raw/txx9ndfmc.c struct txx9ndfmc_priv *txx9_priv; txx9_priv 386 drivers/mtd/nand/raw/txx9ndfmc.c txx9_priv = nand_get_controller_data(chip); txx9_priv 389 drivers/mtd/nand/raw/txx9ndfmc.c kfree(txx9_priv->mtdname); txx9_priv 390 drivers/mtd/nand/raw/txx9ndfmc.c kfree(txx9_priv);