Home
last modified time | relevance | path

Searched refs:mtd_suspend (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/mtd/maps/
H A Drbtx4939-flash.c113 if (mtd_suspend(info->mtd) == 0) in rbtx4939_flash_shutdown()
H A Dpxa2xx-flash.c120 if (info && mtd_suspend(info->mtd) == 0) in pxa2xx_flash_shutdown()
H A Dphysmap-core.c614 if (mtd_suspend(info->mtds[i]) == 0) in physmap_flash_shutdown()
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Dmtd.h454 static inline int mtd_suspend(struct mtd_info *mtd) in mtd_suspend() function
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dmtd.h537 static inline int mtd_suspend(struct mtd_info *mtd) in mtd_suspend() function
/OK3568_Linux_fs/kernel/drivers/mtd/
H A Dmtdconcat.c569 if ((rc = mtd_suspend(subdev)) < 0) in concat_suspend()
H A Dmtdcore.c45 return mtd ? mtd_suspend(mtd) : 0; in mtd_cls_suspend()
/OK3568_Linux_fs/u-boot/drivers/mtd/
H A Dmtdconcat.c591 if ((rc = mtd_suspend(subdev)) < 0) in concat_suspend()
H A Dmtdcore.c196 return mtd ? mtd_suspend(mtd) : 0; in mtd_cls_suspend()