Searched refs:mtd_suspend (Results 1 – 6 of 6) sorted by relevance
117 if (mtd_suspend(info->mtd) == 0) in rbtx4939_flash_shutdown()
124 if (info && mtd_suspend(info->mtd) == 0) in pxa2xx_flash_shutdown()
206 if (mtd_suspend(info->mtd[i]) == 0) in physmap_flash_shutdown()
311 static inline int mtd_suspend(struct mtd_info *mtd) in mtd_suspend() function
584 if ((rc = mtd_suspend(subdev)) < 0) in concat_suspend()
57 return mtd ? mtd_suspend(mtd) : 0; in mtd_cls_suspend()