Searched refs:mtdname (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | txx9ndfmc.c | 64 const char *mtdname; member 346 txx9_priv->mtdname = kasprintf(GFP_KERNEL, "%s.%u", in txx9ndfmc_probe() 350 txx9_priv->mtdname = kstrdup(dev_name(&dev->dev), in txx9ndfmc_probe() 353 if (!txx9_priv->mtdname) { in txx9ndfmc_probe() 362 kfree(txx9_priv->mtdname); in txx9ndfmc_probe() 366 mtd->name = txx9_priv->mtdname; in txx9ndfmc_probe() 395 kfree(txx9_priv->mtdname); in txx9ndfmc_remove()
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/mtdutils/ |
| H A D | mtdutils.c | 133 char mtdname[64]; in mtd_scan_partitions() local 134 mtdname[0] = '\0'; in mtd_scan_partitions() 138 &mtdnum, &mtdsize, &mtderasesize, mtdname); in mtd_scan_partitions() 147 p->name = strdup(mtdname); in mtd_scan_partitions()
|
| /OK3568_Linux_fs/external/recovery/mtdutils/ |
| H A D | mtdutils.c | 126 char mtdname[64]; in mtd_scan_partitions() local 127 mtdname[0] = '\0'; in mtd_scan_partitions() 131 &mtdnum, &mtdsize, &mtderasesize, mtdname); in mtd_scan_partitions() 140 p->name = strdup(mtdname); in mtd_scan_partitions()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/ |
| H A D | mtd_uboot.c | 56 int mtd_search_alternate_name(const char *mtdname, char *altname, in mtd_search_alternate_name() argument 89 if (!strncmp(mtdname, mtd_id, mtd_id_len)) { in mtd_search_alternate_name()
|
| /OK3568_Linux_fs/u-boot/include/linux/mtd/ |
| H A D | mtd.h | 609 int mtd_search_alternate_name(const char *mtdname, char *altname,
|