Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/mtd/
Dmtdcore.c69 static int mtd_cls_suspend(struct device *dev, pm_message_t state);
75 .suspend = mtd_cls_suspend,
189 static int mtd_cls_suspend(struct device *dev, pm_message_t state) in mtd_cls_suspend() function