Searched refs:mtd_suspend (Results 1 – 5 of 5) sorted by relevance
120 if (info && mtd_suspend(info->mtd) == 0) in pxa2xx_flash_shutdown()
620 if (mtd_suspend(info->mtds[i]) == 0) in physmap_flash_shutdown()
546 static inline int mtd_suspend(struct mtd_info *mtd) in mtd_suspend() function
569 if ((rc = mtd_suspend(subdev)) < 0) in concat_suspend()
47 return mtd ? mtd_suspend(mtd) : 0; in mtd_cls_suspend()