Home
last modified time | relevance | path

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

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