mtd_suspend       591 drivers/mtd/maps/physmap-core.c 		if (mtd_suspend(info->mtds[i]) == 0)
mtd_suspend       120 drivers/mtd/maps/pxa2xx-flash.c 	if (info && mtd_suspend(info->mtd) == 0)
mtd_suspend       113 drivers/mtd/maps/rbtx4939-flash.c 	if (mtd_suspend(info->mtd) == 0)
mtd_suspend       528 drivers/mtd/mtdconcat.c 		if ((rc = mtd_suspend(subdev)) < 0)
mtd_suspend        45 drivers/mtd/mtdcore.c 	return mtd ? mtd_suspend(mtd) : 0;