Searched refs:mmcsd_flush_cache (Results 1 – 1 of 1) sorted by relevance
185 static int mmcsd_flush_cache(struct mmcsd_softc *sc);699 if (mmcsd_flush_cache(sc) != MMC_ERR_NONE) in mmcsd_detach()709 if (mmcsd_flush_cache(sc) != MMC_ERR_NONE) in mmcsd_shutdown()746 if (mmcsd_flush_cache(sc) != MMC_ERR_NONE) in mmcsd_suspend()788 if (mmcsd_flush_cache(sc) != MMC_ERR_NONE) in mmcsd_close()1389 err = mmcsd_flush_cache(sc); in mmcsd_dump()1446 if (mmcsd_flush_cache(sc) != MMC_ERR_NONE) { in mmcsd_task()1511 mmcsd_flush_cache(struct mmcsd_softc *sc) in mmcsd_flush_cache() function