Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/mtd/
H A Dmtd.h454 static inline int mtd_suspend(struct mtd_info *mtd) in mtd_suspend() function
/rk3399_rockchip-uboot/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()