Home
last modified time | relevance | path

Searched refs:mtd_cls_suspend (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/mtd/
H A Dmtdcore.c69 static int mtd_cls_suspend(struct device *dev, pm_message_t state);
75 .suspend = mtd_cls_suspend,
191 static int mtd_cls_suspend(struct device *dev, pm_message_t state) in mtd_cls_suspend() function
/openbmc/linux/drivers/mtd/
H A Dmtdcore.c43 static int mtd_cls_suspend(struct device *dev) in mtd_cls_suspend() function
59 static SIMPLE_DEV_PM_OPS(mtd_cls_pm_ops, mtd_cls_suspend, mtd_cls_resume);