Searched refs:mtd_suspend (Results 1 – 3 of 3) sorted by relevance
119 if (info && mtd_suspend(info->mtd) == 0) in pxa2xx_flash_shutdown()
546 static inline int mtd_suspend(struct mtd_info *mtd) in mtd_suspend() function
49 return mtd ? mtd_suspend(mtd) : 0; in mtd_cls_suspend()