Searched refs:mmcsd_flush_cache (Results 1 – 1 of 1) sorted by relevance
192 static int mmcsd_flush_cache(struct mmcsd_softc *sc);706 if (mmcsd_flush_cache(sc) != MMC_ERR_NONE) in mmcsd_detach()716 if (mmcsd_flush_cache(sc) != MMC_ERR_NONE) in mmcsd_shutdown()753 if (mmcsd_flush_cache(sc) != MMC_ERR_NONE) in mmcsd_suspend()795 if (mmcsd_flush_cache(sc) != MMC_ERR_NONE) in mmcsd_close()1397 err = mmcsd_flush_cache(sc); in mmcsd_dump()1453 if (mmcsd_flush_cache(sc) != MMC_ERR_NONE) { in mmcsd_task()1518 mmcsd_flush_cache(struct mmcsd_softc *sc) in mmcsd_flush_cache() function