Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/maps/
H A Dpxa2xx-flash.c120 if (info && mtd_suspend(info->mtd) == 0) in pxa2xx_flash_shutdown()
H A Dphysmap-core.c620 if (mtd_suspend(info->mtds[i]) == 0) in physmap_flash_shutdown()
/openbmc/u-boot/include/linux/mtd/
H A Dmtd.h449 static inline int mtd_suspend(struct mtd_info *mtd) in mtd_suspend() function
/openbmc/linux/include/linux/mtd/
H A Dmtd.h546 static inline int mtd_suspend(struct mtd_info *mtd) in mtd_suspend() function
/openbmc/u-boot/drivers/mtd/
H A Dmtdconcat.c590 if ((rc = mtd_suspend(subdev)) < 0) in concat_suspend()
H A Dmtdcore.c195 return mtd ? mtd_suspend(mtd) : 0; in mtd_cls_suspend()
/openbmc/linux/drivers/mtd/
H A Dmtdconcat.c569 if ((rc = mtd_suspend(subdev)) < 0) in concat_suspend()
H A Dmtdcore.c47 return mtd ? mtd_suspend(mtd) : 0; in mtd_cls_suspend()