Searched refs:mmcsd_flush_cache (Results 1 – 1 of 1) sorted by relevance
184 static int mmcsd_flush_cache(struct mmcsd_softc *sc);698 if (mmcsd_flush_cache(sc) != MMC_ERR_NONE) in mmcsd_detach()708 if (mmcsd_flush_cache(sc) != MMC_ERR_NONE) in mmcsd_shutdown()745 if (mmcsd_flush_cache(sc) != MMC_ERR_NONE) in mmcsd_suspend()787 if (mmcsd_flush_cache(sc) != MMC_ERR_NONE) in mmcsd_close()1388 err = mmcsd_flush_cache(sc); in mmcsd_dump()1445 if (mmcsd_flush_cache(sc) != MMC_ERR_NONE) { in mmcsd_task()1510 mmcsd_flush_cache(struct mmcsd_softc *sc) in mmcsd_flush_cache() function